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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xfs: factor out a btree block owner check
Darrick J. Wong
2024-02-22
1
-5
/
+28
*
xfs: factor out a xfs_btree_owner helper
Darrick J. Wong
2024-02-22
1
-14
/
+11
*
xfs: move the btree stats offset into struct btree_ops
Christoph Hellwig
2024-02-22
6
-29
/
+26
*
xfs: move lru refs to the btree ops structure
Darrick J. Wong
2024-02-22
7
-22
/
+19
*
xfs: set btree block buffer ops in _init_buf
Darrick J. Wong
2024-02-22
2
-1
/
+1
*
xfs: remove the unnecessary daddr paramter to _init_block
Darrick J. Wong
2024-02-22
4
-9
/
+21
*
xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
Darrick J. Wong
2024-02-22
1
-2
/
+1
*
xfs: rename btree block/buffer init functions
Darrick J. Wong
2024-02-22
5
-12
/
+12
*
xfs: initialize btree blocks using btree_ops structure
Darrick J. Wong
2024-02-22
8
-87
/
+69
*
xfs: extern some btree ops structures
Darrick J. Wong
2024-02-22
6
-7
/
+16
*
xfs: turn the allocbt cursor active field into a btree flag
Christoph Hellwig
2024-02-22
3
-9
/
+11
*
xfs: consolidate the xfs_alloc_lookup_* helpers
Christoph Hellwig
2024-02-22
1
-21
/
+22
*
xfs: remove bc_ino.flags
Christoph Hellwig
2024-02-22
4
-35
/
+20
*
xfs: encode the btree geometry flags in the btree ops structure
Darrick J. Wong
2024-02-22
12
-98
/
+104
*
xfs: fix imprecise logic in xchk_btree_check_block_owner
Darrick J. Wong
2024-02-22
1
-1
/
+6
*
xfs: drop XFS_BTREE_CRC_BLOCKS
Darrick J. Wong
2024-02-22
7
-16
/
+5
*
xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
Darrick J. Wong
2024-02-22
6
-16
/
+17
*
xfs: consolidate btree block allocation tracepoints
Darrick J. Wong
2024-02-22
4
-9
/
+64
*
xfs: consolidate btree block freeing tracepoints
Darrick J. Wong
2024-02-22
4
-6
/
+32
*
xfs: repair summary counters
Darrick J. Wong
2024-02-22
8
-18
/
+128
*
xfs: update health status if we get a clean bill of health
Darrick J. Wong
2024-02-22
6
-2
/
+77
*
xfs: remember sick inodes that get inactivated
Darrick J. Wong
2024-02-22
7
-6
/
+58
*
xfs: add secondary and indirect classes to the health tracking system
Darrick J. Wong
2024-02-22
2
-12
/
+63
*
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
2024-02-22
13
-50
/
+364
*
xfs: report realtime metadata corruption errors to the health system
Darrick J. Wong
2024-02-22
2
-1
/
+14
*
xfs: report quota block corruption errors to the health system
Darrick J. Wong
2024-02-22
3
-2
/
+37
*
xfs: report inode corruption errors to the health system
Darrick J. Wong
2024-02-22
5
-3
/
+29
*
xfs: report symlink block corruption errors to the health system
Darrick J. Wong
2024-02-22
1
-5
/
+12
*
xfs: report dir/attr block corruption errors to the health system
Darrick J. Wong
2024-02-22
12
-18
/
+125
*
xfs: report btree block corruption errors to the health system
Darrick J. Wong
2024-02-22
8
-5
/
+81
*
xfs: report block map corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
5
-10
/
+73
*
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
6
-5
/
+50
*
xfs: report fs corruption errors to the health tracking system
Darrick J. Wong
2024-02-22
1
-0
/
+1
*
xfs: separate the marking of sick and checked metadata
Darrick J. Wong
2024-02-22
4
-5
/
+95
*
xfs: teach repair to fix file nlinks
Darrick J. Wong
2024-02-22
7
-3
/
+237
*
xfs: track directory entry updates during live nlinks fsck
Darrick J. Wong
2024-02-22
11
-3
/
+293
*
xfs: teach scrub to check file nlinks
Darrick J. Wong
2024-02-22
11
-2
/
+1093
*
xfs: report health of inode link counts
Darrick J. Wong
2024-02-22
3
-1
/
+5
*
xfs: repair dquots based on live quotacheck results
Darrick J. Wong
2024-02-22
8
-6
/
+284
*
xfs: repair cannot update the summary counters when logging quota flags
Darrick J. Wong
2024-02-22
1
-7
/
+34
*
xfs: track quota updates during live quotacheck
Darrick J. Wong
2024-02-22
11
-16
/
+606
*
xfs: implement live quotacheck inode scan
Darrick J. Wong
2024-02-22
11
-4
/
+672
*
xfs: create a sparse load xfarray function
Darrick J. Wong
2024-02-22
1
-0
/
+19
*
xfs: create a helper to count per-device inode block usage
Darrick J. Wong
2024-02-22
2
-0
/
+18
*
xfs: create a xchk_trans_alloc_empty helper for scrub
Darrick J. Wong
2024-02-22
3
-2
/
+10
*
xfs: report the health of quota counts
Darrick J. Wong
2024-02-22
5
-2
/
+13
*
xfs: repair file modes by scanning for a dirent pointing to us
Darrick J. Wong
2024-02-22
5
-6
/
+312
*
xfs: create a macro for decoding ftypes in tracepoints
Darrick J. Wong
2024-02-22
1
-0
/
+11
*
xfs: create a predicate to determine if two xfs_names are the same
Darrick J. Wong
2024-02-22
2
-2
/
+14
*
xfs: create a static name for the dot entry too
Darrick J. Wong
2024-02-22
2
-0
/
+7
[prev]
[next]