aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong1-3/+3
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-06-21xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctlyBrian Foster1-45/+60
2016-05-20Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner1-7/+3
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-7/+3
2016-04-06xfs: Don't wrap growfs AGFL indexesDave Chinner1-2/+2
2015-08-19xfs: growfs not aware of sb_meta_uuidDave Chinner1-3/+3
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner1-3/+3
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-2/+2
2015-05-29xfs: add fs geometry bit for sparse inode chunksBrian Foster1-1/+3
2015-02-23xfs: remove xfs_mod_incore_sb APIDave Chinner1-4/+0
2015-02-23xfs: Remove icsb infrastructureDave Chinner1-2/+0