summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_cil.c
Commit message (Expand)AuthorAge
* xfs: fall back to vmalloc when allocation log vector buffersDave Chinner2018-03-11
* xfs: Fix leak of discard bioJan Kara2017-08-04
* xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai2017-06-19
* xfs: dump transaction usage details on log reservation overrunBrian Foster2017-06-19
* xfs: refactor xlog_cil_insert_items() to facilitate transaction dumpBrian Foster2017-06-19
* xfs: separate shutdown from ticket reservation print helperBrian Foster2017-06-19
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-09
* xfs: allocate log vector buffers outside CIL context lockDave Chinner2016-07-22
* xfs: remove transaction typesChristoph Hellwig2016-04-06
* xfs: close xc_cil list_empty() races with cil commit sequenceBrian Foster2015-07-29
* xfs: fix xfs_log_done interfaceChristoph Hellwig2015-06-04
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-04
* xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig2015-06-04
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-28
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-28
* xfs: xlog_cil_force_lsn doesn't always wait correctlyDave Chinner2014-09-23
* xfs: fix cil push sequence after log recoveryMark Tinguely2014-07-24
* xfs: global error sign conversionDave Chinner2014-06-25
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-22
* Merge branch 'xfs-misc-fixes-2-for-3.16' into for-nextDave Chinner2014-05-20
|\
| * xfs: log vector rounding leaks log spaceDave Chinner2014-05-20
* | xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2014-05-07
|/
* 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-20
|\ \
| * | xfs: convert xfs_log_commit_cil() to voidJie Liu2014-02-07
| |/
* | xfs: ensure correct log item buffer alignmentDave Chinner2014-02-10
|/
* xfs: format log items write directly into the linear CIL bufferChristoph Hellwig2013-12-13
* xfs: remove duplicate code in xlog_cil_insert_format_itemsChristoph Hellwig2013-12-13
* 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