index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
2025-08-26
xfs: do not propagate ENODATA disk errors into xattr code
Eric Sandeen
2025-08-19
xfs: reject swapon for inodes on a zoned file system earlier
Christoph Hellwig
2025-08-19
xfs: kick off inodegc when failing to reserve zoned blocks
Christoph Hellwig
2025-08-19
xfs: remove xfs_last_used_zone
Christoph Hellwig
2025-08-19
xfs: Default XFS_RT to Y if CONFIG_BLK_DEV_ZONED is enabled
Damien Le Moal
2025-08-11
xfs: split xfs_zone_record_blocks
Christoph Hellwig
2025-08-11
xfs: fix scrub trace with null pointer in quotacheck
Andrey Albershteyn
2025-08-11
xfs: reject max_atomic_write mount option for no reflink
John Garry
2025-08-11
xfs: disallow atomic writes on DAX
John Garry
2025-08-11
xfs: remove XFS_IBULK_SAME_AG
Christoph Hellwig
2025-08-11
xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flags
Christoph Hellwig
2025-08-11
xfs: fix frozen file system assert in xfs_trans_alloc
Christoph Hellwig
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-28
Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linux
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-07-24
xfs: don't use a xfs_log_iovec for ri_buf in log recovery
Christoph Hellwig
2025-07-24
xfs: don't use a xfs_log_iovec for attr_item names and values
Christoph Hellwig
2025-07-24
xfs: use better names for size members in xfs_log_vec
Christoph Hellwig
2025-07-24
xfs: cleanup the ordered item logic in xlog_cil_insert_format_items
Christoph Hellwig
2025-07-24
xfs: don't pass the old lv to xfs_cil_prepare_item
Christoph Hellwig
2025-07-24
xfs: remove unused trace event xfs_reflink_cow_enospc
Steven Rostedt
2025-07-24
xfs: remove unused trace event xfs_discard_rtrelax
Steven Rostedt
2025-07-24
xfs: remove unused trace event xfs_log_cil_return
Steven Rostedt
2025-07-24
xfs: remove unused trace event xfs_dqreclaim_dirty
Steven Rostedt
2025-07-24
fs/xfs: replace strncpy with memtostr_pad()
Pranav Tyagi
2025-07-24
xfs: Remove unused label in xfs_dax_notify_dev_failure
Alan Huang
2025-07-24
xfs: improve the comments in xfs_select_zone_nowait
Christoph Hellwig
2025-07-24
xfs: improve the comments in xfs_max_open_zones
Christoph Hellwig
2025-07-24
xfs: stop passing an inode to the zone space reservation helpers
Christoph Hellwig
2025-07-24
xfs: rename oz_write_pointer to oz_allocated
Christoph Hellwig
2025-07-24
xfs: use a uint32_t to cache i_used_blocks in xfs_init_zone
Christoph Hellwig
2025-07-24
xfs: improve the xg_active_ref check in xfs_group_free
Christoph Hellwig
2025-07-24
xfs: remove the xlog_ticket_t typedef
Christoph Hellwig
2025-07-24
xfs: remove xrep_trans_{alloc,cancel}_hook_dummy
Christoph Hellwig
2025-07-24
xfs: return the allocated transaction from xchk_trans_alloc_empty
Christoph Hellwig
2025-07-24
xfs: return the allocated transaction from xfs_trans_alloc_empty
Christoph Hellwig
2025-07-24
xfs: don't use xfs_trans_reserve in xfs_trans_roll
Christoph Hellwig
2025-07-24
xfs: decouple xfs_trans_alloc_empty from xfs_trans_alloc
Christoph Hellwig
2025-07-24
xfs: don't use xfs_trans_reserve in xfs_trans_reserve_more
Christoph Hellwig
2025-07-24
xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inode
Christoph Hellwig
2025-07-24
xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()
Fedor Pchelkin
2025-07-24
xfs: use a proper variable name and type for storing a comparison result
Fedor Pchelkin
2025-07-24
xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()
Fedor Pchelkin
2025-07-24
xfs: refactor cmp_two_keys routines to take advantage of cmp_int()
Fedor Pchelkin
2025-07-24
xfs: rename key_diff routines
Fedor Pchelkin
2025-07-24
xfs: rename diff_two_keys routines
Fedor Pchelkin
2025-07-24
xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()
Steven Rostedt
2025-07-24
xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configure
Steven Rostedt
[next]