summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_da_format.h
AgeCommit message (Expand)Author
2024-05-02xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong
2024-04-23xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson
2024-04-23xfs: define parent pointer ondisk extended attribute formatAllison Henderson
2024-04-23xfs: add parent pointer support to attribute codeAllison Henderson
2024-04-23xfs: fix missing check for invalid attr flagsDarrick J. Wong
2024-04-15xfs: repair extended attributesDarrick J. Wong
2024-02-22xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-07-17xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong
2023-07-17xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21xfs: convert attr type flags to unsigned.Dave Chinner
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2020-09-25xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia
2020-09-25xfs: fix some commentsKaixu Xia
2020-09-15xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino
2020-09-15xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-01-15xfs: Add __packed to xfs_dir2_sf_entry_t definitionVincenzo Frascino
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2019-11-10xfs: move incore structures out of xfs_da_format.hChristoph Hellwig
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2016-08-03xfs: fix attr shortform structure alignment on crisDarrick J. Wong
2016-07-20xfs: remove __arch_packChristoph Hellwig
2016-07-20xfs: kill xfs_dir2_inou_tChristoph Hellwig
2016-07-20xfs: kill xfs_dir2_sf_off_tChristoph Hellwig
2016-02-08xfs: move struct xfs_attr_shortform to xfs_da_format.hDarrick J. Wong
2015-08-19xfs: Fix xfs_attr_leafblock definitionJan Kara
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster
2014-06-25libxfs: move header filesDave Chinner