aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-08xfs: clean up the initial read logic in xfs_readsbChristoph Hellwig2-11/+11
2025-07-08xfs: replace strncpy with memcpy in xattr listingPranav Tyagi1-1/+1
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner2-11/+11
2025-06-30xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags maskYouling Tang1-3/+4
2025-06-27xfs: fix unmount hang with unflushable inodes stuck in the AILDave Chinner2-37/+86
2025-06-27xfs: factor out stale buffer item completionDave Chinner1-23/+37
2025-06-27xfs: rearrange code in xfs_buf_item.cDave Chinner2-59/+58
2025-06-27xfs: add tracepoints for stale pinned inode state debugDave Chinner4-4/+18
2025-06-27xfs: avoid dquot buffer pin deadlockDave Chinner5-110/+20
2025-06-27xfs: catch stale AGF/AGF metadataDave Chinner2-12/+60
2025-06-27xfs: xfs_ifree_cluster vs xfs_iflush_shutdown_abort deadlockDave Chinner2-1/+9
2025-06-17fs/xfs: transition from deprecated .mmap hook to .mmap_prepareLorenzo Stoakes1-7/+7
2025-06-17fs/dax: make it possible to check dev dax support without a VMALorenzo Stoakes1-1/+2
2025-06-16xfs: actually use the xfs_growfs_check_rtgeom tracepointDarrick J. Wong1-0/+2
2025-06-16xfs: Improve error handling in xfs_mru_cache_create()Markus Elfring1-11/+4
2025-06-16xfs: move xfs_submit_zoned_bio a bitChristoph Hellwig1-20/+20
2025-06-16xfs: use xfs_readonly_buftarg in xfs_remount_rwChristoph Hellwig1-3/+2
2025-06-16xfs: remove NULL pointer checks in xfs_mru_cache_insertChristoph Hellwig1-4/+0
2025-06-16xfs: check for shutdown before going to sleep in xfs_select_zoneChristoph Hellwig1-1/+1
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+20
2025-05-31Merge 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-11sort.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-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong6-2/+248
2025-05-07xfs: update atomic write limitsJohn Garry2-7/+47
2025-05-07xfs: add xfs_calc_atomic_write_unit_max()John Garry7-0/+263
2025-05-07xfs: add xfs_file_dio_write_atomic()John Garry1-0/+68
2025-05-07xfs: commit CoW-based atomic writes atomicallyJohn Garry6-1/+82
2025-05-07xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()John Garry1-2/+60
2025-05-07xfs: add xfs_atomic_write_cow_iomap_begin()John Garry6-1/+159
2025-05-07xfs: refine atomic write size check in xfs_file_write_iter()John Garry3-12/+39
2025-05-07xfs: refactor xfs_reflink_end_cow_extent()John Garry1-30/+42