summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_readdir.c
AgeCommit message (Expand)Author
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-03-13xfs: fix regression in "cleanup xfs_dir2_block_getdents"Tommi Rantala
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_leaf_getdentsChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_block_getdentsChristoph Hellwig
2019-11-10xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig
2019-11-10xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig
2019-10-29xfs: namecheck directory entry names before listing themDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong
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