aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c
AgeCommit message (Expand)Author
2018-06-24xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: factor the ag length extension code into libxfsDave Chinner
2018-05-15xfs: move growfs core to libxfsDave Chinner
2018-05-15xfs: rework secondary superblock updates in growfsDave Chinner
2018-05-15xfs: separate secondary sb update in growfsDave Chinner
2018-05-15xfs: make imaxpct changes in growfs separateDave Chinner
2018-05-15xfs: turn ag header initialisation into a table driven operationDave Chinner
2018-05-15xfs: factor ag btree root block initialisationDave Chinner
2018-05-15xfs: convert growfs AG header init to use buffer listsDave Chinner
2018-05-15xfs: factor out AG header initialisation from growfs coreDave Chinner
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-01-30xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen
2017-01-30xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen
2017-01-03xfs: use the actual AG length when reserving blocksDarrick J. Wong
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong
2016-10-04xfs: add reflink feature flag to geometryDarrick J. Wong
2016-10-03xfs: add refcount btree support to growfsDarrick J. Wong
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong
2016-08-03xfs: add rmap btree geometry feature flagDarrick J. Wong
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong
2016-08-03xfs: add rmap btree growfs supportDarrick J. Wong
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-06-21xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctlyBrian Foster
2016-05-20Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-04-06xfs: Don't wrap growfs AGFL indexesDave Chinner
2015-08-19xfs: growfs not aware of sb_meta_uuidDave Chinner
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-05-29xfs: add fs geometry bit for sparse inode chunksBrian Foster
2015-02-23xfs: remove xfs_mod_incore_sb APIDave Chinner
2015-02-23xfs: Remove icsb infrastructureDave Chinner
2015-02-23xfs: use generic percpu counters for free block counterDave Chinner
2015-02-23xfs: use generic percpu counters for free inode counterDave Chinner
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig
2015-02-05xfs: growfs should use synchronous transactionsChristoph Hellwig
2015-01-22xfs: consolidate superblock logging functionsDave Chinner
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig