summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_defer.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Increase XFS_DEFER_OPS_NR_INODES to 5Allison Henderson2024-04-151-1/+5
* xfs: create deferred log items for file mapping exchangesDarrick J. Wong2024-04-151-0/+6
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: use xfs_defer_alloc a bit moreDave Chinner2024-02-131-10/+5
* xfs: use GFP_KERNEL in pure transaction contextsDave Chinner2024-02-131-3/+3
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-1/+1
* xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig2023-12-291-2/+1
* xfs: fix a use after free in xfs_defer_finish_recoveryChristoph Hellwig2023-12-291-2/+4
* xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig2023-12-141-14/+2
* xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig2023-12-141-3/+3
* xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig2023-12-141-26/+17
* xfs: force small EFIs for reaping btree extentsDarrick J. Wong2023-12-061-11/+96
* xfs: allow pausing of pending deferred work itemsDarrick J. Wong2023-12-061-12/+85
* xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong2023-12-061-13/+48
* xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong2023-12-061-0/+4
* xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong2023-12-061-11/+20
* xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong2023-12-061-1/+6
* xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong2023-12-061-2/+7
* xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong2023-12-061-1/+5
* xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong2023-12-061-0/+2
* xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong2023-12-061-1/+27
* xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong2023-12-061-0/+17
* xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong2023-12-061-1/+1
* xfs: recreate work items when recovering intent itemsDarrick J. Wong2023-12-061-2/+1
* xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong2023-12-061-28/+77
* xfs: abort intent items when recovery intents failLong Li2023-11-131-2/+3
* xfs: factor out xfs_defer_pending_abortLong Li2023-11-131-8/+15
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-111-2/+4
* 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