summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/bmap.c
AgeCommit message (Expand)Author
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
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong
2020-11-10xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong