summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_defer.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-121-23/+27
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-9/+8
* xfs: fold dfops into the transactionBrian Foster2018-08-021-48/+19
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-1/+4
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-021-78/+68
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-5/+6
* xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-021-22/+21
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-1/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-38/+21
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-021-32/+26
* xfs: replace dop_low with transaction flagBrian Foster2018-08-021-2/+14
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-021-5/+10
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-021-2/+3
* xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-261-13/+25
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-4/+3
* xfs: support embedded dfops in transactionBrian Foster2018-07-261-0/+22
* xfs: reset dfops to initial state after finishBrian Foster2018-07-261-2/+18
* xfs: remove unused deferred ops committed fieldBrian Foster2018-07-261-1/+0
* xfs: make deferred processing safe for embedded dfopsBrian Foster2018-07-261-18/+14
* xfs: return from _defer_finish with a clean transactionDarrick J. Wong2018-07-231-0/+6
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-3/+2
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-1/+8
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-111-4/+4
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: adder caller IP to xfs_defer* tracepointsDave Chinner2018-05-101-6/+6
* xfs: defer agfl block frees from deferred ops processing contextBrian Foster2018-05-091-0/+12
* xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2017-12-141-3/+36
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-6/+2
* xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig2017-09-011-2/+2
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-14/+9
* xfs: defer should abort intent items if the trans roll failsDarrick J. Wong2016-10-241-12/+5
* xfs: defer should allow ->finish_item to request a new transactionDarrick J. Wong2016-09-191-7/+72
* xfs: track log done items directly in the deferred pending work itemDarrick J. Wong2016-08-301-13/+4
* xfs: add tracepoints for the deferred ops mechanismDarrick J. Wong2016-08-031-0/+19
* xfs: move deferred operations into a separate fileDarrick J. Wong2016-08-031-0/+444