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