aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_da_format.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-nextDave Chinner1-0/+1
2022-04-21xfs: convert attr type flags to unsigned.Dave Chinner1-4/+4
2022-04-13xfs: Directory's data fork extent counter can never overflowChandan Babu R1-0/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2020-09-25xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia1-4/+4
2020-09-25xfs: fix some commentsKaixu Xia1-5/+5
2020-09-15xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino1-1/+1
2020-09-15xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino1-2/+2
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-12/+0
2020-01-15xfs: Add __packed to xfs_dir2_sf_entry_t definitionVincenzo Frascino1-1/+1
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig1-2/+0
2019-11-10xfs: move incore structures out of xfs_da_format.hChristoph Hellwig1-57/+0
2019-11-10xfs: Correct comment tyops -> typosJoe Perches1-1/+1
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster1-0/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong1-0/+6
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-32/+32
2016-08-03xfs: fix attr shortform structure alignment on crisDarrick J. Wong1-0/+1
2016-07-20xfs: remove __arch_packChristoph Hellwig1-1/+1
2016-07-20xfs: kill xfs_dir2_inou_tChristoph Hellwig1-20/+7
2016-07-20xfs: kill xfs_dir2_sf_off_tChristoph Hellwig1-10/+4
2016-02-08xfs: move struct xfs_attr_shortform to xfs_da_format.hDarrick J. Wong1-0/+16
2015-08-19xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-04-13xfs: use larger in-core attr firstused field and detect overflowBrian Foster1-1/+13
2014-06-25libxfs: move header filesDave Chinner1-0/+861