summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/rtbitmap.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong1-4/+5
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong1-3/+1
2020-07-07xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong1-0/+7
2020-07-07xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong1-0/+40
2019-06-28xfs: remove unused header filesEric Sandeen1-7/+0
2019-02-11xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong1-3/+2
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-19/+19
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-5/+5
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-15/+15
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong1-5/+18
2018-05-15xfs: scrub the data fork of the realtime inodesDarrick J. Wong1-1/+33
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong1-0/+3
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong1-2/+1
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+23
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen1-10/+2
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong1-0/+108