summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_log_cil.c
AgeCommit message (Expand)Author
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2019-10-21xfs: turn ic_state into an enumChristoph Hellwig
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: use a list_head for iclog callbacksChristoph Hellwig
2019-06-28xfs: split iop_unlockChristoph Hellwig
2019-06-28xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig
2019-06-28xfs: don't require log items to implement optional methodsChristoph Hellwig
2019-06-28xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig
2019-04-14xfs: wake commit waiters on CIL abort before log item abortBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-10xfs: add tracing to high level transaction operationsDave Chinner
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-11xfs: fall back to vmalloc when allocation log vector buffersDave Chinner
2017-08-04xfs: Fix leak of discard bioJan Kara
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai
2017-06-19xfs: dump transaction usage details on log reservation overrunBrian Foster
2017-06-19xfs: refactor xlog_cil_insert_items() to facilitate transaction dumpBrian Foster
2017-06-19xfs: separate shutdown from ticket reservation print helperBrian Foster
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner
2016-04-06xfs: remove transaction typesChristoph Hellwig
2015-07-29xfs: close xc_cil list_empty() races with cil commit sequenceBrian Foster
2015-06-04xfs: fix xfs_log_done interfaceChristoph Hellwig
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: pass a boolean flag to xfs_trans_free_itemsChristoph Hellwig
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
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