summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-06-06xfs: remove redundant geometry information from xfs_da_stateDave Chinner5-35/+20
2014-06-06xfs: replace attr LBSIZE with xfs_da_geometryDave Chinner4-92/+89
2014-06-06xfs: pass xfs_da_args to xfs_attr_leaf_newentsizeDave Chinner3-35/+19
2014-06-06xfs: use xfs_da_geometry for block size in attr codeDave Chinner3-10/+10
2014-06-06xfs: remove mp->m_dir_geo from directory loggingDave Chinner6-148/+137
2014-06-06xfs: reduce direct usage of mp->m_dir_geoDave Chinner3-74/+65
2014-06-06xfs: move node entry counts to xfs_da_geometryDave Chinner5-16/+11
2014-06-06xfs: convert dir/attr btree threshold to xfs_da_geometryDave Chinner4-6/+2
2014-06-06xfs: convert m_dirblksize to xfs_da_geometryDave Chinner14-106/+115
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner9-33/+27
2014-06-06xfs: convert directory segment limits to xfs_da_geometryDave Chinner8-42/+37
2014-06-06xfs: convert directory db conversion to xfs_da_geometryDave Chinner9-70/+93
2014-06-06xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner6-43/+48
2014-06-06xfs: convert dir byte/off conversion to xfs_da_geometryDave Chinner3-13/+14
2014-06-06xfs: kill XFS_DIR2...FIRSTDB macrosDave Chinner5-17/+17
2014-06-06xfs: move directory block translatiosn to xfs_dir2_priv.hDave Chinner3-138/+139
2014-06-06xfs: introduce directory geometry structureDave Chinner8-21/+97
2014-05-15Merge branch 'xfs-attr-cleanup' into for-nextDave Chinner1-211/+117
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner12-268/+141
2014-05-15Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner18-137/+852
2014-05-15Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner10-806/+403
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner43-166/+113
2014-05-15xfs: list_lru_init returns a negative errorDave Chinner1-12/+14
2014-05-15xfs: negate xfs_icsb_init_counters error value Dave Chinner1-1/+1
2014-05-15xfs: negate mount workqueue init error valueDave Chinner1-1/+1
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner1-2/+2
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner1-4/+4
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner1-2/+2
2014-05-15xfs: xfs_commit_metadata returns wrong errnoDave Chinner1-1/+1
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner1-1/+1
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner1-1/+1
2014-05-13xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig1-9/+5
2014-05-13xfs: simplify attr name setupChristoph Hellwig1-45/+29
2014-05-13xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig1-62/+35
2014-05-13xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig1-52/+27
2014-05-13xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig1-66/+44
2014-05-09Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-50/+77
2014-05-07xfs: fix directory readahead offset off-by-oneDave Chinner1-2/+1
2014-05-07xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2-11/+48
2014-05-07xfs: truncate_setsize should be outside transactionsDave Chinner1-4/+16
2014-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-4/+9
2014-05-07fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-05-07fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods1-0/+2
2014-05-07autofs: fix lockref lookupIan Kent1-2/+2
2014-05-07hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-219/+111
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-86/+172
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-72/+39
2014-05-06xfs: remote attribute overwrite causes transaction overrunDave Chinner5-14/+42