index
:
Linux Stable
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-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-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Darrick J. Wong
2022-07-09
40
-522
/
+486
|
|
\
|
|
|
|
|
*
|
|
xfs: make is_log_ag() a first class helper
Dave Chinner
2022-07-07
8
-17
/
+18
|
|
*
|
|
xfs: replace xfs_ag_block_count() with perag accesses
Dave Chinner
2022-07-07
3
-13
/
+11
|
|
*
|
|
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
2022-07-07
10
-81
/
+95
|
|
*
|
|
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
17
-82
/
+115
|
|
*
|
|
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
2022-07-07
4
-19
/
+20
|
|
*
|
|
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
2022-07-07
5
-18
/
+10
|
|
*
|
|
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
2022-07-07
5
-22
/
+13
|
|
*
|
|
xfs: pass perag to xfs_read_agf
Dave Chinner
2022-07-07
2
-16
/
+14
|
|
*
|
|
xfs: pass perag to xfs_read_agi
Dave Chinner
2022-07-07
4
-43
/
+40
|
|
*
|
|
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
20
-83
/
+70
|
|
*
|
|
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
2022-07-07
7
-41
/
+19
|
|
*
|
|
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
2022-07-07
7
-36
/
+31
|
|
*
|
|
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
2022-07-07
3
-36
/
+16
|
|
*
|
|
xfs: make last AG grow/shrink perag centric
Dave Chinner
2022-07-07
4
-41
/
+40
|
|
|
/
/
|
*
|
|
xfs: xlog_sync() manually adjusts grant head space
Dave Chinner
2022-07-07
3
-17
/
+41
|
*
|
|
xfs: avoid cil push lock if possible
Dave Chinner
2022-07-07
1
-3
/
+11
|
*
|
|
xfs: move CIL ordering to the logvec chain
Dave Chinner
2022-07-07
2
-5
/
+12
|
*
|
|
xfs: convert log vector chain to use list heads
Dave Chinner
2022-07-07
6
-35
/
+43
|
*
|
|
xfs: convert CIL to unordered per cpu lists
Dave Chinner
2022-07-07
2
-21
/
+17
|
*
|
|
xfs: Add order IDs to log items in CIL
Dave Chinner
2022-07-07
3
-8
/
+33
|
*
|
|
xfs: convert CIL busy extents to per-cpu
Dave Chinner
2022-07-07
1
-6
/
+20
|
*
|
|
xfs: track CIL ticket reservation in percpu structure
Dave Chinner
2022-07-07
2
-4
/
+13
|
*
|
|
xfs: implement percpu cil space used calculation
Dave Chinner
2022-07-07
2
-31
/
+149
|
*
|
|
xfs: introduce per-cpu CIL tracking structure
Dave Chinner
2022-07-02
3
-2
/
+47
|
*
|
|
xfs: rework per-iclog header CIL reservation
Dave Chinner
2022-07-02
3
-25
/
+59
|
*
|
|
xfs: lift init CIL reservation out of xc_cil_lock
Dave Chinner
2022-07-02
1
-16
/
+14
|
*
|
|
xfs: use the CIL space used counter for emptiness checks
Dave Chinner
2022-07-02
2
-19
/
+28
|
|
/
/
*
|
|
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-1
/
+1
|
\
\
\
|
*
|
|
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-02
4
-5
/
+5
|
\
\
\
|
*
|
|
fs/xfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-14
4
-5
/
+5
|
|
/
/
*
|
|
Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....
Linus Torvalds
2022-08-02
2
-10
/
+12
|
\
\
\
|
*
|
|
xfs: Add async buffered write support
Stefan Roesch
2022-07-24
2
-7
/
+9
|
*
|
|
xfs: Specify lockmode when calling xfs_ilock_for_iomap()
Stefan Roesch
2022-07-24
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-08-01
1
-6
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
attr: port attribute changes to new types
Christian Brauner
2022-06-26
1
-4
/
+6
|
*
|
fs: port to iattr ownership update helpers
Christian Brauner
2022-06-26
1
-4
/
+4
|
|
/
*
|
xfs: prevent a UAF when log IO errors race with unmount
Darrick J. Wong
2022-07-01
1
-2
/
+7
*
|
xfs: dont treat rt extents beyond EOF as eofblocks to be cleared
Darrick J. Wong
2022-06-29
1
-0
/
+2
*
|
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
2022-06-29
5
-65
/
+12
*
|
xfs: empty xattr leaf header blocks are not corruption
Darrick J. Wong
2022-06-29
1
-9
/
+17
*
|
xfs: clean up the end of xfs_attri_item_recover
Darrick J. Wong
2022-06-26
1
-19
/
+26
*
|
xfs: always free xattri_leaf_bp when cancelling a deferred op
Darrick J. Wong
2022-06-26
1
-1
/
+19
*
|
xfs: use invalidate_lock to check the state of mmap_lock
Kaixu Xia
2022-06-26
1
-2
/
+2
*
|
xfs: factor out the common lock flags assert
Kaixu Xia
2022-06-26
1
-37
/
+23
*
|
xfs: introduce xfs_inodegc_push()
Dave Chinner
2022-06-23
5
-10
/
+28
*
|
xfs: bound maximum wait time for inodegc work
Dave Chinner
2022-06-23
3
-16
/
+24
|
/
*
xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes
Darrick J. Wong
2022-06-15
1
-1
/
+2
*
xfs: fix variable state usage
Darrick J. Wong
2022-06-15
1
-2
/
+1
[prev]
[next]