summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner2016-05-201-7/+3
|\
| * xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-7/+3
* | xfs: Don't wrap growfs AGFL indexesDave Chinner2016-04-061-2/+2
|/
* xfs: growfs not aware of sb_meta_uuidDave Chinner2015-08-191-3/+3
* Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-3/+3
|\
| * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
| * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-2/+2
* | xfs: add fs geometry bit for sparse inode chunksBrian Foster2015-05-291-1/+3
|/
* xfs: remove xfs_mod_incore_sb APIDave Chinner2015-02-231-4/+0
* xfs: Remove icsb infrastructureDave Chinner2015-02-231-2/+0
* xfs: use generic percpu counters for free block counterDave Chinner2015-02-231-4/+5
* xfs: use generic percpu counters for free inode counterDave Chinner2015-02-231-1/+1
* xfs: use generic percpu counters for inode counterDave Chinner2015-02-231-1/+2
* xfs: implement pNFS export operationsChristoph Hellwig2015-02-161-0/+6
* xfs: growfs should use synchronous transactionsChristoph Hellwig2015-02-051-0/+1
* xfs: consolidate superblock logging functionsDave Chinner2015-01-221-29/+0
* xfs: remove bitfield based superblock updatesDave Chinner2015-01-221-4/+2