summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsops.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-48/+11
2023-12-22xfs: fix perag leak when growfs failsLong Li1-1/+4
2023-12-15xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig1-31/+3
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig1-16/+0
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-08xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong1-1/+1
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+16
2023-06-13xfs: fix ag count overflow during growfsLong Li1-4/+9
2023-06-13xfs: don't deplete the reserve pool when trying to shrink the fsDarrick J. Wong1-3/+7
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig1-0/+3
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2022-07-18xfs: implement ->notify_failure() for XFSShiyang Ruan1-0/+3
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-1/+1
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner1-4/+7
2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong1-6/+1
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner1-1/+1
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner1-1/+1
2022-04-11xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-4/+1
2022-03-30xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner1-1/+5
2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong1-1/+1
2022-03-28xfs: fix overfilling of reserve poolDarrick J. Wong1-7/+6
2022-03-28xfs: always succeed at setting the reserve pool sizeDarrick J. Wong1-4/+5
2022-03-28xfs: remove infinite loop when reserving free block poolDarrick J. Wong1-30/+20
2022-03-28xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-6/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-19xfs: add trace point for fs shutdownDarrick J. Wong1-0/+3
2021-08-16xfs: make forced shutdown processing atomicDave Chinner1-33/+30
2021-06-21xfs: shorten the shutdown messages to a single lineDarrick J. Wong1-8/+8
2021-06-21xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong1-1/+1
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner1-6/+2
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong1-2/+0
2021-03-26xfs: support shrinking unused space in the last AGGao Xiang1-34/+59
2021-03-26xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang1-43/+64
2021-03-26xfs: update lazy sb counters immediately for resizefsGao Xiang1-0/+9
2021-02-03xfs: get rid of xfs_growfs_{data,log}_tGao Xiang1-6/+6
2021-02-03xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang1-10/+10
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-12-17xfs: remove xfs_buf_t typedefDave Chinner1-1/+1
2020-12-02fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-5/+2
2020-05-07xfs: remove unused shutdown typesBrian Foster1-4/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-12xfs: separate inode geometryDarrick J. Wong1-2/+2
2019-05-02xfs: change some error-less functions to void typesEric Sandeen1-2/+1
2019-02-15xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong1-0/+1
2018-12-29xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-12xfs: add a block to inode count converterDarrick J. Wong1-1/+1
2018-10-18xfs: issue log message on user force shutdownDave Chinner1-25/+25