summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap_item.c
AgeCommit message (Expand)Author
2024-02-22xfs: support recovering bmap intent items targetting realtime extentsDarrick J. Wong
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong
2024-02-22xfs: reuse xfs_bmap_update_cancel_itemDarrick J. Wong
2024-02-22xfs: add a bi_entry helperDarrick J. Wong
2024-02-22xfs: remove xfs_trans_set_bmap_flagsDarrick J. Wong
2024-02-13xfs: place intent recovery under NOFS allocation contextDave Chinner
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner
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_bmap_intent its own perag referenceDarrick J. Wong
2023-02-05xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong
2023-02-05xfs: pass the xfs_bmbt_irec 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: fix memcpy fortify errors in BUI 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-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R
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-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong
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
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-12-09xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong