summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_refcount_item.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig1-1/+1
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig1-0/+1
2023-12-07xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong1-22/+22
2023-12-07xfs: collapse the ->create_done functionsDarrick J. Wong1-17/+10
2023-12-07xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong1-3/+0
2023-12-07xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong1-1/+1
2023-12-07xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong1-5/+1
2023-12-07xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong1-3/+0
2023-12-07xfs: collapse the ->finish_item helpersDarrick J. Wong1-17/+1
2023-12-07xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong1-15/+1
2023-12-07xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong1-12/+12
2023-12-07xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong1-53/+8
2023-12-07xfs: recreate work items when recovering intent itemsDarrick J. Wong1-32/+28
2023-12-07xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong1-0/+1
2023-12-07xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong1-1/+2
2023-12-07xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong1-6/+3
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong1-2/+4
2023-04-12xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong1-2/+2
2023-04-12xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong1-4/+32
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong1-27/+27
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong1-36/+26
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong1-5/+11
2022-10-31xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong1-24/+21
2022-05-04xfs: whiteouts release intents that are not in the AILDave Chinner1-4/+5
2022-05-04xfs: add log item method to return related intentsDave Chinner1-0/+8
2022-05-04xfs: tag transactions that contain intent done itemsDave Chinner1-1/+1
2022-05-04xfs: add log item flags to indicate intentsDave Chinner1-1/+3
2022-05-04xfs: fix potential log item leakDave Chinner1-0/+2
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner1-1/+1
2021-10-23xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong1-2/+2
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-6/+6
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong1-2/+2
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong1-0/+3
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-10/+1
2020-12-09xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong1-0/+3
2020-12-09xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong1-12/+11
2020-12-09xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong1-21/+38
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong1-0/+27
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong1-1/+1
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong1-12/+4
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong1-7/+1
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong1-1/+1
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-2/+3
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong1-4/+0
2020-05-08xfs: refactor intent item iop_recover callsDarrick J. Wong1-34/+12
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong1-4/+4