summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/rtbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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