summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-05-09Merge tag 'atomic-writes-6.16_2025-05-07' of https://git.kernel.org/pub/scm/l...Carlos Maiolino
2025-05-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong
2025-05-07xfs: update atomic write limitsJohn Garry
2025-05-07xfs: add xfs_calc_atomic_write_unit_max()John Garry
2025-05-07xfs: add xfs_file_dio_write_atomic()John Garry
2025-05-07xfs: commit CoW-based atomic writes atomicallyJohn Garry
2025-05-07xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()John Garry
2025-05-07xfs: add xfs_atomic_write_cow_iomap_begin()John Garry
2025-05-07xfs: refine atomic write size check in xfs_file_write_iter()John Garry
2025-05-07xfs: refactor xfs_reflink_end_cow_extent()John Garry
2025-05-07xfs: allow block allocator to take an alignment hintJohn Garry
2025-05-07xfs: ignore HW which cannot atomic write a single blockDarrick J. Wong
2025-05-07xfs: add helpers to compute transaction reservation for finishing intent itemsDarrick J. Wong
2025-05-07xfs: add helpers to compute log item overheadDarrick J. Wong
2025-05-07xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong
2025-05-07xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()John Garry
2025-05-07xfs: only call xfs_setsize_buftarg once per buffer targetDarrick J. Wong
2025-05-07fs: add atomic write unit max opt to statxJohn Garry
2025-05-07xfs: simplify building the bio in xlog_write_iclogChristoph Hellwig
2025-05-07xfs: simplify xfs_rw_bdevChristoph Hellwig
2025-05-07xfs: simplify xfs_buf_submit_bioChristoph Hellwig
2025-05-05xfs: don't assume perags are initialised when trimming AGsDave Chinner
2025-04-30xfs: allow ro mounts if rtdev or logdev are read-onlyHans Holmberg
2025-04-28xfs: stop using set_blocksizeDarrick J. Wong
2025-04-22XFS: fix zoned gc threshold math for 32-bit archesCarlos Maiolino
2025-04-16xfs: fix fsmap for internal zoned devicesDarrick J. Wong
2025-04-16xfs: Fix spelling mistake "drity" -> "dirty"Zhang Xianwei
2025-04-14xfs: compute buffer address correctly in xmbuf_map_backing_memDarrick J. Wong
2025-04-14xfs: add tunable threshold parameter for triggering zone GCHans Holmberg
2025-04-14xfs: mark xfs_buf_free as might_sleep()Christoph Hellwig
2025-04-14xfs: remove the leftover xfs_{set,clear}_li_failed infrastructureChristoph Hellwig
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds