aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+3
2022-07-17xfs: 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-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-4/+1
2022-03-29xfs: 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-18xfs: 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-25xfs: support shrinking unused space in the last AGGao Xiang1-34/+59
2021-03-25xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang1-43/+64
2021-03-25xfs: 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-16xfs: remove xfs_buf_t typedefDave Chinner1-1/+1
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-5/+2
2020-05-07xfs: remove unused shutdown typesBrian Foster1-4/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-12xfs: separate inode geometryDarrick J. Wong1-2/+2
2019-05-01xfs: change some error-less functions to void typesEric Sandeen1-2/+1
2019-02-14xfs: 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
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong1-1/+1
2018-06-24xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: factor the ag length extension code into libxfsDave Chinner1-56/+2
2018-05-15xfs: move growfs core to libxfsDave Chinner1-475/+4
2018-05-15xfs: rework secondary superblock updates in growfsDave Chinner1-37/+65
2018-05-15xfs: separate secondary sb update in growfsDave Chinner1-67/+92
2018-05-15xfs: make imaxpct changes in growfs separateDave Chinner1-19/+50
2018-05-15xfs: turn ag header initialisation into a table driven operationDave Chinner1-90/+92
2018-05-15xfs: factor ag btree root block initialisationDave Chinner1-222/+259
2018-05-15xfs: convert growfs AG header init to use buffer listsDave Chinner1-41/+33
2018-05-15xfs: factor out AG header initialisation from growfs coreDave Chinner1-306/+331