summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_defer.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong2022-05-231-12/+47
* xfs: put attr[id] log item cache init with the othersDarrick J. Wong2022-05-221-8/+0
* xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong2022-05-221-0/+4
* xfs: separate out initial attr_set statesDave Chinner2022-05-121-0/+2
* xfs: Implement attr logging and replayAllison Henderson2022-05-091-0/+1
* xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-041-1/+9
* xfs: Fix double unlock in defer capture codeAllison Henderson2022-05-041-1/+10
* xfs: don't commit the first deferred transaction without intentsDave Chinner2022-05-041-12/+18
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-221-0/+5
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-4/+61
* xfs: port the defer ops capture and continue to resource captureDarrick J. Wong2021-10-141-21/+65
* xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong2021-10-141-31/+54
* xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+42
* xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-10-071-1/+10
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-071-5/+38
* 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-7/+82
* xfs: remove xfs_defer_resetDarrick J. Wong2020-10-071-19/+5
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-231-2/+24
* xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2020-05-191-1/+9
* xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig2020-05-041-1/+1
* xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig2020-05-041-1/+1
* xfs: refactor xfs_defer_finish_norollChristoph Hellwig2020-05-041-69/+59
* xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig2020-05-041-4/+1
* xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig2020-05-041-4/+2
* xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig2020-05-041-16/+23
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-2/+0
* 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/+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