summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-101-48/+11
|\
| * xfs: fix perag leak when growfs failsLong Li2023-12-221-1/+4
| * xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen2023-12-151-0/+4
| * xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig2023-12-071-31/+3
| * xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig2023-12-071-16/+0
* | bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-2/+2
|/
* Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-091-1/+1
|\
| * xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong2023-07-071-1/+1
* | Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-06-291-7/+16
|\|
| * xfs: fix ag count overflow during growfsLong Li2023-06-131-4/+9
| * xfs: don't deplete the reserve pool when trying to shrink the fsDarrick J. Wong2023-06-121-3/+7
* | xfs: wire up sops->shutdownChristoph Hellwig2023-06-051-0/+3
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+3
|\
| * xfs: implement ->notify_failure() for XFSShiyang Ruan2022-07-171-0/+3
* | xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-1/+1
* | xfs: make last AG grow/shrink perag centricDave Chinner2022-07-071-4/+7
|/
* xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong2022-05-271-6/+1
* Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner2022-04-211-1/+1
|\
| * xfs: convert shutdown reasons to unsigned.Dave Chinner2022-04-211-1/+1
* | xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-121-4/+1
|/
* xfs: xfs_do_force_shutdown needs to block racing shutdownsDave Chinner2022-03-291-1/+5
* xfs: don't report reserved bnobt space as availableDarrick J. Wong2022-03-281-1/+1
* xfs: fix overfilling of reserve poolDarrick J. Wong2022-03-281-7/+6
* xfs: always succeed at setting the reserve pool sizeDarrick J. Wong2022-03-281-4/+5
* xfs: remove infinite loop when reserving free block poolDarrick J. Wong2022-03-281-30/+20
* xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong2022-03-281-1/+1
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-6/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: add trace point for fs shutdownDarrick J. Wong2021-08-181-0/+3
* xfs: make forced shutdown processing atomicDave Chinner2021-08-161-33/+30
* xfs: shorten the shutdown messages to a single lineDarrick J. Wong2021-06-211-8/+8
* xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong2021-06-211-1/+1
* xfs: make for_each_perag... a first class citizenDave Chinner2021-06-021-6/+2
* xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-291-2/+0
* xfs: support shrinking unused space in the last AGGao Xiang2021-03-251-34/+59
* xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang2021-03-251-43/+64
* xfs: update lazy sb counters immediately for resizefsGao Xiang2021-03-251-0/+9
* xfs: get rid of xfs_growfs_{data,log}_tGao Xiang2021-02-031-6/+6
* xfs: rename `new' to `delta' in xfs_growfs_data_private()Gao Xiang2021-02-031-10/+10
* Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-12-181-1/+1
|\
| * xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-1/+1
* | fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-5/+2
|/
* xfs: remove unused shutdown typesBrian Foster2020-05-071-4/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: separate inode geometryDarrick J. Wong2019-06-121-2/+2
* xfs: change some error-less functions to void typesEric Sandeen2019-05-011-2/+1
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-02-141-0/+1
* xfs: xfs_fsops: drop useless LIST_HEADJulia Lawall2018-12-291-1/+0
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-1/+1
* xfs: issue log message on user force shutdownDave Chinner2018-10-181-25/+25