summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_readdir.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: fix regression in "cleanup xfs_dir2_block_getdents"Tommi Rantala2020-03-131-5/+7
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-221-1/+1
* xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-221-1/+2
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-10/+9
* xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-101-2/+2
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-5/+5
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-5/+6
* xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-101-1/+1
* xfs: cleanup xfs_dir2_leaf_getdentsChristoph Hellwig2019-11-101-19/+17
* xfs: cleanup xfs_dir2_block_getdentsChristoph Hellwig2019-11-101-20/+12
* xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-101-1/+2
* xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-101-5/+4
* xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig2019-11-101-3/+4
* xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig2019-11-101-1/+1
* xfs: namecheck directory entry names before listing themDarrick J. Wong2019-10-291-5/+22
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: directory scrubber must walk through data block to offsetDarrick J. Wong2018-01-171-3/+1
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-4/+4
* xfs: scrub directory metadataDarrick J. Wong2017-10-261-1/+1
* xfs: pass along transaction context when reading directory block buffersDarrick J. Wong2017-06-201-4/+11
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: refactor dir2 leaf readahead shadow buffer clevernessDarrick J. Wong2017-06-191-234/+84
* xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster2017-04-251-2/+3
* xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen2017-04-251-2/+8
* xfs: verify inline directory data forksDarrick J. Wong2017-03-151-11/+0
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-2/+0
* 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