index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-08
xfs: clean up the initial read logic in xfs_readsb
Christoph Hellwig
2
-11
/
+11
2025-07-08
xfs: replace strncpy with memcpy in xattr listing
Pranav Tyagi
1
-1
/
+1
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2
-11
/
+11
2025-06-30
xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags mask
Youling Tang
1
-3
/
+4
2025-06-27
xfs: fix unmount hang with unflushable inodes stuck in the AIL
Dave Chinner
2
-37
/
+86
2025-06-27
xfs: factor out stale buffer item completion
Dave Chinner
1
-23
/
+37
2025-06-27
xfs: rearrange code in xfs_buf_item.c
Dave Chinner
2
-59
/
+58
2025-06-27
xfs: add tracepoints for stale pinned inode state debug
Dave Chinner
4
-4
/
+18
2025-06-27
xfs: avoid dquot buffer pin deadlock
Dave Chinner
5
-110
/
+20
2025-06-27
xfs: catch stale AGF/AGF metadata
Dave Chinner
2
-12
/
+60
2025-06-27
xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlock
Dave Chinner
2
-1
/
+9
2025-06-17
fs/xfs: transition from deprecated .mmap hook to .mmap_prepare
Lorenzo Stoakes
1
-7
/
+7
2025-06-17
fs/dax: make it possible to check dev dax support without a VMA
Lorenzo Stoakes
1
-1
/
+2
2025-06-16
xfs: actually use the xfs_growfs_check_rtgeom tracepoint
Darrick J. Wong
1
-0
/
+2
2025-06-16
xfs: Improve error handling in xfs_mru_cache_create()
Markus Elfring
1
-11
/
+4
2025-06-16
xfs: move xfs_submit_zoned_bio a bit
Christoph Hellwig
1
-20
/
+20
2025-06-16
xfs: use xfs_readonly_buftarg in xfs_remount_rw
Christoph Hellwig
1
-3
/
+2
2025-06-16
xfs: remove NULL pointer checks in xfs_mru_cache_insert
Christoph Hellwig
1
-4
/
+0
2025-06-16
xfs: check for shutdown before going to sleep in xfs_select_zone
Christoph Hellwig
1
-1
/
+1
2025-06-02
Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+20
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+0
2025-05-28
iomap: don't lose folio dropbehind state for overwrites
Jens Axboe
1
-2
/
+20
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
41
-182
/
+1493
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
3
-79
/
+26
2025-05-26
Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+5
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+3
2025-05-14
xfs: add inode to zone caching for data placement
Hans Holmberg
2
-0
/
+110
2025-05-14
xfs: free the item in xfs_mru_cache_insert on failure
Christoph Hellwig
2
-14
/
+16
2025-05-14
xfs: Fix comment on xfs_trans_ail_update_bulk()
Carlos Maiolino
1
-15
/
+17
2025-05-14
xfs: Fix a comment on xfs_ail_delete
Carlos Maiolino
1
-1
/
+1
2025-05-14
xfs: Fail remount with noattr2 on a v5 with v4 enabled
Nirjhar Roy (IBM)
1
-0
/
+26
2025-05-14
xfs: fix zoned GC data corruption due to wrong bv_offset
Christoph Hellwig
1
-2
/
+3
2025-05-14
xfs: free up mp->m_free[0].count in error case
Wengang Wang
1
-1
/
+1
2025-05-14
xfs: remove the EXPERIMENTAL warning for pNFS
Christoph Hellwig
4
-9
/
+0
2025-05-14
xfs: remove some EXPERIMENTAL warnings
Darrick J. Wong
5
-31
/
+0
2025-05-14
Merge branch 'atomic_writes-6.16' into xfs-6.16-merge
Carlos Maiolino
32
-120
/
+1356
2025-05-14
xfs: Remove deprecated xfs_bufd sysctl parameters
Zizhi Wo
2
-4
/
+0
2025-05-14
xfs: stop using set_blocksize
Darrick J. Wong
1
-4
/
+11
2025-05-11
sort.h: hoist cmp_int() into generic header file
Fedor Pchelkin
1
-2
/
+0
2025-05-09
super: add filesystem freezing helpers for suspend and hibernate
Christian Brauner
2
-5
/
+5
2025-05-09
Merge tag 'atomic-writes-6.16_2025-05-07' of https://git.kernel.org/pub/scm/l...
Carlos Maiolino
31
-121
/
+1323
2025-05-07
xfs: allow sysadmins to specify a maximum atomic write limit at mount time
Darrick J. Wong
6
-2
/
+248
2025-05-07
xfs: update atomic write limits
John Garry
2
-7
/
+47
2025-05-07
xfs: add xfs_calc_atomic_write_unit_max()
John Garry
7
-0
/
+263
2025-05-07
xfs: add xfs_file_dio_write_atomic()
John Garry
1
-0
/
+68
2025-05-07
xfs: commit CoW-based atomic writes atomically
John Garry
6
-1
/
+82
2025-05-07
xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
John Garry
1
-2
/
+60
2025-05-07
xfs: add xfs_atomic_write_cow_iomap_begin()
John Garry
6
-1
/
+159
2025-05-07
xfs: refine atomic write size check in xfs_file_write_iter()
John Garry
3
-12
/
+39
2025-05-07
xfs: refactor xfs_reflink_end_cow_extent()
John Garry
1
-30
/
+42
[prev]
[next]