summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dir2_readdir.c
AgeCommit message (Expand)Author
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-10-26xfs: scrub directory metadataDarrick J. Wong
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: refactor dir2 leaf readahead shadow buffer clevernessDarrick J. Wong
2017-04-25xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster
2017-04-25xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen
2017-03-15xfs: verify inline directory data forksDarrick J. Wong
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-10-03xfs: return an error when an inline directory is too smallDarrick J. Wong
2016-05-18xfs: concurrent readdir hangs on data buffer locksDave Chinner
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-10xfs: fix xfs_da_args sparse warning in xfs_readdirDave Chinner
2014-06-06xfs: reduce direct usage of mp->m_dir_geoDave 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-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner
2014-05-07xfs: fix directory readahead offset off-by-oneDave Chinner
2014-04-14xfs: remove unused mp arg from xfs_dir2 dataptr/byte functionsEric Sandeen
2014-04-14xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen
2013-12-18xfs: reinstate the ilock in xfs_readdirBen Myers
2013-10-30xfs: convert directory vector functions to constantsDave Chinner
2013-10-30xfs: vectorise directory data operations part 2Dave Chinner
2013-10-30xfs: vectorise directory data operationsDave Chinner
2013-10-30xfs: vectorise remaining shortform dir2 opsDave Chinner
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner
2013-09-30xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner
2013-08-12xfs: move getdents code into it's own fileDave Chinner