summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-05-07xfs: add helpers to compute transaction reservation for finishing intent itemsDarrick J. Wong2-31/+152
2025-05-07xfs: add helpers to compute log item overheadDarrick J. Wong12-3/+88
2025-05-07xfs: separate out setting buftarg atomic writes limitsDarrick J. Wong3-12/+28
2025-05-07xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()John Garry3-5/+3
2025-05-07xfs: only call xfs_setsize_buftarg once per buffer targetDarrick J. Wong2-14/+30
2025-05-07fs: 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
2025-04-14xfs: mark xfs_buf_free as might_sleep()Christoph Hellwig1-0/+1
2025-04-14xfs: remove the leftover xfs_{set,clear}_li_failed infrastructureChristoph Hellwig4-39/+3
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-2/+2
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-2/+1
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2-5/+5
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-24/+21
2025-03-27Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds82-1488/+5920
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+7
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-14/+25
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-0/+4
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig4-6/+5
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig5-9/+8
2025-03-18xfs: remove xfs_buf_free_mapsChristoph Hellwig1-11/+2
2025-03-18xfs: remove xfs_buf_get_mapsChristoph Hellwig1-27/+6
2025-03-18xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_allocChristoph Hellwig1-90/+75
2025-03-18xfs: remove unnecessary NULL check before kvfree()Chen Ni1-2/+1
2025-03-18Merge branch 'xfs-6.15-folios_vmalloc' into XFS-for-linus-6.15-mergeCarlos Maiolino11-419/+168
2025-03-18Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-mergeCarlos Maiolino75-954/+5692
2025-03-18xfs: don't wake zone space waiters without m_zone_infoDarrick J. Wong1-3/+12
2025-03-18xfs: don't increment m_generation for all errors in xfs_growfs_dataChristoph Hellwig1-7/+6
2025-03-18xfs: fix a missing unlock in xfs_growfs_dataChristoph Hellwig1-3/+5
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple1-0/+12
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple1-3/+2
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple2-20/+8
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-3/+1
2025-03-17xfs: convert timeouts to secs_to_jiffies()Easwar Hariharan2-5/+5
2025-03-15Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+0
2025-03-14xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-13Revert "xfs: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-13/+0
2025-03-12xfs: Remove duplicate xfs_rtbitmap.h headerJiapeng Chong1-1/+0
2025-03-11xfs: trigger zone GC when out of available rt blocksHans Holmberg1-0/+10