aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()Gravatar kaixuxia 1-0/+2
2019-11-10xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intGravatar Christoph Hellwig 1-3/+1
2019-11-10xfs: remove the now unused dir ops infrastructureGravatar Christoph Hellwig 1-9/+0
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeGravatar Christoph Hellwig 1-3/+0
2019-11-10xfs: devirtualize ->data_bestfree_pGravatar Christoph Hellwig 1-3/+0
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryGravatar Christoph Hellwig 1-3/+0
2019-11-10xfs: devirtualize ->data_entry_tag_pGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: devirtualize ->data_entsizeGravatar Christoph Hellwig 1-2/+1
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: remove the now unused ->data_entry_p methodGravatar Christoph Hellwig 1-3/+0
2019-11-10xfs: remove the ->data_unused_p methodGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsGravatar Christoph Hellwig 1-4/+0
2019-11-10xfs: remove the data_dotdot_offset field in struct xfs_dir_opsGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: remove the data_dot_offset field in struct xfs_dir_opsGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: remove the unused ->data_first_entry_p methodGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeGravatar Christoph Hellwig 1-4/+0
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoGravatar Christoph Hellwig 1-5/+0
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryGravatar Christoph Hellwig 1-4/+0
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoGravatar Christoph Hellwig 1-3/+0
2019-11-10xfs: devirtualize ->db_to_fdb and ->db_to_fdindexGravatar Christoph Hellwig 1-5/+0
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: devirtualize ->free_hdr_to_diskGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: devirtualize ->free_hdr_from_diskGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: move the node header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-4/+0
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: devirtualize ->node_hdr_to_diskGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 1-2/+0
2019-11-10xfs: move incore structures out of xfs_da_format.hGravatar Christoph Hellwig 1-0/+2
2019-02-11xfs: check directory name validityGravatar Darrick J. Wong 1-0/+1
2018-08-02xfs: fold dfops into the transactionGravatar Brian Foster 1-1/+0
2018-07-11xfs: remove firstblock param from xfs dir opsGravatar Brian Foster 1-3/+3
2018-07-11xfs: remove dfops param from high level dirname callsGravatar Brian Foster 1-6/+3
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-03-23xfs: sanity-check the unused space before trying to use itGravatar Darrick J. Wong 1-1/+1
2018-01-17xfs: directory scrubber must walk through data block to offsetGravatar Darrick J. Wong 1-0/+2
2017-10-26xfs: scrub directory metadataGravatar Darrick J. Wong 1-0/+17
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-4/+4
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeGravatar Arnd Bergmann 1-1/+1
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementGravatar Amir Goldstein 1-3/+2
2017-01-17xfs: add missing include dependencies to xfs_dir2.hGravatar Amir Goldstein 1-0/+3
2016-11-08xfs: move dir_ino_validate declaration per xfsprogsGravatar Darrick J. Wong 1-0/+2
2016-11-08libxfs: clean up _dir2_data_freescanGravatar Darrick J. Wong 1-0/+3
2016-08-03xfs: rename flist/free_list to dfopsGravatar Darrick J. Wong 1-3/+3