summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_readdir.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: return an error when an inline directory is too smallDarrick J. Wong2016-10-031-1/+2
* xfs: concurrent readdir hangs on data buffer locksDave Chinner2016-05-181-9/+14
* xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-1/+1
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-1/+1
* xfs: stop holding ILOCK over filldir callbacksDave Chinner2015-08-191-3/+8
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-17/+1
|\
| * xfs: move ftype conversion functions to libxfsDave Chinner2014-12-041-17/+1
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* xfs: global error sign conversionDave Chinner2014-06-251-2/+2
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-2/+2
* xfs: fix xfs_da_args sparse warning in xfs_readdirDave Chinner2014-06-101-1/+1
* xfs: reduce direct usage of mp->m_dir_geoDave Chinner2014-06-061-45/+40
* xfs: convert m_dirblksize to xfs_da_geometryDave Chinner2014-06-061-6/+5
* xfs: convert m_dirblkfsbs to xfs_da_geometryDave Chinner2014-06-061-8/+8
* xfs: convert directory segment limits to xfs_da_geometryDave Chinner2014-06-061-9/+9
* xfs: convert directory db conversion to xfs_da_geometryDave Chinner2014-06-061-19/+26
* xfs: convert directory dablk conversion to xfs_da_geometryDave Chinner2014-06-061-3/+3
* xfs: convert dir byte/off conversion to xfs_da_geometryDave Chinner2014-06-061-3/+4
* Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-151-2/+1
|\
| * xfs: fix directory readahead offset off-by-oneDave Chinner2014-05-071-2/+1
* | xfs: remove unused mp arg from xfs_dir2 dataptr/byte functionsEric Sandeen2014-04-141-4/+4
* | xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen2014-04-141-2/+2
* | xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-141-1/+1
|/
* xfs: reinstate the ilock in xfs_readdirBen Myers2013-12-181-0/+4
* xfs: convert directory vector functions to constantsDave Chinner2013-10-301-3/+3
* xfs: vectorise directory data operations part 2Dave Chinner2013-10-301-3/+3
* xfs: vectorise directory data operationsDave Chinner2013-10-301-7/+7
* xfs: vectorise remaining shortform dir2 opsDave Chinner2013-10-301-3/+3
* xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner2013-10-301-2/+2
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-2/+2
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+3
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner2013-09-301-2/+2
* xfs: Add read-only support for dirent filetype fieldDave Chinner2013-08-221-10/+59
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-0/+1
* xfs: move getdents code into it's own fileDave Chinner2013-08-121-0/+645
OpenPOWER on IntegriCloud