summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong2021-01-221-2/+0
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2019-11-131-0/+2
* xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig2019-11-101-3/+1
* xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-101-9/+0
* xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-101-3/+0
* xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-101-3/+0
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-3/+0
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-101-1/+0
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-2/+1
* xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-101-1/+1
* xfs: remove the now unused ->data_entry_p methodChristoph Hellwig2019-11-101-3/+0
* xfs: remove the ->data_unused_p methodChristoph Hellwig2019-11-101-2/+0
* xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig2019-11-101-4/+0
* xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-101-1/+0
* xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-101-1/+0
* xfs: remove the unused ->data_first_entry_p methodChristoph Hellwig2019-11-101-2/+0
* xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig2019-11-101-4/+0
* xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig2019-11-101-5/+0
* xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig2019-11-101-4/+0
* xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig2019-11-101-3/+0
* xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig2019-11-101-5/+0
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+0
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+0
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-101-1/+0
* xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig2019-11-101-2/+0
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-101-2/+0
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-101-2/+0
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+0
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-2/+0
* xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig2019-11-101-2/+0
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-2/+0
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-4/+0
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-2/+0
* xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig2019-11-101-2/+0
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-2/+0
* xfs: move incore structures out of xfs_da_format.hChristoph Hellwig2019-11-101-0/+2
* xfs: check directory name validityDarrick J. Wong2019-02-111-0/+1
* xfs: fold dfops into the transactionBrian Foster2018-08-021-1/+0
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-111-3/+3
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-111-6/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: sanity-check the unused space before trying to use itDarrick J. Wong2018-03-231-1/+1
* xfs: directory scrubber must walk through data block to offsetDarrick J. Wong2018-01-171-0/+2
* xfs: scrub directory metadataDarrick J. Wong2017-10-261-0/+17
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-01-181-1/+1
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-01-171-3/+2
* xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein2017-01-171-0/+3
* xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong2016-11-081-0/+2