aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-10-221-2/+3
|\
| * xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-1/+1
| * xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner2010-10-181-1/+2
* | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-3/+4
|\ \ | |/
| * xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-241-3/+4
* | xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-13/+0
|/
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-261-2/+0
* xfs: remove incorrect log write optimizationChristoph Hellwig2010-07-261-5/+2
* xfs: remove the unused XFS_LOG_SLEEP and XFS_LOG_NOSLEEP flagsChristoph Hellwig2010-07-261-1/+0
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-261-1/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: forced unmounts need to push the CILDave Chinner2010-05-241-0/+15
* xfs: Introduce delayed logging core codeDave Chinner2010-05-241-15/+49
* xfs: make the log ticket ID available outside the log infrastructureDave Chinner2010-05-241-0/+7
* xfs: clean up log ticket overrun debug outputDave Chinner2010-05-241-14/+5
* xfs: allow log ticket allocation to take allocation flagsDave Chinner2010-05-241-8/+8
* xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner2010-05-241-0/+9
* xfs: kill off l_sectbb_maskAlex Elder2010-05-191-1/+0
* xfs: record log sector size rather than log2(that)Alex Elder2010-05-191-15/+18
* xfs: make the log ticket transaction id randomDave Chinner2010-05-191-1/+1
* xfs: clean up xlog_write_adv_cntChristoph Hellwig2010-05-191-27/+19
* xfs: introduce new internal log vector structureDave Chinner2010-05-191-59/+84
* xfs: reindent xlog_writeChristoph Hellwig2010-05-191-106/+120
* xfs: factor xlog_writeDave Chinner2010-05-191-113/+226
* xfs: log ticket reservation underestimates the number of iclogsDave Chinner2010-05-191-13/+42
* xfs: factor log item initialisationDave Chinner2010-05-191-0/+13
* xfs: ensure that sync updates the log tail correctlyDave Chinner2010-04-161-12/+26
* xfs: stop passing opaque handles to xfs_log.c routinesChristoph Hellwig2010-03-011-54/+52
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-159/+153
* xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig2010-01-211-2/+2
* xfs: clean up log buffer writesChristoph Hellwig2010-01-151-34/+33
* xfs: improve metadata I/O merging in the elevatorDave Chinner2009-12-161-0/+2
* xfs: event tracing supportChristoph Hellwig2009-12-141-128/+53
* xfs: fix spin_is_locked assert on uni-processor buildsChristoph Hellwig2009-08-121-1/+1
* xfs: inform the xfsaild of the push target before sleepingDave Chinner2009-04-061-18/+19
* xfs: validate log feature fields correctlyDave Chinner2009-04-061-11/+30
* xfs: fix various typosMalcolm Parsons2009-03-291-5/+5
* xfs: cleanup log unmount handlingChristoph Hellwig2009-03-161-14/+1
* xfs: fix error handling in xfs_log_mountChristoph Hellwig2009-02-121-6/+8
* xfs: remove iclog calculation special casesChristoph Hellwig2009-02-091-26/+2
* reduce l_icloglock roundtripsChristoph Hellwig2008-12-041-7/+6
* [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-12-011-9/+3
* [XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig2008-12-011-2/+5
* [XFS] Fix double free of log ticketsDave Chinner2008-11-171-14/+25
* [XFS] handle memory allocation failures during log initialisationDave Chinner2008-11-101-3/+36
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-1/+1
* [XFS] Given the log a pointer to the AILDavid Chinner2008-10-301-1/+2
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-1/+0
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-301-2/+2