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
compress-2025-01-21
compress-2025-01-23
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-09-05
xfs: compute per-AG extent reap limits dynamically
Darrick J. Wong
3
-12
/
+171
2025-09-05
xfs: convert the ifork reap code to use xreap_state
Darrick J. Wong
1
-32
/
+46
2025-09-05
xfs: prepare reaping code for dynamic limits
Darrick J. Wong
1
-70
/
+79
2025-09-05
xfs: use deferred intent items for reaping crosslinked blocks
Darrick J. Wong
1
-4
/
+5
2025-09-05
xfs: Replace strncpy with memcpy
Marcelo Moreira
1
-1
/
+1
2025-09-01
fs: add an icount_read helper
Josef Bacik
2
-2
/
+2
2025-08-28
xfs: implement XFS_IOC_DIOINFO in terms of vfs_getattr
Christoph Hellwig
1
-9
/
+9
2025-08-28
xfs: allow setting file attributes on special files
Andrey Albershteyn
1
-6
/
+0
2025-08-28
xfs: add .fileattr_set and fileattr_get callbacks for symlinks
Andrey Albershteyn
1
-0
/
+2
2025-08-28
xfs: allow renames of project-less inodes
Andrey Albershteyn
1
-30
/
+34
2025-08-26
xfs: do not propagate ENODATA disk errors into xattr code
Eric Sandeen
2
-0
/
+13
2025-08-19
xfs: reject swapon for inodes on a zoned file system earlier
Christoph Hellwig
1
-0
/
+3
2025-08-19
xfs: kick off inodegc when failing to reserve zoned blocks
Christoph Hellwig
1
-0
/
+6
2025-08-19
xfs: remove xfs_last_used_zone
Christoph Hellwig
1
-43
/
+2
2025-08-19
xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabled
Damien Le Moal
1
-0
/
+1
2025-08-11
xfs: split xfs_zone_record_blocks
Christoph Hellwig
2
-13
/
+30
2025-08-11
xfs: fix scrub trace with null pointer in quotacheck
Andrey Albershteyn
1
-1
/
+1
2025-08-11
xfs: reject max_atomic_write mount option for no reflink
John Garry
1
-0
/
+19
2025-08-11
xfs: disallow atomic writes on DAX
John Garry
3
-5
/
+17
2025-08-11
xfs: remove XFS_IBULK_SAME_AG
Christoph Hellwig
3
-17
/
+7
2025-08-11
xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flags
Christoph Hellwig
1
-1
/
+5
2025-08-11
xfs: fix frozen file system assert in xfs_trans_alloc
Christoph Hellwig
1
-1
/
+1
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+0
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-88
/
+146
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-11
/
+11
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-7
/
+8
2025-07-24
xfs: don't use a xfs_log_iovec for ri_buf in log recovery
Christoph Hellwig
17
-155
/
+157
2025-07-24
xfs: don't use a xfs_log_iovec for attr_item names and values
Christoph Hellwig
3
-66
/
+60
2025-07-24
xfs: use better names for size members in xfs_log_vec
Christoph Hellwig
3
-24
/
+25
2025-07-24
xfs: cleanup the ordered item logic in xlog_cil_insert_format_items
Christoph Hellwig
1
-18
/
+13
2025-07-24
xfs: don't pass the old lv to xfs_cil_prepare_item
Christoph Hellwig
1
-9
/
+7
2025-07-24
xfs: remove unused trace event xfs_reflink_cow_enospc
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_discard_rtrelax
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_log_cil_return
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_dqreclaim_dirty
Steven Rostedt
1
-1
/
+0
2025-07-24
fs/xfs: replace strncpy with memtostr_pad()
Pranav Tyagi
2
-3
/
+2
2025-07-24
xfs: Remove unused label in xfs_dax_notify_dev_failure
Alan Huang
1
-1
/
+0
2025-07-24
xfs: improve the comments in xfs_select_zone_nowait
Christoph Hellwig
1
-8
/
+2
2025-07-24
xfs: improve the comments in xfs_max_open_zones
Christoph Hellwig
1
-6
/
+9
2025-07-24
xfs: stop passing an inode to the zone space reservation helpers
Christoph Hellwig
4
-27
/
+22
2025-07-24
xfs: rename oz_write_pointer to oz_allocated
Christoph Hellwig
5
-29
/
+28
2025-07-24
xfs: use a uint32_t to cache i_used_blocks in xfs_init_zone
Christoph Hellwig
1
-1
/
+1
2025-07-24
xfs: improve the xg_active_ref check in xfs_group_free
Christoph Hellwig
1
-1
/
+2
2025-07-24
xfs: remove the xlog_ticket_t typedef
Christoph Hellwig
2
-5
/
+5
2025-07-24
xfs: remove xrep_trans_{alloc,cancel}_hook_dummy
Christoph Hellwig
4
-46
/
+6
2025-07-24
xfs: return the allocated transaction from xchk_trans_alloc_empty
Christoph Hellwig
11
-41
/
+18
2025-07-24
xfs: return the allocated transaction from xfs_trans_alloc_empty
Christoph Hellwig
17
-99
/
+31
2025-07-24
xfs: don't use xfs_trans_reserve in xfs_trans_roll
Christoph Hellwig
1
-79
/
+54
2025-07-24
xfs: decouple xfs_trans_alloc_empty from xfs_trans_alloc
Christoph Hellwig
1
-24
/
+28
[prev]
[next]