summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_cil.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino2020-07-281-2/+1
* xfs: fix use-after-free on CIL context on shutdownDave Chinner2020-06-221-5/+5
* xfs: Throttle commits on delayed background CIL pushDave Chinner2020-03-271-4/+33
* xfs: merge xlog_commit_record with xlog_write_doneDave Chinner2020-03-271-1/+1
* xfs: split xlog_ticket_doneChristoph Hellwig2020-03-271-3/+6
* xfs: refactor and split xfs_log_done()Dave Chinner2020-03-271-6/+7
* xfs: don't try to write a start record into every iclogDave Chinner2020-03-271-1/+1
* xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig2020-03-231-6/+6
* xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig2020-03-231-1/+1
* xfs: merge xlog_cil_push into xlog_cil_push_workChristoph Hellwig2020-03-231-28/+18
* xfs: Correct comment tyops -> typosJoe Perches2019-11-101-2/+2
* xfs: turn ic_state into an enumChristoph Hellwig2019-10-211-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-5/+5
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: use a list_head for iclog callbacksChristoph Hellwig2019-06-281-8/+24
* xfs: split iop_unlockChristoph Hellwig2019-06-281-2/+0
* xfs: don't use xfs_trans_free_items in the commit pathChristoph Hellwig2019-06-281-3/+10
* xfs: don't require log items to implement optional methodsChristoph Hellwig2019-06-281-1/+2
* xfs: stop using XFS_LI_ABORTED as a parameter flagChristoph Hellwig2019-06-281-2/+2
* xfs: wake commit waiters on CIL abort before log item abortBrian Foster2019-04-141-8/+13
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-12/+9
* xfs: add tracing to high level transaction operationsDave Chinner2018-05-101-0/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* xfs: fall back to vmalloc when allocation log vector buffersDave Chinner2018-03-111-1/+1
* xfs: Fix leak of discard bioJan Kara2017-08-041-0/+1
* xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai2017-06-191-3/+4
* xfs: dump transaction usage details on log reservation overrunBrian Foster2017-06-191-6/+18
* xfs: refactor xlog_cil_insert_items() to facilitate transaction dumpBrian Foster2017-06-191-30/+32
* xfs: separate shutdown from ticket reservation print helperBrian Foster2017-06-191-1/+3
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-091-8/+76
* 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
|\ \