summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2_priv.h
AgeCommit message (Expand)Author
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-03-25xfs: reduce debug overhead of dir leaf/node checksDave Chinner
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_data_entsizeChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entsizeChristoph 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-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig
2019-11-10xfs: move incore structures out of xfs_da_format.hChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong
2017-03-15xfs: verify inline directory data forksDarrick J. Wong
2016-11-08xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner
2014-06-25libxfs: move source filesDave Chinner