summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsops.c
AgeCommit message (Expand)Author
2025-03-18xfs: remove the flags argument to xfs_buf_read_uncachedChristoph Hellwig
2025-03-18xfs: don't increment m_generation for all errors in xfs_growfs_dataChristoph Hellwig
2025-03-18xfs: fix a missing unlock in xfs_growfs_dataChristoph Hellwig
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig
2024-12-23xfs: check that the rtrefcount maxlevels doesn't increase when growing fsDarrick J. Wong
2024-12-23xfs: check that the rtrmapbt maxlevels doesn't increase when growing fsDarrick J. Wong
2024-12-23xfs: allow inode-based btrees to reserve space in the data deviceDarrick J. Wong
2024-11-05xfs: standardize EXPERIMENTAL warning generationDarrick J. Wong
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig
2024-10-22xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-12-22xfs: fix perag leak when growfs failsLong Li
2023-12-15xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-07xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-13xfs: fix ag count overflow during growfsLong Li
2023-06-12xfs: don't deplete the reserve pool when trying to shrink the fsDarrick J. Wong
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17xfs: implement ->notify_failure() for XFSShiyang Ruan
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner
2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-03-29xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner
2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong
2022-03-28xfs: fix overfilling of reserve poolDarrick J. Wong
2022-03-28xfs: always succeed at setting the reserve pool sizeDarrick J. Wong
2022-03-28xfs: remove infinite loop when reserving free block poolDarrick J. Wong
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: add trace point for fs shutdownDarrick J. Wong
2021-08-16xfs: make forced shutdown processing atomicDave Chinner
2021-06-21xfs: shorten the shutdown messages to a single lineDarrick J. Wong
2021-06-21xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong