aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_cil.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-24xfs: add online discard supportChristoph Hellwig1-1/+12
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig1-3/+2
2011-01-28xfs: handle CIl transaction commit failures correctlyDave Chinner1-7/+1
2011-01-27xfs: fix log ticket leak on forced shutdown.Dave Chinner1-2/+5
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner1-4/+4
2010-12-20xfs: bulk AIL insertion during transaction commitDave Chinner1-7/+2
2010-10-18xfs: reduce the number of CIL lock round trips during commitDave Chinner1-105/+127
2010-09-29xfs: force background CIL push under sustained loadDave Chinner1-3/+9
2010-08-24xfs: don't do memory allocation under the CIL context lockDave Chinner1-8/+26
2010-08-24xfs: Reduce log force overhead for delayed loggingDave Chinner1-113/+132
2010-08-24xfs: unlock items before allowing the CIL to commitDave Chinner1-0/+14
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig1-1/+1
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-1/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner1-0/+45
2010-05-24xfs: enable background pushing of the CILDave Chinner1-4/+25
2010-05-24xfs: Introduce delayed logging core codeDave Chinner1-0/+659