summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_cil.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: clean up busy extent namingDave Chinner2012-05-141-3/+3
* xfs: move busy extent handling to it's own fileDave Chinner2012-05-141-0/+1
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: Do background CIL flushes via a workqueueDave Chinner2012-05-141-94/+150
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-081-4/+5
* | xfs: cleanup the transaction commit path a bitChristoph Hellwig2011-12-081-20/+58
* | xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-081-16/+1
|/
* xfs: add online discard supportChristoph Hellwig2011-05-241-1/+12
* xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-281-3/+2
* xfs: handle CIl transaction commit failures correctlyDave Chinner2011-01-281-7/+1
* xfs: fix log ticket leak on forced shutdown.Dave Chinner2011-01-271-2/+5
* xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-211-4/+4
* xfs: bulk AIL insertion during transaction commitDave Chinner2010-12-201-7/+2
* xfs: reduce the number of CIL lock round trips during commitDave Chinner2010-10-181-105/+127
* xfs: force background CIL push under sustained loadDave Chinner2010-09-291-3/+9
* xfs: don't do memory allocation under the CIL context lockDave Chinner2010-08-241-8/+26
* xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-241-113/+132
* xfs: unlock items before allowing the CIL to commitDave Chinner2010-08-241-0/+14
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-261-1/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-1/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-241-0/+45
* xfs: enable background pushing of the CILDave Chinner2010-05-241-4/+25
* xfs: Introduce delayed logging core codeDave Chinner2010-05-241-0/+659