summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-07-24xfs: decouple xfs_trans_alloc_empty from xfs_trans_allocChristoph Hellwig
2025-07-24xfs: don't use xfs_trans_reserve in xfs_trans_reserve_moreChristoph Hellwig
2025-07-24xfs: use xfs_trans_reserve_more in xfs_trans_reserve_more_inodeChristoph Hellwig
2025-07-24xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()Fedor Pchelkin
2025-07-24xfs: use a proper variable name and type for storing a comparison resultFedor Pchelkin
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin
2025-07-24xfs: rename key_diff routinesFedor Pchelkin
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin
2025-07-24xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()Steven Rostedt
2025-07-24xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT is configureSteven Rostedt
2025-07-24xfs: remove usused xfs_end_io_direct eventsSteven Rostedt
2025-07-24xfs: remove unused event xfs_pagecache_invalSteven Rostedt
2025-07-24xfs: remove unused event xfs_alloc_near_nominleftSteven Rostedt
2025-07-24xfs: remove unused event xfs_alloc_near_errorSteven Rostedt
2025-07-24xfs: remove unused event xfs_attr_node_removenameSteven Rostedt
2025-07-24xfs: remove unused xfs_attr eventsSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_attr_rmtval_setSteven Rostedt
2025-07-24xfs: remove unused xfs_reflink_compare_extents eventsSteven Rostedt
2025-07-24xfs: remove unused event xfs_ioctl_cloneSteven Rostedt
2025-07-24xfs: remove unused event xlog_iclog_want_syncSteven Rostedt
2025-07-24xfs: remove unused trace event xfs_attr_remove_iter_returnSteven Rostedt
2025-07-18xfs: don't allocate the xfs_extent_busy structure for zoned RTGsChristoph Hellwig
2025-07-17ilog2: add max_pow_of_two_factor()John Garry
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-08xfs: remove the bt_bdev_file buftarg fieldChristoph Hellwig
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig
2025-07-08xfs: refactor xfs_calc_atomic_write_unit_maxChristoph Hellwig
2025-07-08xfs: add a xfs_group_type_buftarg helperChristoph Hellwig
2025-07-08xfs: remove the call to sync_blockdev in xfs_configure_buftargChristoph Hellwig
2025-07-08xfs: clean up the initial read logic in xfs_readsbChristoph Hellwig
2025-07-08xfs: replace strncpy with memcpy in xattr listingPranav Tyagi
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-30xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags maskYouling Tang
2025-06-27xfs: fix unmount hang with unflushable inodes stuck in the AILDave Chinner
2025-06-27xfs: factor out stale buffer item completionDave Chinner
2025-06-27xfs: rearrange code in xfs_buf_item.cDave Chinner
2025-06-27xfs: add tracepoints for stale pinned inode state debugDave Chinner
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner
2025-06-27xfs: catch stale AGF/AGF metadataDave Chinner
2025-06-27xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlockDave Chinner
2025-06-17fs/xfs: transition from deprecated .mmap hook to .mmap_prepareLorenzo Stoakes
2025-06-17fs/dax: make it possible to check dev dax support without a VMALorenzo Stoakes
2025-06-16xfs: actually use the xfs_growfs_check_rtgeom tracepointDarrick J. Wong
2025-06-16xfs: Improve error handling in xfs_mru_cache_create()Markus Elfring
2025-06-16xfs: move xfs_submit_zoned_bio a bitChristoph Hellwig