summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rmap_item.c
AgeCommit message (Expand)Author
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: collapse the ->create_done functionsDarrick J. Wong
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong
2023-12-06xfs: collapse the ->finish_item helpersDarrick J. Wong
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong
2023-12-06xfs: recreate work items when recovering intent itemsDarrick J. Wong
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong
2023-12-06xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-04-11xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong
2022-10-31xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong
2022-05-04xfs: whiteouts release intents that are not in the AILDave Chinner
2022-05-04xfs: add log item method to return related intentsDave Chinner
2022-05-04xfs: tag transactions that contain intent done itemsDave Chinner
2022-05-04xfs: add log item flags to indicate intentsDave Chinner
2022-05-04xfs: fix potential log item leakDave Chinner
2022-03-20xfs: log items should have a xlog pointer, not a mountDave Chinner
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-12-09xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong
2020-12-09xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-09-23xfs: don't release log intent items when recovery failsDarrick J. Wong
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong
2020-05-08xfs: refactor intent item iop_recover callsDarrick J. Wong
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong