index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-07
xfs: add helpers to compute transaction reservation for finishing intent items
Darrick J. Wong
2
-31
/
+152
2025-05-07
xfs: add helpers to compute log item overhead
Darrick J. Wong
12
-3
/
+88
2025-05-07
xfs: separate out setting buftarg atomic writes limits
Darrick J. Wong
3
-12
/
+28
2025-05-07
xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
John Garry
3
-5
/
+3
2025-05-07
xfs: only call xfs_setsize_buftarg once per buffer target
Darrick J. Wong
2
-14
/
+30
2025-05-07
fs: add atomic write unit max opt to statx
John Garry
1
-1
/
+1
2025-05-07
xfs: simplify building the bio in xlog_write_iclog
Christoph Hellwig
1
-26
/
+6
2025-05-07
xfs: simplify xfs_rw_bdev
Christoph Hellwig
1
-18
/
+12
2025-05-07
xfs: simplify xfs_buf_submit_bio
Christoph Hellwig
1
-35
/
+8
2025-05-05
xfs: don't assume perags are initialised when trimming AGs
Dave Chinner
1
-1
/
+16
2025-04-30
xfs: allow ro mounts if rtdev or logdev are read-only
Hans Holmberg
1
-3
/
+18
2025-04-28
xfs: stop using set_blocksize
Darrick J. Wong
1
-4
/
+11
2025-04-22
XFS: fix zoned gc threshold math for 32-bit arches
Carlos Maiolino
1
-2
/
+8
2025-04-16
xfs: fix fsmap for internal zoned devices
Darrick J. Wong
1
-18
/
+33
2025-04-16
xfs: Fix spelling mistake "drity" -> "dirty"
Zhang Xianwei
1
-1
/
+1
2025-04-14
xfs: compute buffer address correctly in xmbuf_map_backing_mem
Darrick J. Wong
1
-1
/
+1
2025-04-14
xfs: add tunable threshold parameter for triggering zone GC
Hans Holmberg
4
-2
/
+54
2025-04-14
xfs: mark xfs_buf_free as might_sleep()
Christoph Hellwig
1
-0
/
+1
2025-04-14
xfs: remove the leftover xfs_{set,clear}_li_failed infrastructure
Christoph Hellwig
4
-39
/
+3
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
1
-2
/
+2
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
1
-2
/
+1
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
1
-1
/
+1
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
[prev]
[next]