summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: check xfs_buf_read_uncached returns correctlyDave Chinner2014-10-021-8/+3
* xfs: global error sign conversionDave Chinner2014-06-251-21/+21
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-10/+10
* Merge branch 'xfs-da-geom' into for-nextDave Chinner2014-06-101-1/+3
|\
| * xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-061-1/+3
* | Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner2014-05-201-7/+2
|\ \ | |/ |/|
| * xfs: remove shared supberlock feature checkingDave Chinner2014-05-201-2/+0
| * xfs: don't need dirv2 checks anymoreDave Chinner2014-05-201-2/+1
| * xfs: turn NLINK feature on by defaultDave Chinner2014-05-201-3/+1
* | xfs: report finobt status in fs geometryBrian Foster2014-04-241-1/+3
* | xfs: add finobt support to growfsBrian Foster2014-04-241-0/+32
|/
* xfs: growfs overruns AGFL buffer on V4 filesystemsDave Chinner2013-12-101-1/+5
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-7/+5
* xfs: decouple log and transaction headersDave Chinner2013-10-231-4/+5
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+2
* xfs: don't break from growfs ag update loop on errorEric Sandeen2013-10-171-9/+13
* xfs: add the inode directory type support to XFS_IOC_FSGEOMMark Tinguely2013-10-081-1/+3
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-121-4/+4
* xfs: Remove redundant error variable from xfs_growfs_data_private()Jie Liu2013-06-171-1/+1
OpenPOWER on IntegriCloud