summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+20
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+0
2025-05-28iomap: don't lose folio dropbehind state for overwritesJens Axboe1-2/+20
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds41-182/+1493
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds3-79/+26
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+5
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+3
2025-05-14xfs: add inode to zone caching for data placementHans Holmberg2-0/+110
2025-05-14xfs: free the item in xfs_mru_cache_insert on failureChristoph Hellwig2-14/+16
2025-05-14xfs: Fix comment on xfs_trans_ail_update_bulk()Carlos Maiolino1-15/+17
2025-05-14xfs: Fix a comment on xfs_ail_deleteCarlos Maiolino1-1/+1
2025-05-14xfs: Fail remount with noattr2 on a v5 with v4 enabledNirjhar Roy (IBM)1-0/+26
2025-05-14xfs: fix zoned GC data corruption due to wrong bv_offsetChristoph Hellwig1-2/+3
2025-05-14xfs: free up mp->m_free[0].count in error caseWengang Wang1-1/+1
2025-05-14xfs: remove the EXPERIMENTAL warning for pNFSChristoph Hellwig4-9/+0
2025-05-14xfs: remove some EXPERIMENTAL warningsDarrick J. Wong5-31/+0
2025-05-14Merge branch 'atomic_writes-6.16' into xfs-6.16-mergeCarlos Maiolino32-120/+1356
2025-05-14xfs: Remove deprecated xfs_bufd sysctl parametersZizhi Wo2-4/+0
2025-05-14xfs: stop using set_blocksizeDarrick J. Wong1-4/+11
2025-05-12sort.h: hoist cmp_int() into generic header fileFedor Pchelkin1-2/+0
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner2-5/+5
2025-05-09Merge tag 'atomic-writes-6.16_2025-05-07' of https://git.kernel.org/pub/scm/l...Carlos Maiolino31-121/+1323
2025-05-08xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong6-2/+248
2025-05-08xfs: update atomic write limitsJohn Garry2-7/+47
2025-05-08xfs: add xfs_calc_atomic_write_unit_max()John Garry7-0/+263
2025-05-08xfs: add xfs_file_dio_write_atomic()John Garry1-0/+68
2025-05-08xfs: commit CoW-based atomic writes atomicallyJohn Garry6-1/+82
2025-05-08xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()John Garry1-2/+60
2025-05-08xfs: add xfs_atomic_write_cow_iomap_begin()John Garry6-1/+159
2025-05-08xfs: refine atomic write size check in xfs_file_write_iter()John Garry3-12/+39
2025-05-08xfs: refactor xfs_reflink_end_cow_extent()John Garry1-30/+42
2025-05-08xfs: allow block allocator to take an alignment hintJohn Garry2-1/+10
2025-05-08xfs: ignore HW which cannot atomic write a single blockDarrick J. Wong3-10/+14
2025-05-08xfs: add helpers to compute transaction reservation for finishing intent itemsDarrick J. Wong2-31/+152
2025-05-08xfs: add helpers to compute log item overheadDarrick J. Wong12-3/+88
2025-05-08xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong3-12/+28
2025-05-08xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()John Garry3-5/+3
2025-05-08xfs: only call xfs_setsize_buftarg once per buffer targetDarrick J. Wong2-14/+30
2025-05-08fs: add atomic write unit max opt to statxJohn Garry1-1/+1
2025-05-07xfs: simplify building the bio in xlog_write_iclogChristoph Hellwig1-26/+6
2025-05-07xfs: simplify xfs_rw_bdevChristoph Hellwig1-18/+12
2025-05-07xfs: simplify xfs_buf_submit_bioChristoph Hellwig1-35/+8
2025-05-05xfs: don't assume perags are initialised when trimming AGsDave Chinner1-1/+16
2025-04-30xfs: allow ro mounts if rtdev or logdev are read-onlyHans Holmberg1-3/+18
2025-04-28xfs: stop using set_blocksizeDarrick J. Wong1-4/+11
2025-04-22XFS: fix zoned gc threshold math for 32-bit archesCarlos Maiolino1-2/+8
2025-04-16xfs: fix fsmap for internal zoned devicesDarrick J. Wong1-18/+33
2025-04-16xfs: Fix spelling mistake "drity" -> "dirty"Zhang Xianwei1-1/+1
2025-04-14xfs: compute buffer address correctly in xmbuf_map_backing_memDarrick J. Wong1-1/+1
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg4-2/+54