summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_defer.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-2/+0Star
* xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-301-5/+9
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-121-23/+27
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-9/+8Star
* xfs: fold dfops into the transactionBrian Foster2018-08-031-48/+19Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-1/+4
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-031-78/+68Star
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-031-5/+6
* xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-031-22/+21Star
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-031-1/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-38/+21Star
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-031-32/+26Star
* xfs: replace dop_low with transaction flagBrian Foster2018-08-031-2/+14
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-031-5/+10
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-031-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/+3Star
* 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/+0Star
* xfs: make deferred processing safe for embedded dfopsBrian Foster2018-07-261-18/+14Star
* xfs: return from _defer_finish with a clean transactionDarrick J. Wong2018-07-231-0/+6
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-3/+2Star
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-1/+8
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-121-4/+4
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* 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/+2Star
* xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig2017-09-011-2/+2
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-14/+9Star
* xfs: defer should abort intent items if the trans roll failsDarrick J. Wong2016-10-241-12/+5Star
* 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/+4Star
* 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