summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rmap_item.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13xfs: place intent recovery under NOFS allocation contextDave Chinner1-1/+1
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-1/+1
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner1-2/+2
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-1/+2
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-21/+8
2023-12-07xfs: recreate work items when recovering intent itemsDarrick J. Wong1-51/+61
2023-12-07xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong1-0/+2
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_rmap_intent its own perag referenceDarrick J. Wong1-3/+29
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong1-39/+40
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong1-36/+29
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong1-3/+7
2022-10-31xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong1-1/+5
2022-10-31xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong1-31/+27
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 file range validationDarrick J. Wong1-1/+1
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 rmap intent itemsDarrick J. Wong1-12/+18
2020-12-09xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong1-25/+42
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-4/+3
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong1-7/+1