]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_dir2_priv.h
xfsprogs: Release v6.15.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_dir2_priv.h
2024-10-04  lei luxfs: don't walk off the end of a directory data block
2024-08-06  Carlos MaiolinoMerge tag 'libxfs-sync-6.10_2024-07-29' of https:/...
2024-07-30  Darrick J. Wongxfs: validate explicit directory free block owners
2024-07-30  Darrick J. Wongxfs: validate explicit directory block buffer owners
2024-07-30  Darrick J. Wongxfs: validate explicit directory data buffer owners
2024-07-30  Darrick J. Wongxfs: validate directory leaf buffer owners
2024-04-17  Darrick J. Wongxfs: zap broken inode forks
2022-05-06  Darrick J. Wongxfs: constify the name argument to various directory...
2022-01-31  Dave Chinnerxfs: convert xfs_sb_version_has checks to use mount...
2021-06-30  Dave Chinnerxfs: reduce debug overhead of dir leaf/node checks
2020-08-10  Nishad Kamdarxfs: Use the correct style for SPDX License Identifier
2020-01-22  Darrick J. Wonglibxfs: resync with the userspace libxfs
2020-01-22  Christoph Hellwigxfs: remove the mappedbno argument to xfs_da_read_buf
2020-01-22  Christoph Hellwigxfs: remove the mappedbno argument to xfs_dir3_leafn_read
2020-01-22  Christoph Hellwigxfs: remove the mappedbno argument to xfs_dir3_leaf_read
2020-01-22  Christoph Hellwigxfs: remove the mappedbno argument to xfs_da_reada_buf
2020-01-22  Christoph Hellwigxfs: devirtualize ->m_dirnameops
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: cleanup xfs_dir2_data_entsize
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_entry_tag_p
2020-01-22  Christoph Hellwigxfs: devirtualize ->data_entsize
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: add a bests pointer to struct xfs_dir3_icfree_hdr
2020-01-22  Christoph Hellwigxfs: devirtualize ->free_hdr_from_disk
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 incore structures out of xfs_da_format.h
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-02-27  Darrick J. Wongxfs: refactor short form directory structure verifier...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data...
2017-07-31  Darrick J. Wongxfs: pass along transaction context when reading direct...
2017-07-31  Darrick J. Wongxfs: return the hash value of a leaf1 directory block
2017-07-31  Darrick J. Wongxfs: export various function for the online scrubber
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-04-10  Darrick J. Wongxfs: rework the inline directory verifiers libxfs-4.11-sync
2017-04-04  Darrick J. Wongxfs: verify inline directory data forks
2015-07-30  Dave Chinnerlibxfs: update to match 3.19-rc1 kernel code
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2015-06-01  Darrick J. Wongxfs_repair: ensure .. is set sanely when rebuilding dir
2013-09-16  Dave Chinner[47/55,V2] xfs: Add read-only support for dirent filety...
2013-08-06  Dave Chinnerxfs_repair: update for dir/attr crc format changes.
2013-08-06  Dave Chinnerxfsprogs: Add verifiers to libxfs buffer interfaces.
2013-08-06  Dave Chinnerxfs: add buffer types to directory and attribute buffers
2013-08-06  Dave Chinnerxfs: add CRC checking to dir2 leaf blocks
2013-08-06  Dave Chinnerxfs: add CRC checking to dir2 data blocks
2013-08-06  Dave Chinnerxfs: add CRC checks to block format directory blocks
2013-05-09  Dave Chinnerxfsprogs: sync code to current kernel code