aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_cil.c
Commit message (Expand)AuthorAge
* Merge branch 'xfs-misc-fixes-2-for-3.16' into for-nextDave Chinner2014-05-19
|\
| * xfs: log vector rounding leaks log spaceDave Chinner2014-05-19
* | xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2014-05-06
|/
* Merge branch 'xfs-stack-fixes' into for-nextDave Chinner2014-03-13
|\
| * xfs: always do log forces via the workqueueDave Chinner2014-02-27
* | Merge branch 'xfs-fixes-for-3.15' into for-nextDave Chinner2014-02-19
|\ \
| * | xfs: convert xfs_log_commit_cil() to voidJie Liu2014-02-06
| |/
* / xfs: ensure correct log item buffer alignmentDave Chinner2014-02-09
|/
* xfs: format log items write directly into the linear CIL bufferChristoph Hellwig2013-12-12
* xfs: remove duplicate code in xlog_cil_insert_format_itemsChristoph Hellwig2013-12-12
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: create a shared header file for format-related informationDave Chinner2013-10-23
* xfs: prevent deadlock trying to cover an active logDave Chinner2013-10-17
* xfs: split the CIL lockDave Chinner2013-08-13
* xfs: Combine CIL insert and prepare passesDave Chinner2013-08-13
* xfs: avoid CIL allocation during insertDave Chinner2013-08-13
* xfs: Reduce allocations during CIL insertionDave Chinner2013-08-13
* xfs: return log item size in IOP_SIZEDave Chinner2013-08-13
* xfs: Introduce ordered log vector supportDave Chinner2013-06-27
* xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner2013-05-20
* xfs: Update xfs_log_commit_cil() commentsJeff Liu2013-04-16
* xfs: rename log structure to xlogMark Tinguely2012-06-21
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-14
* xfs: clean up busy extent namingDave Chinner2012-05-14
* xfs: move busy extent handling to it's own fileDave Chinner2012-05-14
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-14
* xfs: Do background CIL flushes via a workqueueDave Chinner2012-05-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-08
|\
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-02
* | xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-08
* | xfs: cleanup the transaction commit path a bitChristoph Hellwig2011-12-08
* | xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-08
|/
* xfs: add online discard supportChristoph Hellwig2011-05-24
* xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-28
* xfs: handle CIl transaction commit failures correctlyDave Chinner2011-01-28
* xfs: fix log ticket leak on forced shutdown.Dave Chinner2011-01-26
* xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-20
* xfs: bulk AIL insertion during transaction commitDave Chinner2010-12-19
* xfs: reduce the number of CIL lock round trips during commitDave Chinner2010-10-18
* xfs: force background CIL push under sustained loadDave Chinner2010-09-29
* xfs: don't do memory allocation under the CIL context lockDave Chinner2010-08-23
* xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-23
* xfs: unlock items before allowing the CIL to commitDave Chinner2010-08-23
* xfs: fix the xfs_log_iovec i_addr typeChristoph Hellwig2010-07-26
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: Ensure inode allocation buffers are fully replayedDave Chinner2010-05-24
* xfs: enable background pushing of the CILDave Chinner2010-05-24
* xfs: Introduce delayed logging core codeDave Chinner2010-05-24