summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong2018-07-291-1/+1
* xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong2018-06-241-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: factor the ag length extension code into libxfsDave Chinner2018-05-151-56/+2
* xfs: move growfs core to libxfsDave Chinner2018-05-151-475/+4
* xfs: rework secondary superblock updates in growfsDave Chinner2018-05-151-37/+65
* xfs: separate secondary sb update in growfsDave Chinner2018-05-151-67/+92
* xfs: make imaxpct changes in growfs separateDave Chinner2018-05-151-19/+50
* xfs: turn ag header initialisation into a table driven operationDave Chinner2018-05-151-90/+92
* xfs: factor ag btree root block initialisationDave Chinner2018-05-151-222/+259
* xfs: convert growfs AG header init to use buffer listsDave Chinner2018-05-151-41/+33
* xfs: factor out AG header initialisation from growfs coreDave Chinner2018-05-151-306/+331
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-111-1/+1
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-1/+1
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-121-1/+1
* xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2018-01-081-77/+0
* xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-211-0/+5
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-8/+8
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-301-25/+6
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-301-8/+6
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-031-0/+14
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-051-0/+64
* xfs: add reflink feature flag to geometryDarrick J. Wong2016-10-041-1/+3
* xfs: add refcount btree support to growfsDarrick J. Wong2016-10-031-0/+39
* xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-1/+1
* xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-171-0/+1
* xfs: add rmap btree geometry feature flagDarrick J. Wong2016-08-031-1/+3
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-2/+3
* xfs: add rmap btree growfs supportDarrick J. Wong2016-08-031-0/+73
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-4/+13
* xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-031-3/+3
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctlyBrian Foster2016-06-211-45/+60