aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-1/+1
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-1/+1
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong1-1/+1
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong1-77/+0
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong1-0/+5
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-8/+8
2017-01-30xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen1-25/+6
2017-01-30xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen1-8/+6
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong1-0/+14
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong1-0/+64
2016-10-04xfs: add reflink feature flag to geometryDarrick J. Wong1-1/+3
2016-10-03xfs: add refcount btree support to growfsDarrick J. Wong1-0/+39
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-1/+1
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong1-0/+1
2016-08-03xfs: add rmap btree geometry feature flagDarrick J. Wong1-1/+3
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-2/+3
2016-08-03xfs: add rmap btree growfs supportDarrick J. Wong1-0/+73
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-4/+13