summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_defer.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-121-16/+15Star
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-1/+5
* xfs: fold dfops into the transactionBrian Foster2018-08-031-2/+0Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-1/+1
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-031-1/+0Star
* xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-031-1/+1
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-031-2/+2
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-1/+0Star
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-031-1/+0Star
* xfs: replace dop_low with transaction flagBrian Foster2018-08-031-11/+0Star
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-031-1/+1
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-031-1/+1
* xfs: bypass final dfops roll in trans commit pathBrian Foster2018-07-261-0/+1
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-2/+2
* xfs: support embedded dfops in transactionBrian Foster2018-07-261-14/+2Star
* xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2018-07-261-1/+2
* xfs: remove unused deferred ops committed fieldBrian Foster2018-07-261-1/+0Star
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-2/+1Star
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-1/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-091-0/+1
* xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2017-12-141-1/+4
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-2/+1Star
* xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig2017-09-011-1/+1
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-041-0/+1
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-031-0/+1
* xfs: track log done items directly in the deferred pending work itemDarrick J. Wong2016-08-301-1/+1
* xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong2016-08-031-0/+1
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-7/+0Star
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+7
* xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong2016-08-031-0/+1
* xfs: move deferred operations into a separate fileDarrick J. Wong2016-08-031-0/+95