summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/rtbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-301-0/+1
* xfs: online repair of realtime bitmapsDarrick J. Wong2023-12-151-7/+9
* xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong2023-12-151-15/+84
* xfs: try to attach dquots to files before repairing themDarrick J. Wong2023-12-151-0/+4
* xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-171-9/+5
* xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-171-2/+2
* xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-171-2/+2
* xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-171-2/+2
* xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong2023-10-171-1/+1
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-171-1/+1
* xfs: implement online scrubbing of rtsummary infoDarrick J. Wong2023-08-101-2/+2
* xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong2023-08-101-37/+0
* xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong2023-08-101-5/+4
* xfs: get our own reference to inodes that we want to scrubDarrick J. Wong2023-08-101-2/+4
* 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: 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