summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_defer.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong1-12/+47
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong1-8/+0
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong1-0/+4
2022-05-12xfs: separate out initial attr_set statesDave Chinner1-0/+2
2022-05-09xfs: Implement attr logging and replayAllison Henderson1-0/+1
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson1-1/+9
2022-05-04xfs: Fix double unlock in defer capture codeAllison Henderson1-1/+10
2022-05-04xfs: don't commit the first deferred transaction without intentsDave Chinner1-12/+18
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-0/+5
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong1-4/+61
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong1-21/+65
2021-10-14xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong1-31/+54
2020-10-07xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong1-0/+16
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong1-0/+42
2020-10-07xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong1-1/+10
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong1-5/+38
2020-10-07xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong1-0/+3
2020-10-07xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong1-0/+4
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong1-7/+82
2020-10-07xfs: remove xfs_defer_resetDarrick J. Wong1-19/+5
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong1-2/+24
2020-05-19xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong1-1/+9
2020-05-04xfs: use a xfs_btree_cur for the ->finish_cleanup stateChristoph Hellwig1-1/+1
2020-05-04xfs: turn dfp_done into a xfs_log_itemChristoph Hellwig1-1/+1
2020-05-04xfs: refactor xfs_defer_finish_norollChristoph Hellwig1-69/+59
2020-05-04xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig1-4/+1
2020-05-04xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig1-4/+2
2020-05-04xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig1-16/+23
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-2/+0
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong1-5/+9
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong1-23/+27
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong1-9/+8
2018-08-02xfs: fold dfops into the transactionBrian Foster1-48/+19
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-1/+4
2018-08-02xfs: replace xfs_defer_ops ->dop_pending with on-stack listBrian Foster1-78/+68
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-5/+6
2018-08-02xfs: clean out superfluous dfops dop params/varsBrian Foster1-22/+21
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-1/+1
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-38/+21
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster1-32/+26
2018-08-02xfs: replace dop_low with transaction flagBrian Foster1-2/+14
2018-08-02xfs: pass transaction to dfops reset/move helpersBrian Foster1-5/+10
2018-08-02xfs: remove unused __xfs_defer_cancel() internal helperBrian Foster1-2/+3
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster1-13/+25
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-4/+3
2018-07-26xfs: support embedded dfops in transactionBrian Foster1-0/+22
2018-07-26xfs: reset dfops to initial state after finishBrian Foster1-2/+18
2018-07-26xfs: remove unused deferred ops committed fieldBrian Foster1-1/+0
2018-07-26xfs: make deferred processing safe for embedded dfopsBrian Foster1-18/+14