index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
rmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
xfs: move the per-AG datatype bitmaps to separate files
Darrick J. Wong
1
-0
/
+1
2023-04-11
xfs: cross-reference rmap records with refcount btrees
Darrick J. Wong
1
-0
/
+23
2023-04-11
xfs: cross-reference rmap records with inode btrees
Darrick J. Wong
1
-0
/
+35
2023-04-11
xfs: cross-reference rmap records with free space btrees
Darrick J. Wong
1
-0
/
+66
2023-04-11
xfs: cross-reference rmap records with ag btrees
Darrick J. Wong
1
-1
/
+158
2023-04-11
xfs: check for reverse mapping records that could be merged
Darrick J. Wong
1
-0
/
+52
2023-04-11
xfs: check overlapping rmap btree records
Darrick J. Wong
1
-2
/
+72
2023-04-11
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
1
-21
/
+24
2023-04-11
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
1
-3
/
+3
2023-04-11
xfs: detect unwritten bit set in rmapbt node block keys
Darrick J. Wong
1
-0
/
+53
2023-04-11
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
1
-22
/
+0
2023-04-11
xfs: standardize ondisk to incore conversion for rmap btrees
Darrick J. Wong
1
-37
/
+2
2023-04-11
xfs: return a failure address from xfs_rmap_irec_offset_unpack
Darrick J. Wong
1
-6
/
+5
2023-04-11
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
1
-0
/
+3
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-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
1
-3
/
+3
2021-08-18
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
1
-1
/
+1
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-1
/
+2
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
1
-3
/
+2
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
1
-1
/
+1
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-9
/
+0
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
1
-4
/
+1
2018-12-12
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
1
-15
/
+15
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
1
-39
/
+39
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
1
-8
/
+8
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
1
-39
/
+39
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-15
/
+1
2018-05-15
xfs: skip scrub xref if corruption already noted
Darrick J. Wong
1
-3
/
+3
2018-01-17
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
1
-0
/
+37
2018-01-17
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
1
-0
/
+65
2018-01-17
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
1
-0
/
+4
2018-01-17
xfs: cross-reference with the bnobt
Darrick J. Wong
1
-0
/
+5
2018-01-17
xfs: introduce scrubber cross-referencing stubs
Darrick J. Wong
1
-0
/
+12
2017-10-26
xfs: scrub rmap btrees
Darrick J. Wong
1
-0
/
+138