summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rtbitmap.c
AgeCommit message (Expand)Author
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong
2023-12-15xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2023-10-17xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong
2023-10-17xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2023-10-17xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2022-04-12xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong
2020-07-07xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong
2020-07-07xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-02-11xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong
2018-05-15xfs: scrub the data fork of the realtime inodesDarrick J. Wong
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong