summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)Author
2022-07-20xfs: don't leak memory when attr fork loading failsxfs-5.20-merge-4Darrick J. Wong
2022-07-12xfs: replace inode fork size macros with functionsmake-attr-fork-permanent-5.20_2022-07-14Darrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong
2022-05-12xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner
2022-05-11xfs: add leaf to node error tagAllison Henderson
2022-05-09xfs: Skip flip flags for delayed attrsAllison Henderson
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong
2021-06-09xfs: Make attr name schemes consistentAllison Henderson
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino
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-09-15xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino
2020-08-27xfs: initialize the shortform attr header padding entryxfs-5.9-fixes-1Darrick J. Wong
2020-08-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen
2020-07-28xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins
2020-07-28xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins
2020-07-28xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins
2020-07-28xfs: Add xfs_has_attr and subroutinesAllison Collins
2020-05-27xfs: more lockdep whackamole with kmem_alloc*xfs-5.8-merge-8Darrick J. Wong
2020-05-19xfs: cleanup xfs_idestroy_forkxfs-5.8-merge-7Christoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: don't fail verifier on empty attr3 leaf blockBrian Foster
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: factor out a xfs_attr_match helperChristoph Hellwig
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufxfs-5.5-merge-15Christoph Hellwig