summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsops.c
AgeCommit message (Expand)Author
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-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
2021-03-25xfs: support shrinking unused space in the last AGGao Xiang
2021-03-25xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang
2021-03-25xfs: update lazy sb counters immediately for resizefsGao Xiang
2021-02-03xfs: get rid of xfs_growfs_{data,log}_tGao Xiang
2021-02-03xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-05-07xfs: remove unused shutdown typesBrian Foster
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-02-14xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong
2018-12-29xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-10-18xfs: issue log message on user force shutdownDave Chinner
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong
2018-06-24xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong