summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-12xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong1-0/+31
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang1-2/+2
2022-03-14xfs: constify xfs_name_dotdotDarrick J. Wong1-1/+1
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong1-3/+3
2021-01-23xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong1-2/+0
2020-05-14xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia1-0/+2
2019-11-11xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig1-3/+1
2019-11-11xfs: remove the now unused dir ops infrastructureChristoph Hellwig1-9/+0
2019-11-11xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig1-3/+0
2019-11-11xfs: devirtualize ->data_bestfree_pChristoph Hellwig1-3/+0
2019-11-11xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-3/+0
2019-11-11xfs: devirtualize ->data_entry_tag_pChristoph Hellwig1-1/+0
2019-11-11xfs: devirtualize ->data_entsizeChristoph Hellwig1-2/+1
2019-11-11xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig1-1/+1
2019-11-11xfs: remove the now unused ->data_entry_p methodChristoph Hellwig1-3/+0
2019-11-11xfs: remove the ->data_unused_p methodChristoph Hellwig1-2/+0
2019-11-11xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig1-4/+0
2019-11-11xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig1-1/+0
2019-11-11xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig1-1/+0
2019-11-11xfs: remove the unused ->data_first_entry_p methodChristoph Hellwig1-2/+0
2019-11-11xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig1-4/+0
2019-11-11xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig1-5/+0
2019-11-11xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig1-4/+0
2019-11-11xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig1-3/+0
2019-11-11xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig1-5/+0
2019-11-11xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig1-1/+0
2019-11-11xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig1-1/+0
2019-11-11xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig1-1/+0
2019-11-11xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig1-2/+0
2019-11-11xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig1-2/+0
2019-11-11xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig1-2/+0
2019-11-11xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig1-1/+0
2019-11-11xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig1-2/+0
2019-11-11xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig1-2/+0
2019-11-11xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig1-2/+0
2019-11-11xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig1-4/+0
2019-11-11xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-2/+0
2019-11-11xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig1-2/+0
2019-11-11xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-2/+0
2019-11-11xfs: move incore structures out of xfs_da_format.hChristoph Hellwig1-0/+2
2019-02-12xfs: check directory name validityDarrick J. Wong1-0/+1
2018-08-03xfs: fold dfops into the transactionBrian Foster1-1/+0
2018-07-12xfs: remove firstblock param from xfs dir opsBrian Foster1-3/+3
2018-07-12xfs: remove dfops param from high level dirname callsBrian Foster1-6/+3
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-03-24xfs: sanity-check the unused space before trying to use itDarrick J. Wong1-1/+1
2018-01-18xfs: directory scrubber must walk through data block to offsetDarrick J. Wong1-0/+2
2017-10-27xfs: scrub directory metadataDarrick J. Wong1-0/+17
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4