summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_defer.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson2024-04-151-1/+7
* xfs: create deferred log items for file mapping exchangesDarrick J. Wong2024-04-151-1/+1
* xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig2023-12-141-16/+2
* xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig2023-12-141-1/+1
* xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig2023-12-141-2/+3
* xfs: force small EFIs for reaping btree extentsDarrick J. Wong2023-12-061-0/+3
* xfs: allow pausing of pending deferred work itemsDarrick J. Wong2023-12-061-2/+15
* xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong2023-12-061-0/+3
* xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong2023-12-061-0/+4
* xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong2023-12-061-0/+1
* xfs: recreate work items when recovering intent itemsDarrick J. Wong2023-12-061-0/+9
* xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong2023-12-061-0/+5
* xfs: abort intent items when recovery intents failLong Li2023-11-131-1/+1
* xfs: Implement attr logging and replayAllison Henderson2022-05-091-0/+1
* xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-041-0/+2
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-0/+3
* xfs: port the defer ops capture and continue to resource captureDarrick J. Wong2021-10-141-8/+6
* xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong2021-10-141-0/+24
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-071-2/+9
* xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2020-10-071-0/+3
* xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2020-10-071-0/+4
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-071-1/+18
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-231-0/+6
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: spell out the parameter name for ->cancel_itemChristoph Hellwig2020-05-041-1/+1
* xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig2020-05-041-2/+4
* xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2020-05-041-5/+5
* xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig2020-05-041-5/+6
* xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig2020-05-041-2/+1
* xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2020-05-041-2/+2
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-121-16/+15
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-1/+5
* xfs: fold dfops into the transactionBrian Foster2018-08-021-2/+0
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-1/+1
* xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster2018-08-021-1/+0
* xfs: clean out superfluous dfops dop params/varsBrian Foster2018-08-021-1/+1
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-2/+2
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-1/+0
* xfs: automatic dfops buffer reloggingBrian Foster2018-08-021-1/+0
* xfs: replace dop_low with transaction flagBrian Foster2018-08-021-11/+0
* xfs: pass transaction to dfops reset/move helpersBrian Foster2018-08-021-1/+1
* xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster2018-08-021-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/+2
* 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/+0
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-1/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1