summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2014-06-06xfs: remove mp->m_dir_geo from directory loggingDave Chinner
2014-06-06xfs: reduce direct usage of mp->m_dir_geoDave Chinner
2014-06-06xfs: move node entry counts to xfs_da_geometryDave Chinner
2014-06-06xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner
2014-06-06xfs: convert m_dirblksize to xfs_da_geometryDave Chinner
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner
2014-06-06xfs: convert directory segment limits to xfs_da_geometryDave Chinner
2014-06-06xfs: convert directory db conversion to xfs_da_geometryDave Chinner
2014-06-06xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner
2014-06-06xfs: convert dir byte/off conversion to xfs_da_geometryDave Chinner
2014-06-06xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner
2014-06-06xfs: move directory block translatiosn to xfs_dir2_priv.hDave Chinner
2014-06-06xfs: introduce directory geometry structureDave Chinner
2014-05-14Merge branch 'xfs-attr-cleanup' into for-nextDave Chinner
2014-05-14Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner
2014-05-14Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner
2014-05-14Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner
2014-05-14Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner
2014-05-14xfs: list_lru_init returns a negative errorDave Chinner
2014-05-14xfs: negate xfs_icsb_init_counters error value Dave Chinner
2014-05-14xfs: negate mount workqueue init error valueDave Chinner
2014-05-14xfs: fix wrong err sign on xfs_set_acl()Dave Chinner
2014-05-14xfs: fix wrong errno from xfs_initxattrsDave Chinner
2014-05-14xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner
2014-05-14xfs: xfs_commit_metadata returns wrong errnoDave Chinner
2014-05-14xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner
2014-05-14xfs: xfs_dir_fsync() returns positive errnoDave Chinner
2014-05-13xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig
2014-05-13xfs: simplify attr name setupChristoph Hellwig
2014-05-13xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig
2014-05-13xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig
2014-05-13xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig
2014-05-09Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-05-06xfs: fix directory readahead offset off-by-oneDave Chinner
2014-05-06xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner
2014-05-06xfs: truncate_setsize should be outside transactionsDave Chinner
2014-05-05xfs: remote attribute overwrite causes transaction overrunDave Chinner
2014-05-05xfs: initialize default acls for ->tmpfile()Brian Foster
2014-05-05xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen
2014-05-05xfs: remove dquot hintsDave Chinner
2014-05-05xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen
2014-05-05xfs: fully support v5 format filesystemsDave Chinner
2014-04-24xfs: enable the finobt feature on v5 superblocksBrian Foster
2014-04-24xfs: report finobt status in fs geometryBrian Foster
2014-04-24xfs: add finobt support to growfsBrian Foster
2014-04-24xfs: update the finobt on inode freeBrian Foster
2014-04-24xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster
2014-04-24xfs: use and update the finobt on inode allocationBrian Foster
2014-04-24xfs: insert newly allocated inode chunks into the finobtBrian Foster