summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong2023-06-051-12/+13
* xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong2023-05-021-2/+2
* xfs: don't call xchk_bmap_check_rmaps for btree-format file forksDarrick J. Wong2023-04-111-16/+14
* xfs: split the xchk_bmap_check_rmaps into a predicateDarrick J. Wong2023-04-111-22/+38
* xfs: alert the user about data/attr fork mappings that could be mergedDarrick J. Wong2023-04-111-0/+11
* xfs: split xchk_bmap_xref_rmap into two functionsDarrick J. Wong2023-04-111-40/+76
* xfs: accumulate iextent records when checking bmapDarrick J. Wong2023-04-111-77/+106
* xfs: change bmap scrubber to store the previous mappingDarrick J. Wong2023-04-111-5/+18
* xfs: don't take the MMAPLOCK when scrubbing file metadataDarrick J. Wong2023-04-111-2/+5
* xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong2023-04-111-1/+1
* xfs: ensure that single-owner file blocks are not owned by othersDarrick J. Wong2023-04-111-1/+13
* xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong2023-04-111-3/+8
* xfs: standardize ondisk to incore conversion for bmap btreesDarrick J. Wong2023-04-111-0/+6
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-0/+3
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: active perag reference countingDave Chinner2023-02-131-1/+1
* xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong2022-11-161-0/+2
* xfs: check that CoW fork extents are not sharedDarrick J. Wong2022-11-161-0/+2
* xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong2022-11-161-19/+36
* xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong2022-11-161-2/+72
* xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong2022-11-161-7/+7
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-7/+7
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+1
* xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong2022-04-271-20/+4
* xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-111-1/+1
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-1/+1
* xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong2021-08-201-1/+2
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-2/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-2/+2
* xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-181-1/+1
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-12/+15
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-091-1/+1
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-9/+12
|\
| * xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+1
| * xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-021-4/+4
| * xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-1/+1
| * xfs: add a perag to the btree cursorDave Chinner2021-06-021-1/+1
| * xfs: convert raw ag walks to use for_each_peragDave Chinner2021-06-021-5/+8
* | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
|/
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-5/+1
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+4
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-5/+0
* xfs: refactor file range validationDarrick J. Wong2020-12-091-0/+4
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-091-7/+1
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-4/+1
* xfs: strengthen rmap record flags checkingDarrick J. Wong2020-11-181-4/+4
* xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong2020-11-101-0/+2
* xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong2020-07-061-2/+20