summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/bmap_repair.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-24xfs: check for shared rt extents when rebuilding rt file's data forkDarrick J. Wong1-8/+13
2024-12-24xfs: online repair of realtime file bmapsDarrick J. Wong1-4/+124
2024-12-24xfs: support file data forks containing metadata btreesDarrick J. Wong1-0/+1
2024-11-06xfs: add a generic group pointer to the btree cursorChristoph Hellwig1-2/+2
2024-11-06xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig1-3/+2
2024-11-06xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig1-3/+1
2024-10-11xfs: fix integer overflow in xrep_bmapDarrick J. Wong1-1/+1
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong1-1/+1
2024-02-22xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig1-1/+7
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong1-4/+13
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-0/+858