summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: add fsgeom flag for v5 superblock support.Dave Chinner2013-05-301-1/+3
* xfs: add CRC checks to the AGIDave Chinner2013-04-211-0/+3
* xfs: add CRC checks to the AGFLChristoph Hellwig2013-04-211-0/+5
* xfs: add CRC checks to the AGFDave Chinner2013-04-211-0/+3
* xfs: add support for large btree blocksChristoph Hellwig2013-04-211-3/+20
* xfs: make use of XFS_SB_LOG_RES() at xfs_fs_log_dummy()Jeff Liu2013-02-011-2/+2
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-12/+17
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-151-2/+6
* xfs: verify superblocks as they are read from diskDave Chinner2012-11-151-1/+3
* xfs: uncached buffer reads need to return an errorDave Chinner2012-11-151-0/+5
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-2/+2
* xfs: make growfs initialise the AGFL headerDave Chinner2012-11-131-1/+22
* xfs: growfs: use uncached buffers for new headersDave Chinner2012-11-131-22/+41
* xfs: use btree block initialisation functions in growfsDave Chinner2012-11-131-24/+13
* xfs: report projid32bit feature in geometry callEric Sandeen2012-11-071-1/+3
* xfs: growfs: don't read garbage for new secondary superblocksDave Chinner2012-11-021-2/+19
* xfs: make XBF_MAPPED the default behaviourDave Chinner2012-05-141-5/+5
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfs_do_force_shutdown() and kill xfs_rw.cDave Chinner2012-05-141-0/+60
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: kill xfs_read_buf()Dave Chinner2012-05-141-1/+1
* xfs: kill XBF_LOCKDave Chinner2012-05-141-8/+5
* xfs: clean up buffer get/read call APIDave Chinner2012-05-141-2/+2
* xfs: Check the return value of xfs_buf_get()Chandra Seetharaman2011-10-111-0/+20
OpenPOWER on IntegriCloud