summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove mp->m_dir_geo from directory loggingDave Chinner2014-06-066-148/+137Star
* xfs: reduce direct usage of mp->m_dir_geoDave Chinner2014-06-063-74/+65Star
* xfs: move node entry counts to xfs_da_geometryDave Chinner2014-06-065-16/+11Star
* xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner2014-06-064-6/+2Star
* xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-0614-106/+115
* xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner2014-06-069-33/+27Star
* xfs: convert directory segment limits to xfs_da_geometryDave Chinner2014-06-068-42/+37Star
* xfs: convert directory db conversion to xfs_da_geometryDave Chinner2014-06-069-70/+93
* xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner2014-06-066-43/+48
* xfs: convert dir byte/off conversion to xfs_da_geometryDave Chinner2014-06-063-13/+14
* xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner2014-06-065-17/+17
* xfs: move directory block translatiosn to xfs_dir2_priv.hDave Chinner2014-06-063-138/+139
* xfs: introduce directory geometry structureDave Chinner2014-06-068-21/+97
* Merge branch 'xfs-attr-cleanup' into for-nextDave Chinner2014-05-151-211/+117Star
|\
| * xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig2014-05-131-9/+5Star
| * xfs: simplify attr name setupChristoph Hellwig2014-05-131-45/+29Star
| * xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig2014-05-131-62/+35Star
| * xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig2014-05-131-52/+27Star
| * xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig2014-05-131-66/+44Star
* | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-1511-267/+128Star
|\ \
| * | xfs: fix directory readahead offset off-by-oneDave Chinner2014-05-071-2/+1Star
| * | xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2014-05-072-11/+48
| * | xfs: truncate_setsize should be outside transactionsDave Chinner2014-05-071-4/+16
| * | xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen2014-05-052-4/+6
| * | xfs: remove dquot hintsDave Chinner2014-05-053-240/+29Star
| * | xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen2014-05-051-2/+3
| * | xfs: fix Q_XQUOTARM ioctlEric Sandeen2014-05-051-4/+25
| |/
* | Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner2014-05-1518-137/+852
|\ \
| * | xfs: enable the finobt feature on v5 superblocksBrian Foster2014-04-241-1/+2
| * | xfs: report finobt status in fs geometryBrian Foster2014-04-242-1/+4
| * | xfs: add finobt support to growfsBrian Foster2014-04-241-0/+32
| * | xfs: update the finobt on inode freeBrian Foster2014-04-241-0/+102
| * | xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster2014-04-241-65/+96
| * | xfs: use and update the finobt on inode allocationBrian Foster2014-04-241-5/+290
| * | xfs: insert newly allocated inode chunks into the finobtBrian Foster2014-04-241-23/+70
| * | xfs: update inode allocation/free transaction reservations for finobtBrian Foster2014-04-243-6/+82
| * | xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster2014-04-2410-27/+153
| * | xfs: reserve v5 superblock read-only compat. feature bit for finobtBrian Foster2014-04-241-0/+7
| * | xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster2014-04-244-10/+15
| |/
* | Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner2014-05-1510-806/+403Star
|\ \
| * | xfs: add filestream allocator tracepointsChristoph Hellwig2014-04-224-21/+68
| * | xfs: remove xfs_filestream_associateChristoph Hellwig2014-04-223-58/+15Star
| * | xfs: don't create a slab cache for filestream itemsChristoph Hellwig2014-04-223-32/+4Star
| * | xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig2014-04-223-544/+171Star
| * | xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-224-8/+1Star
| * | xfs: embedd mru_elem into parent structureChristoph Hellwig2014-04-223-146/+107Star
| * | xfs: handle duplicate entries in xfs_mru_cache_insertChristoph Hellwig2014-04-221-3/+11
| * | xfs: split xfs_bmap_btalloc_nullfbChristoph Hellwig2014-04-221-83/+117
| * | xfs: don't try to use the filestream allocator for metadata allocationsChristoph Hellwig2014-04-141-22/+20Star
| |/
* | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-1543-166/+113Star
|\ \