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