summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_cil.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: allocate log vector buffers outside CIL context lockDave Chinner2016-07-221-64/+194
* xfs: remove transaction typesChristoph Hellwig2016-04-061-1/+0
* xfs: close xc_cil list_empty() races with cil commit sequenceBrian Foster2015-07-291-1/+7
* xfs: fix xfs_log_done interfaceChristoph Hellwig2015-06-041-6/+2
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-2/+2
* xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig2015-06-041-1/+1
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+1
* xfs: xlog_cil_force_lsn doesn't always wait correctlyDave Chinner2014-09-231-9/+38
* xfs: fix cil push sequence after log recoveryMark Tinguely2014-07-241-2/+0
* xfs: global error sign conversionDave Chinner2014-06-251-3/+3
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-1/+1
* Merge branch 'xfs-misc-fixes-2-for-3.16' into for-nextDave Chinner2014-05-201-3/+4
|\
| * xfs: log vector rounding leaks log spaceDave Chinner2014-05-201-3/+4
* | xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2014-05-071-8/+42
|/
* Merge branch 'xfs-stack-fixes' into for-nextDave Chinner2014-03-131-13/+39
|\
| * xfs: always do log forces via the workqueueDave Chinner2014-02-271-13/+39
* | Merge branch 'xfs-fixes-for-3.15' into for-nextDave Chinner2014-02-201-2/+1
|\ \
| * | xfs: convert xfs_log_commit_cil() to voidJie Liu2014-02-071-2/+1
| |/
* | xfs: ensure correct log item buffer alignmentDave Chinner2014-02-101-4/+15
|/
* xfs: format log items write directly into the linear CIL bufferChristoph Hellwig2013-12-131-32/+9
* xfs: remove duplicate code in xlog_cil_insert_format_itemsChristoph Hellwig2013-12-131-20/+13
* xfs: decouple log and transaction headersDave Chinner2013-10-231-4/+6
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-1/+1
* xfs: prevent deadlock trying to cover an active logDave Chinner2013-10-171-0/+14
* xfs: split the CIL lockDave Chinner2013-08-131-20/+21
* xfs: Combine CIL insert and prepare passesDave Chinner2013-08-131-127/+100
* xfs: avoid CIL allocation during insertDave Chinner2013-08-131-19/+33
* xfs: Reduce allocations during CIL insertionDave Chinner2013-08-131-39/+56
* xfs: return log item size in IOP_SIZEDave Chinner2013-08-131-3/+7
* xfs: Introduce ordered log vector supportDave Chinner2013-06-271-24/+51
* xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner2013-05-201-1/+1
* xfs: Update xfs_log_commit_cil() commentsJeff Liu2013-04-161-4/+0
* xfs: rename log structure to xlogMark Tinguely2012-06-211-11/+11
* 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
OpenPOWER on IntegriCloud