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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-11
xfs: teach scrub to check for sole ownership of metadata objects
Darrick J. Wong
6
-31
/
+34
2023-04-11
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results
Darrick J. Wong
1
-7
/
+10
2023-04-11
xfs: directly cross-reference the inode btrees with each other
Darrick J. Wong
1
-27
/
+198
2023-04-11
xfs: clean up broken eearly-exit code in the inode btree scrubber
Darrick J. Wong
1
-25
/
+17
2023-04-11
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
7
-4
/
+39
2023-04-11
xfs: check the reference counts of gaps in the refcount btree
Darrick J. Wong
1
-5
/
+90
2023-04-11
xfs: replace xfs_btree_has_record with a general keyspace scanner
Darrick J. Wong
3
-10
/
+10
2023-04-11
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
1
-12
/
+12
2023-04-11
xfs: always scrub record/key order of interior records
Darrick J. Wong
2
-7
/
+15
2023-04-11
xfs: check btree keys reflect the child block
Darrick J. Wong
1
-1
/
+48
2023-04-11
xfs: detect unwritten bit set in rmapbt node block keys
Darrick J. Wong
3
-0
/
+65
2023-04-11
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
1
-6
/
+0
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 bmap btrees
Darrick J. Wong
1
-0
/
+6
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: standardize ondisk to incore conversion for refcount btrees
Darrick J. Wong
1
-11
/
+3
2023-04-11
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
1
-20
/
+4
2023-04-11
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
1
-12
/
+12
2023-04-11
xfs: scrub should use ECHRNG to signal that the drain is needed
Darrick J. Wong
8
-2
/
+21
2023-04-11
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
14
-5
/
+138
2023-04-11
xfs: clean up scrub context if scrub setup returns -EDEADLOCK
Darrick J. Wong
1
-12
/
+16
2023-04-11
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
3
-11
/
+104
2023-04-11
xfs: add a tracepoint to report incorrect extent refcounts
Darrick J. Wong
2
-1
/
+39
2023-04-11
xfs: update copyright years for scrub/ files
Darrick J. Wong
33
-33
/
+33
2023-04-11
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
33
-64
/
+64
2023-04-11
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
1
-1
/
+2
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
1
-3
/
+1
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
1
-1
/
+2
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
3
-17
/
+22
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
2
-8
/
+7
2023-02-13
xfs: convert xfs_imap() to take a perag
Dave Chinner
1
-4
/
+9
2023-02-13
xfs: active perag reference counting
Dave Chinner
2
-3
/
+3
2022-11-16
xfs: check inode core when scrubbing metadata files
Darrick J. Wong
1
-6
/
+34
2022-11-16
xfs: don't warn about files that are exactly s_maxbytes long
Darrick J. Wong
1
-1
/
+1
2022-11-16
xfs: teach scrub to flag non-extents format cow forks
Darrick J. Wong
1
-0
/
+2
2022-11-16
xfs: check that CoW fork extents are not shared
Darrick J. Wong
1
-0
/
+2
2022-11-16
xfs: check quota files for unwritten extents
Darrick J. Wong
1
-2
/
+4
2022-11-16
xfs: block map scrub should handle incore delalloc reservations
Darrick J. Wong
1
-19
/
+36
2022-11-16
xfs: teach scrub to check for adjacent bmaps when rmap larger than bmap
Darrick J. Wong
1
-2
/
+72
2022-11-16
xfs: fix perag loop in xchk_bmap_check_rmaps
Darrick J. Wong
1
-7
/
+7
2022-11-16
xfs: online checking of the free rt extent count
Darrick J. Wong
2
-10
/
+84
2022-11-16
xfs: skip fscounters comparisons when the scan is incomplete
Darrick J. Wong
1
-1
/
+20
2022-11-16
xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbed
Darrick J. Wong
1
-2
/
+2
2022-11-16
xfs: don't retry repairs harder when EAGAIN is returned
Darrick J. Wong
1
-1
/
+5
2022-11-16
xfs: fix return code when fatal signal encountered during dquot scrub
Darrick J. Wong
1
-1
/
+1
2022-11-16
xfs: return EINTR when a fatal signal terminates scrub
Darrick J. Wong
1
-1
/
+1
2022-11-16
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
8
-24
/
+24
2022-11-16
xfs: initialize the check_owner object fully
Darrick J. Wong
1
-1
/
+4
2022-11-16
xfs: standardize GFP flags usage in online scrub
Darrick J. Wong
4
-7
/
+15
[prev]
[next]