aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2_priv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-03-25xfs: reduce debug overhead of dir leaf/node checksDave Chinner1-1/+2
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong1-20/+9
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig1-2/+2
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig1-0/+24
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig1-0/+4
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig1-0/+2
2019-11-10xfs: cleanup xfs_dir2_data_entsizeChristoph Hellwig1-1/+14
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig1-0/+2
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig1-0/+2
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig1-0/+2
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig1-0/+2
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig1-0/+2
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig1-0/+2
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig1-0/+6
2019-11-10xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig1-2/+3
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig1-1/+8
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig1-0/+2
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig1-0/+2
2019-11-10xfs: move incore structures out of xfs_da_format.hChristoph Hellwig1-0/+19
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong1-1/+1
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-10/+6
2018-01-08xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong1-2/+8
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong1-2/+2
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong1-1/+1
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-0/+2
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong1-2/+1
2017-03-15xfs: verify inline directory data forksDarrick J. Wong1-0/+2
2016-11-08xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong1-1/+0
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner1-134/+0
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner1-6/+0
2014-06-25libxfs: move source filesDave Chinner1-0/+274