summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove redundant geometry information from xfs_da_stateDave Chinner2014-06-065-35/+20
* xfs: replace attr LBSIZE with xfs_da_geometryDave Chinner2014-06-064-92/+89
* xfs: pass xfs_da_args to xfs_attr_leaf_newentsizeDave Chinner2014-06-063-35/+19
* xfs: use xfs_da_geometry for block size in attr codeDave Chinner2014-06-063-10/+10
* xfs: remove mp->m_dir_geo from directory loggingDave Chinner2014-06-066-148/+137
* xfs: reduce direct usage of mp->m_dir_geoDave Chinner2014-06-063-74/+65
* xfs: move node entry counts to xfs_da_geometryDave Chinner2014-06-065-16/+11
* xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner2014-06-064-6/+2
* 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/+27
* xfs: convert directory segment limits to xfs_da_geometryDave Chinner2014-06-068-42/+37
* 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/+117
|\
| * xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig2014-05-131-9/+5
| * xfs: simplify attr name setupChristoph Hellwig2014-05-131-45/+29
| * xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig2014-05-131-62/+35
| * xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig2014-05-131-52/+27
| * xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig2014-05-131-66/+44
* | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-1511-267/+128
|\ \
| * | xfs: fix directory readahead offset off-by-oneDave Chinner2014-05-071-2/+1
| * | 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/+29
| * | 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/+403
|\ \
| * | xfs: add filestream allocator tracepointsChristoph Hellwig2014-04-234-21/+68
| * | xfs: remove xfs_filestream_associateChristoph Hellwig2014-04-233-58/+15
| * | xfs: don't create a slab cache for filestream itemsChristoph Hellwig2014-04-233-32/+4
| * | xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig2014-04-233-544/+171
| * | xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-234-8/+1
| * | xfs: embedd mru_elem into parent structureChristoph Hellwig2014-04-233-146/+107
OpenPOWER on IntegriCloud