summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_readdir.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: refactor dir format helpersChristoph Hellwig2024-04-261-10/+9
* xfs: validate explicit directory block buffer ownersDarrick J. Wong2024-04-151-1/+1
* xfs: validate explicit directory data buffer ownersDarrick J. Wong2024-04-151-1/+2
* xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong2024-04-151-0/+1
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-1/+5
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-4/+2
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-151-0/+3
* xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang2022-10-041-1/+1
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-1/+1
* xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong2022-01-111-19/+34
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-1/+1
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+3
* 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