index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
xfs: constify feature checks
Christoph Hellwig
1
-1
/
+1
2024-12-24
xfs: fix CoW forks for realtime files
Darrick J. Wong
7
-40
/
+463
2024-12-24
xfs: check for shared rt extents when rebuilding rt file's data fork
Darrick J. Wong
1
-8
/
+13
2024-12-24
xfs: repair inodes that have a refcount btree in the data fork
Darrick J. Wong
1
-0
/
+36
2024-12-24
xfs: online repair of the realtime refcount btree
Darrick J. Wong
6
-7
/
+808
2024-12-24
xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
Darrick J. Wong
3
-0
/
+141
2024-12-24
xfs: walk the rt reference count tree when rebuilding rmap
Darrick J. Wong
1
-0
/
+7
2024-12-24
xfs: check new rtbitmap records against rt refcount btree
Darrick J. Wong
2
-1
/
+29
2024-12-24
xfs: don't flag quota rt block usage on rtreflink filesystems
Darrick J. Wong
1
-1
/
+1
2024-12-24
xfs: scrub the metadir path of rt refcount btree files
Darrick J. Wong
1
-0
/
+3
2024-12-24
xfs: detect and repair misaligned rtinherit directory cowextsize hints
Darrick J. Wong
2
-9
/
+32
2024-12-24
xfs: allow dquot rt block count to exceed rt blocks on reflink fs
Darrick J. Wong
1
-1
/
+7
2024-12-24
xfs: check reference counts of gaps between rt refcount records
Darrick J. Wong
1
-1
/
+80
2024-12-24
xfs: allow overlapping rtrmapbt records for shared data extents
Darrick J. Wong
1
-1
/
+16
2024-12-24
xfs: cross-reference checks with the rt refcount btree
Darrick J. Wong
5
-6
/
+158
2024-12-24
xfs: scrub the realtime refcount btree
Darrick J. Wong
8
-2
/
+516
2024-12-24
xfs: allow inodes to have the realtime and reflink flags
Darrick J. Wong
2
-8
/
+3
2024-12-24
xfs: add a realtime flag to the refcount update log redo items
Darrick J. Wong
2
-3
/
+4
2024-12-24
xfs: namespace the maximum length/refcount symbols
Darrick J. Wong
2
-3
/
+3
2024-12-24
xfs: hook live realtime rmap operations during a repair operation
Darrick J. Wong
3
-10
/
+140
2024-12-24
xfs: create a shadow rmap btree during realtime rmap repair
Darrick J. Wong
1
-45
/
+92
2024-12-24
xfs: online repair of the realtime rmap btree
Darrick J. Wong
8
-3
/
+960
2024-12-24
xfs: support repairing metadata btrees rooted in metadir inodes
Darrick J. Wong
4
-0
/
+86
2024-12-24
xfs: online repair of realtime bitmaps for a realtime group
Darrick J. Wong
11
-19
/
+650
2024-12-24
xfs: repair rmap btree inodes
Darrick J. Wong
1
-0
/
+35
2024-12-24
xfs: repair inodes that have realtime extents
Darrick J. Wong
1
-1
/
+57
2024-12-24
xfs: online repair of realtime file bmaps
Darrick J. Wong
3
-4
/
+172
2024-12-24
xfs: walk the rt reverse mapping tree when rebuilding rmap
Darrick J. Wong
1
-1
/
+52
2024-12-24
xfs: scrub the metadir path of rt rmap btree files
Darrick J. Wong
1
-0
/
+3
2024-12-24
xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
Darrick J. Wong
1
-6
/
+42
2024-12-24
xfs: cross-reference the realtime rmapbt
Darrick J. Wong
6
-19
/
+169
2024-12-24
xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
Darrick J. Wong
1
-0
/
+15
2024-12-24
xfs: scrub the realtime rmapbt
Darrick J. Wong
11
-10
/
+304
2024-12-24
xfs: allow queued realtime intents to drain before scrubbing
Darrick J. Wong
7
-10
/
+93
2024-12-24
xfs: support file data forks containing metadata btrees
Darrick J. Wong
5
-10
/
+63
2024-12-24
xfs: add a realtime flag to the rmap update log redo items
Darrick J. Wong
1
-1
/
+1
2024-12-24
xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
Darrick J. Wong
1
-2
/
+3
2024-12-24
xfs: add some rtgroup inode helpers
Darrick J. Wong
2
-11
/
+8
2024-12-24
xfs: prepare to reuse the dquot pointer space in struct xfs_inode
Darrick J. Wong
1
-0
/
+1
2024-12-13
xfs: fix zero byte checking in the superblock scrubber
Darrick J. Wong
1
-2
/
+29
2024-12-13
xfs: check pre-metadir fields correctly
Darrick J. Wong
1
-13
/
+27
2024-12-13
xfs: don't move nondir/nonreg temporary repair files to the metadir namespace
Darrick J. Wong
1
-1
/
+11
2024-12-13
xfs: fix scrub tracepoints when inode-rooted btrees are involved
Darrick J. Wong
1
-1
/
+1
2024-12-13
xfs: mark metadir repair tempfiles with IRECOVERY
Darrick J. Wong
1
-2
/
+8
2024-12-13
xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink
Darrick J. Wong
1
-1
/
+2
2024-12-13
xfs: separate healthy clearing mask during repair
Darrick J. Wong
2
-24
/
+39
2024-12-13
xfs: return a 64-bit block count from xfs_btree_count_blocks
Darrick J. Wong
5
-10
/
+10
2024-12-13
xfs: keep quota directory inode loaded
Darrick J. Wong
1
-31
/
+6
2024-12-13
xfs: metapath scrubber should use the already loaded inodes
Darrick J. Wong
1
-16
/
+25
2024-11-06
xfs: update sb field checks when metadir is turned on
Darrick J. Wong
1
-12
/
+24
[next]