aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_readdir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig1-1/+1
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig1-1/+2
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-10/+9
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig1-2/+2
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-5/+5
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig1-5/+6
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig1-1/+1
2019-11-10xfs: cleanup xfs_dir2_leaf_getdentsChristoph Hellwig1-19/+17
2019-11-10xfs: cleanup xfs_dir2_block_getdentsChristoph Hellwig1-20/+12
2019-11-10xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig1-1/+2
2019-11-10xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig1-5/+4
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig1-1/+1
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig1-1/+1
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig1-3/+4
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig1-1/+1
2019-10-29xfs: namecheck directory entry names before listing themDarrick J. Wong1-5/+22
2019-06-28xfs: remove unused header filesEric Sandeen1-4/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong1-3/+1
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-4/+4
2017-10-26xfs: scrub directory metadataDarrick J. Wong1-1/+1
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong1-4/+11
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4
2017-06-19xfs: refactor dir2 leaf readahead shadow buffer clevernessDarrick J. Wong1-234/+84
2017-04-25xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster1-2/+3
2017-04-25xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen1-2/+8
2017-03-15xfs: verify inline directory data forksDarrick J. Wong1-11/+0
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-2/+0
2016-10-03xfs: return an error when an inline directory is too smallDarrick J. Wong1-1/+2
2016-05-18xfs: concurrent readdir hangs on data buffer locksDave Chinner1-9/+14
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-1/+1
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-1/+1
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner1-3/+8
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