summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2025-06-16xfs: use xfs_readonly_buftarg in xfs_remount_rwChristoph Hellwig
2025-06-16xfs: remove NULL pointer checks in xfs_mru_cache_insertChristoph Hellwig
2025-06-16xfs: check for shutdown before going to sleep in xfs_select_zoneChristoph Hellwig
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-28iomap: don't lose folio dropbehind state for overwritesJens Axboe
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-14xfs: add inode to zone caching for data placementHans Holmberg
2025-05-14xfs: free the item in xfs_mru_cache_insert on failureChristoph Hellwig
2025-05-14xfs: Fix comment on xfs_trans_ail_update_bulk()Carlos Maiolino
2025-05-14xfs: Fix a comment on xfs_ail_deleteCarlos Maiolino
2025-05-14xfs: Fail remount with noattr2 on a v5 with v4 enabledNirjhar Roy (IBM)
2025-05-14xfs: fix zoned GC data corruption due to wrong bv_offsetChristoph Hellwig
2025-05-14xfs: free up mp->m_free[0].count in error caseWengang Wang
2025-05-14xfs: remove the EXPERIMENTAL warning for pNFSChristoph Hellwig
2025-05-14xfs: remove some EXPERIMENTAL warningsDarrick J. Wong
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino
2025-05-14xfs: Remove deprecated xfs_bufd sysctl parametersZizhi Wo
2025-05-14xfs: stop using set_blocksizeDarrick J. Wong
2025-05-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin