index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
rtbitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
1
-0
/
+1
2023-12-15
xfs: online repair of realtime bitmaps
Darrick J. Wong
1
-7
/
+9
2023-12-15
xfs: check rt bitmap file geometry more thoroughly
Darrick J. Wong
1
-15
/
+84
2023-12-15
xfs: try to attach dquots to files before repairing them
Darrick J. Wong
1
-0
/
+4
2023-10-17
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
1
-9
/
+5
2023-10-17
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
1
-2
/
+2
2023-10-17
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
1
-2
/
+2
2023-10-17
xfs: rename xfs_verify_rtext to xfs_verify_rtbext
Darrick J. Wong
1
-2
/
+2
2023-10-17
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
1
-1
/
+1
2023-10-17
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
1
-1
/
+1
2023-08-10
xfs: implement online scrubbing of rtsummary info
Darrick J. Wong
1
-2
/
+2
2023-08-10
xfs: move the realtime summary file scrubber to a separate source file
Darrick J. Wong
1
-37
/
+0
2023-08-10
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
1
-5
/
+4
2023-08-10
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
1
-2
/
+4
2023-04-11
xfs: update copyright years for scrub/ files
Darrick J. Wong
1
-1
/
+1
2023-04-11
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
1
-2
/
+2
2022-04-12
xfs: pass explicit mount pointer to rtalloc query functions
Darrick J. Wong
1
-4
/
+5
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-1
/
+1
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
1
-3
/
+2
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
1
-3
/
+1
2020-07-07
xfs: rtbitmap scrubber should check inode size
Darrick J. Wong
1
-0
/
+7
2020-07-07
xfs: rtbitmap scrubber should verify written extents
Darrick J. Wong
1
-0
/
+40
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-7
/
+0
2019-02-11
xfs: fix off-by-one error in rtbitmap cross-reference
Darrick J. Wong
1
-3
/
+2
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
1
-19
/
+19
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
1
-5
/
+5
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
1
-15
/
+15
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-15
/
+1
2018-06-01
xfs: fix xfs_rtalloc_rec units
Darrick J. Wong
1
-5
/
+18
2018-05-15
xfs: scrub the data fork of the realtime inodes
Darrick J. Wong
1
-1
/
+33
2018-05-15
xfs: skip scrub xref if corruption already noted
Darrick J. Wong
1
-0
/
+3
2018-03-23
xfs: remove xfs_buf parameter from inode scrub methods
Darrick J. Wong
1
-2
/
+1
2018-01-17
xfs: cross-reference the realtime bitmap
Darrick J. Wong
1
-0
/
+23
2018-01-08
xfs: move all scrub input checking to xfs_scrub_validate
Eric Sandeen
1
-10
/
+2
2017-10-26
xfs: scrub realtime bitmap/summary
Darrick J. Wong
1
-0
/
+108