aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_cil.c
AgeCommit message (Expand)Author
2014-09-23xfs: xlog_cil_force_lsn doesn't always wait correctlyDave Chinner
2014-07-24xfs: fix cil push sequence after log recoveryMark Tinguely
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-05-20Merge branch 'xfs-misc-fixes-2-for-3.16' into for-nextDave Chinner
2014-05-20xfs: log vector rounding leaks log spaceDave Chinner
2014-05-07xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner
2014-02-27xfs: always do log forces via the workqueueDave Chinner
2014-02-20Merge branch 'xfs-fixes-for-3.15' into for-nextDave Chinner
2014-02-10xfs: ensure correct log item buffer alignmentDave Chinner
2014-02-07xfs: convert xfs_log_commit_cil() to voidJie Liu
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig
2013-12-13xfs: remove duplicate code in xlog_cil_insert_format_itemsChristoph Hellwig
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-10-17xfs: prevent deadlock trying to cover an active logDave Chinner
2013-08-13xfs: split the CIL lockDave Chinner
2013-08-13xfs: Combine CIL insert and prepare passesDave Chinner
2013-08-13xfs: avoid CIL allocation during insertDave Chinner
2013-08-13xfs: Reduce allocations during CIL insertionDave Chinner
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner
2013-06-27xfs: Introduce ordered log vector supportDave Chinner
2013-05-20xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner
2013-04-16xfs: Update xfs_log_commit_cil() commentsJeff Liu
2012-06-21xfs: rename log structure to xlogMark Tinguely
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner
2012-05-14xfs: clean up busy extent namingDave Chinner
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-12-08xfs: remove the lid_size field in struct log_item_descChristoph Hellwig
2011-12-08xfs: cleanup the transaction commit path a bitChristoph Hellwig
2011-12-08xfs: remove the deprecated nodelaylog optionChristoph Hellwig
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-05-24xfs: add online discard supportChristoph Hellwig
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig
2011-01-28xfs: handle CIl transaction commit failures correctlyDave Chinner
2011-01-27xfs: fix log ticket leak on forced shutdown.Dave Chinner
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner
2010-12-20xfs: bulk AIL insertion during transaction commitDave Chinner
2010-10-18xfs: reduce the number of CIL lock round trips during commitDave Chinner
2010-09-29xfs: force background CIL push under sustained loadDave Chinner
2010-08-24xfs: don't do memory allocation under the CIL context lockDave Chinner
2010-08-24xfs: Reduce log force overhead for delayed loggingDave Chinner
2010-08-24xfs: unlock items before allowing the CIL to commitDave Chinner
2010-07-26xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig