aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAge
* xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-23
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-26
* xfs: remove incorrect log write optimizationChristoph Hellwig2010-07-26
* xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig2010-07-26
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-26
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: forced unmounts need to push the CILDave Chinner2010-05-24
* xfs: Introduce delayed logging core codeDave Chinner2010-05-24
* xfs: make the log ticket ID available outside the log infrastructureDave Chinner2010-05-24
* xfs: clean up log ticket overrun debug outputDave Chinner2010-05-24
* xfs: allow log ticket allocation to take allocation flagsDave Chinner2010-05-24
* xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner2010-05-24
* xfs: kill off l_sectbb_maskAlex Elder2010-05-19
* xfs: record log sector size rather than log2(that)Alex Elder2010-05-19
* xfs: make the log ticket transaction id randomDave Chinner2010-05-19
* xfs: clean up xlog_write_adv_cntChristoph Hellwig2010-05-19
* xfs: introduce new internal log vector structureDave Chinner2010-05-19
* xfs: reindent xlog_writeChristoph Hellwig2010-05-19
* xfs: factor xlog_writeDave Chinner2010-05-19
* xfs: log ticket reservation underestimates the number of iclogsDave Chinner2010-05-19
* xfs: factor log item initialisationDave Chinner2010-05-19
* xfs: ensure that sync updates the log tail correctlyDave Chinner2010-04-16
* xfs: stop passing opaque handles to xfs_log.c routinesChristoph Hellwig2010-03-01
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-21
* xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig2010-01-21
* xfs: clean up log buffer writesChristoph Hellwig2010-01-15
* xfs: improve metadata I/O merging in the elevatorDave Chinner2009-12-16
* xfs: event tracing supportChristoph Hellwig2009-12-15
* xfs: fix spin_is_locked assert on uni-processor buildsChristoph Hellwig2009-08-12
* xfs: inform the xfsaild of the push target before sleepingDave Chinner2009-04-06
* xfs: validate log feature fields correctlyDave Chinner2009-04-06
* xfs: fix various typosMalcolm Parsons2009-03-29
* xfs: cleanup log unmount handlingChristoph Hellwig2009-03-16
* xfs: fix error handling in xfs_log_mountChristoph Hellwig2009-02-12
* xfs: remove iclog calculation special casesChristoph Hellwig2009-02-09
* reduce l_icloglock roundtripsChristoph Hellwig2008-12-03
* [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-11-30
* [XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig2008-11-30
* [XFS] Fix double free of log ticketsDave Chinner2008-11-17
* [XFS] handle memory allocation failures during log initialisationDave Chinner2008-11-10
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-30
* [XFS] Given the log a pointer to the AILDavid Chinner2008-10-30
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-30
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-30
* [XFS] Use a cursor for AIL traversal.David Chinner2008-10-30
* Fix barrier fail detection in XFSChristoph Hellwig2008-10-10
* [XFS] Fix barrier status change detection.David Chinner2008-09-17
* [XFS] Move memory allocations for log tracing out of the critical pathLachlan McIlroy2008-09-17
* [XFS] Fix use after free in xfs_log_done().Lachlan McIlroy2008-08-13