aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_cil.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-21xfs: rename log structure to xlogMark Tinguely1-11/+11
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: clean up busy extent namingDave Chinner1-3/+3
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner1-0/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner1-94/+150
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-12-08xfs: remove the lid_size field in struct log_item_descChristoph Hellwig1-4/+5
2011-12-08xfs: cleanup the transaction commit path a bitChristoph Hellwig1-20/+58
2011-12-08xfs: remove the deprecated nodelaylog optionChristoph Hellwig1-16/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
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