summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsops.c
Commit message (Expand)AuthorAge
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-11
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-12
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-12
* xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2018-01-08
* xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-21
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-19
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-30
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-30
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-03
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-05
* xfs: add reflink feature flag to geometryDarrick J. Wong2016-10-04
* xfs: add refcount btree support to growfsDarrick J. Wong2016-10-03
* xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-19
* xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-17
* xfs: add rmap btree geometry feature flagDarrick J. Wong2016-08-03
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-03
* xfs: add rmap btree growfs supportDarrick J. Wong2016-08-03
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-03
* xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-03
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-03
* xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctlyBrian Foster2016-06-21
* Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner2016-05-20
|\
| * xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-06
* | xfs: Don't wrap growfs AGFL indexesDave Chinner2016-04-06
|/
* xfs: growfs not aware of sb_meta_uuidDave Chinner2015-08-19
* Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-04
|\
| * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-04
| * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-04
* | xfs: add fs geometry bit for sparse inode chunksBrian Foster2015-05-29
|/
* xfs: remove xfs_mod_incore_sb APIDave Chinner2015-02-23
* xfs: Remove icsb infrastructureDave Chinner2015-02-23
* xfs: use generic percpu counters for free block counterDave Chinner2015-02-23
* xfs: use generic percpu counters for free inode counterDave Chinner2015-02-23
* xfs: use generic percpu counters for inode counterDave Chinner2015-02-23
* xfs: implement pNFS export operationsChristoph Hellwig2015-02-16
* xfs: growfs should use synchronous transactionsChristoph Hellwig2015-02-05
* xfs: consolidate superblock logging functionsDave Chinner2015-01-22
* xfs: remove bitfield based superblock updatesDave Chinner2015-01-22
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-28
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-28
* xfs: check xfs_buf_read_uncached returns correctlyDave Chinner2014-10-02
* xfs: global error sign conversionDave Chinner2014-06-25
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-22
* Merge branch 'xfs-da-geom' into for-nextDave Chinner2014-06-10
|\
| * xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-06
* | Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner2014-05-20
|\ \ | |/ |/|
| * xfs: remove shared supberlock feature checkingDave Chinner2014-05-20
| * xfs: don't need dirv2 checks anymoreDave Chinner2014-05-20
| * xfs: turn NLINK feature on by defaultDave Chinner2014-05-20
* | xfs: report finobt status in fs geometryBrian Foster2014-04-24