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