index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-5
/
+5
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-24
/
+21
2025-03-27
Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
82
-1488
/
+5920
2025-03-24
Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-6
/
+7
2025-03-24
Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-14
/
+25
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
1
-0
/
+4
2025-03-18
xfs: remove the flags argument to xfs_buf_get_uncached
Christoph Hellwig
4
-6
/
+5
2025-03-18
xfs: remove the flags argument to xfs_buf_read_uncached
Christoph Hellwig
5
-9
/
+8
2025-03-18
xfs: remove xfs_buf_free_maps
Christoph Hellwig
1
-11
/
+2
2025-03-18
xfs: remove xfs_buf_get_maps
Christoph Hellwig
1
-27
/
+6
2025-03-18
xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_alloc
Christoph Hellwig
1
-90
/
+75
2025-03-18
xfs: remove unnecessary NULL check before kvfree()
Chen Ni
1
-2
/
+1
2025-03-18
Merge branch 'xfs-6.15-folios_vmalloc' into XFS-for-linus-6.15-merge
Carlos Maiolino
11
-419
/
+168
2025-03-18
Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-merge
Carlos Maiolino
75
-954
/
+5692
2025-03-18
xfs: don't wake zone space waiters without m_zone_info
Darrick J. Wong
1
-3
/
+12
2025-03-18
xfs: don't increment m_generation for all errors in xfs_growfs_data
Christoph Hellwig
1
-7
/
+6
2025-03-18
xfs: fix a missing unlock in xfs_growfs_data
Christoph Hellwig
1
-3
/
+5
2025-03-17
fs/dax: ensure all pages are idle prior to filesystem unmount
Alistair Popple
1
-0
/
+12
2025-03-17
fs/dax: always remove DAX page-cache entries when breaking layouts
Alistair Popple
1
-3
/
+2
2025-03-17
fs/dax: create a common implementation to break DAX layouts
Alistair Popple
2
-20
/
+8
2025-03-17
fs/dax: refactor wait for dax idle page
Alistair Popple
1
-3
/
+1
2025-03-17
xfs: convert timeouts to secs_to_jiffies()
Easwar Hariharan
2
-5
/
+5
2025-03-15
Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-13
/
+0
2025-03-14
xfs: Use abs_diff instead of XFS_ABSDIFF
Matthew Wilcox (Oracle)
1
-5
/
+3
2025-03-13
Revert "xfs: add pre-content fsnotify hook for DAX faults"
Amir Goldstein
1
-13
/
+0
2025-03-12
xfs: Remove duplicate xfs_rtbitmap.h header
Jiapeng Chong
1
-1
/
+0
2025-03-11
xfs: trigger zone GC when out of available rt blocks
Hans Holmberg
1
-0
/
+10
2025-03-10
xfs: trace what memory backs a buffer
Christoph Hellwig
2
-0
/
+8
2025-03-10
xfs: cleanup mapping tmpfs folios into the buffer cache
Christoph Hellwig
3
-32
/
+14
2025-03-10
xfs: use vmalloc instead of vm_map_area for buffer backing memory
Christoph Hellwig
3
-177
/
+53
2025-03-10
xfs: buffer items don't straddle pages anymore
Dave Chinner
1
-124
/
+0
2025-03-10
xfs: kill XBF_UNMAPPED
Christoph Hellwig
8
-73
/
+21
2025-03-10
xfs: convert buffer cache to use high order folios
Christoph Hellwig
1
-6
/
+50
2025-03-10
xfs: remove the kmalloc to page allocator fallback
Christoph Hellwig
1
-24
/
+24
2025-03-10
xfs: refactor backing memory allocations for buffers
Christoph Hellwig
1
-19
/
+36
2025-03-10
xfs: remove xfs_buf_is_vmapped
Christoph Hellwig
1
-17
/
+3
2025-03-10
xfs: remove xfs_buf.b_offset
Christoph Hellwig
2
-4
/
+1
2025-03-10
xfs: add a fast path to xfs_buf_zero when b_addr is set
Christoph Hellwig
1
-2
/
+7
2025-03-10
xfs: unmapped buffer item size straddling mismatch
Dave Chinner
1
-4
/
+14
2025-03-10
Merge branch 'xfs-6.15-merge' into for-next
Carlos Maiolino
75
-947
/
+5666
2025-03-10
xfs: Use abs_diff instead of XFS_ABSDIFF
Matthew Wilcox (Oracle)
1
-5
/
+3
2025-03-07
bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()
Luis Chamberlain
1
-1
/
+2
2025-03-06
Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...
Christian Brauner
1
-1
/
+2
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
1
-4
/
+5
2025-03-03
xfs: export max_open_zones in sysfs
Christoph Hellwig
2
-0
/
+41
2025-03-03
xfs: contain more sysfs code in xfs_sysfs.c
Christoph Hellwig
3
-33
/
+36
2025-03-03
xfs: export zone stats in /proc/*/mountstats
Hans Holmberg
4
-0
/
+111
2025-03-03
xfs: wire up the show_stats super operation
Christoph Hellwig
1
-0
/
+9
2025-03-03
xfs: support write life time based data placement
Hans Holmberg
5
-19
/
+141
[next]