]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_dir2.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_dir2.h
2023-06-09  Darrick J. Wongxfs: stabilize the dirent name transformation function...
2022-11-21  Shida Zhangxfs: rearrange the logic and remove the broken comment...
2022-05-06  Darrick J. Wongxfs: constify xfs_name_dotdot
2022-05-06  Darrick J. Wongxfs: constify the name argument to various directory...
2021-04-05  Darrick J. Wongxfs: fix an ABBA deadlock in xfs_rename
2020-08-10  Nishad Kamdarxfs: Use the correct style for SPDX License Identifier
2020-01-22  kaixuxiaxfs: Fix deadlock between AGI and AGF when target_ip...
2020-01-22  Christoph Hellwigxfs: merge xfs_dir2_data_freescan and xfs_dir2_data_fre...
2020-01-22  Christoph Hellwigxfs: remove the now unused dir ops infrastructure
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_get_ftype and ->data_put_ftype
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_bestfree_p
2020-01-22  Christoph Hellwigxfs: move the dir2 data block fixed offsets to struct...
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_entry_tag_p
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_entsize
2020-01-22  Christoph Hellwigxfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_...
2020-01-22  Christoph Hellwigxfs: remove the now unused ->data_entry_p method
2020-01-22  Christoph Hellwigxfs: remove the ->data_unused_p method
2020-01-22  Christoph Hellwigxfs: remove the ->data_dot_entry_p and ->data_dotdot_en...
2020-01-22  Christoph Hellwigxfs: remove the data_dotdot_offset field in struct...
2020-01-22  Christoph Hellwigxfs: remove the data_dot_offset field in struct xfs_dir_ops
2020-01-22  Christoph Hellwigxfs: remove the unused ->data_first_entry_p method
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_get_ino and ->sf_put_ino
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_entsize and ->sf_nextentry
2020-01-22  Christoph Hellwigxfs: devirtualize ->sf_get_parent_ino and ->sf_put_pare...
2020-01-22  Christoph Hellwigxfs: devirtualize ->db_to_fdb and ->db_to_fdindex
2020-01-22  Christoph Hellwigxfs: move the max dir2 free bests count to struct xfs_d...
2020-01-22  Christoph Hellwigxfs: move the dir2 free header size to struct xfs_da_ge...
2020-01-22  Christoph Hellwigxfs: add a bests pointer to struct xfs_dir3_icfree_hdr
2020-01-22  Christoph Hellwigxfs: devirtualize ->free_hdr_to_disk
2020-01-22  Christoph Hellwigxfs: devirtualize ->free_hdr_from_disk
2020-01-22  Christoph Hellwigxfs: move the max dir2 leaf entries count to struct...
2020-01-22  Christoph Hellwigxfs: move the dir2 leaf header size to struct xfs_da_ge...
2020-01-22  Christoph Hellwigxfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
2020-01-22  Christoph Hellwigxfs: devirtualize ->leaf_hdr_to_disk
2020-01-22  Christoph Hellwigxfs: devirtualize ->leaf_hdr_from_disk
2020-01-22  Christoph Hellwigxfs: move the node header size to struct xfs_da_geometry
2020-01-22  Christoph Hellwigxfs: add a btree entries pointer to struct xfs_da3_icno...
2020-01-22  Christoph Hellwigxfs: devirtualize ->node_hdr_to_disk
2020-01-22  Christoph Hellwigxfs: devirtualize ->node_hdr_from_disk
2020-01-22  Christoph Hellwigxfs: move incore structures out of xfs_da_format.h
2019-05-06  Darrick J. Wongxfs: check directory name validity
2018-10-05  Brian Fosterxfs: fold dfops into the transaction
2018-10-05  Brian Fosterxfs: remove firstblock param from xfs dir ops
2018-10-04  Brian Fosterxfs: remove dfops param from high level dirname calls
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Darrick J. Wongxfs: sanity-check the unused space before trying to...
2018-02-27  Darrick J. Wongxfs: directory scrubber must walk through data block...
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Darrick J. Wongxfs: scrub directory metadata
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-02-16  Arnd Bergmannxfs: fix xfs_mode_to_ftype() prototype
2017-01-26  Amir Goldsteinxfs: replace xfs_mode_to_ftype table with switch statement
2017-01-26  Amir Goldsteinxfs: add missing include dependencies to xfs_dir2.h
2017-01-10  Darrick J. Wonglibxfs: clean up _dir2_data_freescan
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2015-07-30  Dave Chinnerlibxfs: update to 4.1-rc2 code base
2015-07-30  Dave Chinnerlibxfs: update to match 3.19-rc1 kernel code
2015-07-30  Dave Chinnerlibxfs: restructure to match kernel layout