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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-08-30
42
-647
/
+3910
|
\
|
*
fs/xfs: Fix typos in comments
Zizhen Pang
2023-08-18
1
-1
/
+1
|
*
xfs: fix dqiterate thinko
Darrick J. Wong
2023-08-18
1
-1
/
+1
|
*
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
5
-44
/
+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
3
-3
/
+17
|
*
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
7
-28
/
+298
|
*
xfs: move the realtime summary file scrubber to a separate source file
Darrick J. Wong
2023-08-10
3
-38
/
+60
|
*
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
10
-9
/
+535
|
*
xfs: create scaffolding for creating debugfs entries
Darrick J. Wong
2023-08-10
4
-2
/
+34
|
*
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
8
-1
/
+922
|
*
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
3
-2
/
+22
|
*
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
6
-234
/
+283
|
*
xfs: cull repair code that will never get used
Darrick J. Wong
2023-08-10
3
-111
/
+0
*
|
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
2
-26
/
+18
|
\
\
|
*
|
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
2023-08-24
2
-26
/
+18
|
|
/
*
|
Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-08-28
1
-1
/
+1
|
\
\
|
*
|
iomap: Add per-block dirty state tracking to improve performance
Ritesh Harjani (IBM)
2023-07-25
1
-1
/
+1
|
|
/
*
|
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
6
-96
/
+268
|
\
\
|
*
\
Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...
Christian Brauner
2023-08-23
4
-38
/
+183
|
|
\
\
|
|
*
|
xfs: stabilize fs summary counters for online fsck
Darrick J. Wong
2023-08-04
4
-38
/
+183
|
*
|
|
xfs use fs_holder_ops for the log and RT devices
Christoph Hellwig
2023-08-11
1
-15
/
+4
|
*
|
|
xfs: drop s_umount over opening the log and RT devices
Christoph Hellwig
2023-08-11
1
-4
/
+14
|
*
|
|
fs: use the super_block as holder when mounting file systems
Christoph Hellwig
2023-08-11
1
-1
/
+1
|
*
|
|
xfs: document the invalidate_bdev call in invalidate_bdev
Christoph Hellwig
2023-08-10
1
-0
/
+26
|
*
|
|
xfs: close the external block devices in xfs_mount_free
Christoph Hellwig
2023-08-10
2
-16
/
+22
|
*
|
|
xfs: close the RT and log block devices in xfs_free_buftarg
Christoph Hellwig
2023-08-10
1
-0
/
+5
|
*
|
|
xfs: remove xfs_blkdev_put
Christoph Hellwig
2023-08-10
1
-13
/
+5
|
*
|
|
xfs: free the xfs_mount in ->kill_sb
Christoph Hellwig
2023-08-10
1
-9
/
+11
[next]