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-10-19
xfs: simplify rt bitmap/summary block accessor functions
Darrick J. Wong
1
-1
/
+1
2023-10-19
xfs: simplify xfs_rtbuf_get calling conventions
Darrick J. Wong
1
-3
/
+2
2023-10-19
xfs: cache last bitmap block in realtime allocator
Omar Sandoval
1
-2
/
+2
2023-10-18
xfs: consolidate realtime allocation arguments
Dave Chinner
1
-1
/
+5
2023-10-18
xfs: use accessor functions for summary info words
Darrick J. Wong
3
-15
/
+28
2023-10-18
xfs: create helpers for rtbitmap block/wordcount computations
Darrick J. Wong
1
-4
/
+3
2023-10-17
xfs: convert rt summary macros to helpers
Darrick J. Wong
1
-6
/
+8
2023-10-17
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
1
-1
/
+1
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 compute leftovers of realtime extents
Darrick J. Wong
1
-1
/
+2
2023-10-17
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
2
-4
/
+4
2023-10-17
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
2
-4
/
+4
2023-10-17
xfs: rename xfs_verify_rtext to xfs_verify_rtbext
Darrick J. Wong
3
-4
/
+4
2023-10-17
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
1
-1
/
+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
3
-3
/
+3
2023-10-12
xfs: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2023-09-12
xfs: only call xchk_stats_merge after validating scrub inputs
Darrick J. Wong
2
-3
/
+6
2023-08-30
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
27
-593
/
+3789
2023-08-10
xfs: don't check reflink iflag state when checking cow fork
Darrick J. Wong
1
-5
/
+2
2023-08-10
xfs: simplify returns in xchk_bmap
Darrick J. Wong
1
-13
/
+13
2023-08-10
xfs: rewrite xchk_inode_is_allocated to work properly
Darrick J. Wong
4
-24
/
+162
2023-08-10
xfs: hide xfs_inode_is_allocated in scrub common code
Darrick J. Wong
3
-2
/
+40
2023-08-10
xfs: fix agf_fllast when repairing an empty AGFL
Darrick J. Wong
1
-1
/
+4
2023-08-10
xfs: clear pagf_agflreset when repairing the AGFL
Darrick J. Wong
1
-1
/
+4
2023-08-10
xfs: allow userspace to rebuild metadata structures
Darrick J. Wong
2
-2
/
+12
2023-08-10
xfs: don't complain about unfixed metadata when repairs were injected
Darrick J. Wong
2
-5
/
+14
2023-08-10
xfs: allow the user to cancel repairs before we start writing
Darrick J. Wong
1
-0
/
+16
2023-08-10
xfs: always rescan allegedly healthy per-ag metadata after repair
Darrick J. Wong
1
-0
/
+10
2023-08-10
xfs: implement online scrubbing of rtsummary info
Darrick J. Wong
6
-28
/
+295
2023-08-10
xfs: move the realtime summary file scrubber to a separate source file
Darrick J. Wong
2
-37
/
+54
2023-08-10
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
8
-29
/
+53
2023-08-10
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
6
-13
/
+36
2023-08-10
xfs: track usage statistics of online fsck
Darrick J. Wong
5
-4
/
+489
2023-08-10
xfs: improve xfarray quicksort pivot
Darrick J. Wong
2
-69
/
+148
2023-08-10
xfs: cache pages used for xfarray quicksort convergence
Darrick J. Wong
2
-10
/
+86
2023-08-10
xfs: speed up xfarray sort by sorting xfile page contents directly
Darrick J. Wong
3
-0
/
+121
2023-08-10
xfs: teach xfile to pass back direct-map pages to caller
Darrick J. Wong
3
-0
/
+120
2023-08-10
xfs: convert xfarray insertion sort to heapsort using scratchpad memory
Darrick J. Wong
3
-120
/
+39
2023-08-10
xfs: enable sorting of xfile-backed arrays
Darrick J. Wong
3
-0
/
+750
2023-08-10
xfs: create a big array data structure
Darrick J. Wong
6
-1
/
+919
2023-08-10
xfs: use per-AG bitmaps to reap unused AG metadata blocks during repair
Darrick J. Wong
5
-95
/
+45
2023-08-10
xfs: reap large AG metadata extents when possible
Darrick J. Wong
8
-121
/
+409
2023-08-10
xfs: allow scanning ranges of the buffer cache for live buffers
Darrick J. Wong
1
-1
/
+1
2023-08-10
xfs: rearrange xrep_reap_block to make future code flow easier
Darrick J. Wong
3
-17
/
+25
2023-08-10
xfs: use deferred frees to reap old btree blocks
Darrick J. Wong
1
-4
/
+26
2023-08-10
xfs: only allow reaping of per-AG blocks in xrep_reap_extents
Darrick J. Wong
1
-32
/
+13
2023-08-10
xfs: only invalidate blocks if we're going to free them
Darrick J. Wong
2
-55
/
+42
2023-08-10
xfs: move the post-repair block reaping code to a separate file
Darrick J. Wong
5
-234
/
+282
2023-08-10
xfs: cull repair code that will never get used
Darrick J. Wong
3
-111
/
+0
[next]