summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/bmap.c
AgeCommit message (Expand)Author
2025-03-03xfs: allow COW forks on zoned file systems in xchk_bmapChristoph Hellwig
2024-12-23xfs: cross-reference checks with the rt refcount btreeDarrick J. Wong
2024-12-23xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappingsDarrick J. Wong
2024-12-23xfs: cross-reference the realtime rmapbtDarrick J. Wong
2024-12-23xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong
2024-12-23xfs: support file data forks containing metadata btreesDarrick J. Wong
2024-11-05xfs: don't coalesce file mappings that cross rtgroup boundaries in scrubDarrick J. Wong
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-11-05xfs: add a generic group pointer to the btree cursorChristoph Hellwig
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig
2024-08-14xfs: attr forks require attr, not attr2Darrick J. Wong
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-10-17xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2023-08-10xfs: don't check reflink iflag state when checking cow forkDarrick J. Wong
2023-08-10xfs: simplify returns in xchk_bmapDarrick J. Wong
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2023-06-05xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong
2023-05-02xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong
2023-04-11xfs: don't call xchk_bmap_check_rmaps for btree-format file forksDarrick J. Wong
2023-04-11xfs: split the xchk_bmap_check_rmaps into a predicateDarrick J. Wong
2023-04-11xfs: alert the user about data/attr fork mappings that could be mergedDarrick J. Wong
2023-04-11xfs: split xchk_bmap_xref_rmap into two functionsDarrick J. Wong
2023-04-11xfs: accumulate iextent records when checking bmapDarrick J. Wong
2023-04-11xfs: change bmap scrubber to store the previous mappingDarrick J. Wong
2023-04-11xfs: don't take the MMAPLOCK when scrubbing file metadataDarrick J. Wong
2023-04-11xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong
2023-04-11xfs: ensure that single-owner file blocks are not owned by othersDarrick J. Wong
2023-04-11xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong
2023-04-11xfs: standardize ondisk to incore conversion for bmap btreesDarrick J. Wong
2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2023-02-13xfs: active perag reference countingDave Chinner
2022-11-16xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong
2022-11-16xfs: check that CoW fork extents are not sharedDarrick J. Wong
2022-11-16xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong
2022-11-16xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2022-11-16xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2022-04-11xfs: Define max extent length based on on-disk format definitionChandan Babu R
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner