index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: abort directory parent scrub scans if we encounter a zapped directory
Darrick J. Wong
2023-12-15
4
-0
/
+46
*
xfs: zap broken inode forks
Darrick J. Wong
2023-12-15
2
-4
/
+751
*
xfs: repair inode records
Darrick J. Wong
2023-12-15
6
-2
/
+1017
*
xfs: set inode sick state flags when we zap either ondisk fork
Darrick J. Wong
2023-12-15
6
-10
/
+101
*
xfs: dont cast to char * for XFS_DFORK_*PTR macros
Darrick J. Wong
2023-12-15
1
-1
/
+1
*
xfs: add missing nrext64 inode flag check to scrub
Darrick J. Wong
2023-12-15
1
-0
/
+4
*
xfs: try to attach dquots to files before repairing them
Darrick J. Wong
2023-12-15
7
-5
/
+55
*
xfs: disable online repair quota helpers when quota not enabled
Darrick J. Wong
2023-12-15
2
-0
/
+11
*
xfs: repair refcount btrees
Darrick J. Wong
2023-12-15
5
-12
/
+810
*
xfs: repair inode btrees
Darrick J. Wong
2023-12-15
8
-37
/
+1001
*
xfs: repair free space btrees
Darrick J. Wong
2023-12-15
11
-13
/
+1173
*
xfs: remove trivial bnobt/inobt scrub helpers
Darrick J. Wong
2023-12-15
4
-46
/
+39
*
xfs: roll the scrub transaction after completing a repair
Darrick J. Wong
2023-12-15
1
-3
/
+6
*
xfs: move the per-AG datatype bitmaps to separate files
Darrick J. Wong
2023-12-15
7
-150
/
+174
*
xfs: create separate structures and code for u32 bitmaps
Darrick J. Wong
2023-12-15
4
-166
/
+458
*
xfs: constrain dirty buffers while formatting a staged btree
Darrick J. Wong
2023-12-15
1
-0
/
+1
*
xfs: add debug knobs to control btree bulk load slack factors
Darrick J. Wong
2023-12-15
1
-3
/
+8
*
xfs: fix an off-by-one error in xreap_agextent_binval
Darrick J. Wong
2023-12-15
1
-1
/
+1
*
xfs: force small EFIs for reaping btree extents
Darrick J. Wong
2023-12-06
1
-0
/
+5
*
xfs: log EFIs for all btree blocks being used to stage a btree
Darrick J. Wong
2023-12-06
2
-8
/
+29
*
xfs: implement block reservation accounting for btrees we're staging
Darrick J. Wong
2023-12-06
3
-0
/
+594
*
xfs: remove __xfs_free_extent_later
Darrick J. Wong
2023-12-06
1
-1
/
+1
*
xfs: make xchk_iget safer in the presence of corrupt inode btrees
Darrick J. Wong
2023-12-06
3
-4
/
+31
*
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
[next]