aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_readdir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-17/+1
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner1-17/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-2/+2
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-2/+2
2014-06-10xfs: fix xfs_da_args sparse warning in xfs_readdirDave Chinner1-1/+1
2014-06-06xfs: reduce direct usage of mp->m_dir_geoDave Chinner1-45/+40
2014-06-06xfs: convert m_dirblksize to xfs_da_geometryDave Chinner1-6/+5
2014-06-06xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner1-8/+8
2014-06-06xfs: convert directory segment limits to xfs_da_geometryDave Chinner1-9/+9
2014-06-06xfs: convert directory db conversion to xfs_da_geometryDave Chinner1-19/+26
2014-06-06xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner1-3/+3
2014-06-06xfs: convert dir byte/off conversion to xfs_da_geometryDave Chinner1-3/+4
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner1-2/+1
2014-05-07xfs: fix directory readahead offset off-by-oneDave Chinner1-2/+1
2014-04-14xfs: remove unused mp arg from xfs_dir2 dataptr/byte functionsEric Sandeen1-4/+4
2014-04-14xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen1-2/+2
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen1-1/+1
2013-12-18xfs: reinstate the ilock in xfs_readdirBen Myers1-0/+4
2013-10-30xfs: convert directory vector functions to constantsDave Chinner1-3/+3
2013-10-30xfs: vectorise directory data operations part 2Dave Chinner1-3/+3
2013-10-30xfs: vectorise directory data operationsDave Chinner1-7/+7
2013-10-30xfs: vectorise remaining shortform dir2 opsDave Chinner1-3/+3
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner1-2/+2
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-2/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+3
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-09-30xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner1-2/+2
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner1-10/+59
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-0/+1
2013-08-12xfs: move getdents code into it's own fileDave Chinner1-0/+645