summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/rtbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong2019-02-121-3/+2Star
* 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/+1Star
* xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong2018-06-011-5/+18
* xfs: scrub the data fork of the realtime inodesDarrick J. Wong2018-05-161-1/+33
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-0/+3
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-241-2/+1Star
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-181-0/+23
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-10/+2Star
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-271-0/+108