aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
* xfs: fix xfs_da_args sparse warning in xfs_readdirDave Chinner2014-06-09
* xfs: remove redundant geometry information from xfs_da_stateDave Chinner2014-06-06
* xfs: replace attr LBSIZE with xfs_da_geometryDave Chinner2014-06-06
* xfs: pass xfs_da_args to xfs_attr_leaf_newentsizeDave Chinner2014-06-06
* xfs: use xfs_da_geometry for block size in attr codeDave Chinner2014-06-06
* xfs: remove mp->m_dir_geo from directory loggingDave Chinner2014-06-06
* xfs: reduce direct usage of mp->m_dir_geoDave Chinner2014-06-06
* xfs: move node entry counts to xfs_da_geometryDave Chinner2014-06-06
* xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner2014-06-06
* xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-06
* xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner2014-06-06
* xfs: convert directory segment limits to xfs_da_geometryDave Chinner2014-06-06
* xfs: convert directory db conversion to xfs_da_geometryDave Chinner2014-06-06
* xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner2014-06-06
* xfs: convert dir byte/off conversion to xfs_da_geometryDave Chinner2014-06-06
* xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner2014-06-06
* xfs: move directory block translatiosn to xfs_dir2_priv.hDave Chinner2014-06-06
* xfs: introduce directory geometry structureDave Chinner2014-06-06
* Merge branch 'xfs-attr-cleanup' into for-nextDave Chinner2014-05-14
|\
| * xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig2014-05-13
| * xfs: simplify attr name setupChristoph Hellwig2014-05-13
| * xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig2014-05-13
| * xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig2014-05-13
| * xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig2014-05-13
* | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-14
|\ \
| * | xfs: fix directory readahead offset off-by-oneDave Chinner2014-05-06
| * | xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2014-05-06
| * | xfs: truncate_setsize should be outside transactionsDave Chinner2014-05-06
| * | xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen2014-05-05
| * | xfs: remove dquot hintsDave Chinner2014-05-05
| * | xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen2014-05-05
| * | xfs: fix Q_XQUOTARM ioctlEric Sandeen2014-05-05
| |/
* | Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner2014-05-14
|\ \
| * | xfs: enable the finobt feature on v5 superblocksBrian Foster2014-04-24
| * | xfs: report finobt status in fs geometryBrian Foster2014-04-24
| * | xfs: add finobt support to growfsBrian Foster2014-04-24
| * | xfs: update the finobt on inode freeBrian Foster2014-04-24
| * | xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster2014-04-24
| * | xfs: use and update the finobt on inode allocationBrian Foster2014-04-24
| * | xfs: insert newly allocated inode chunks into the finobtBrian Foster2014-04-24
| * | xfs: update inode allocation/free transaction reservations for finobtBrian Foster2014-04-24
| * | xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster2014-04-24
| * | xfs: reserve v5 superblock read-only compat. feature bit for finobtBrian Foster2014-04-24
| * | xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster2014-04-24
| |/
* | Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner2014-05-14
|\ \
| * | xfs: add filestream allocator tracepointsChristoph Hellwig2014-04-22
| * | xfs: remove xfs_filestream_associateChristoph Hellwig2014-04-22
| * | xfs: don't create a slab cache for filestream itemsChristoph Hellwig2014-04-22
| * | xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig2014-04-22
| * | xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-22