summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rtbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong2022-04-121-4/+5
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-1/+1
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-091-3/+1
* xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong2020-07-071-0/+7
* xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong2020-07-071-0/+40
* xfs: remove unused header filesEric Sandeen2019-06-281-7/+0
* xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong2019-02-111-3/+2
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-19/+19
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-5/+5
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-15/+15
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong2018-06-011-5/+18
* xfs: scrub the data fork of the realtime inodesDarrick J. Wong2018-05-151-1/+33
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-151-0/+3
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-231-2/+1
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-171-0/+23
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-10/+2
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-261-0/+108