summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-2/+2
2021-08-19xfs: convert mount flags to featuresDave Chinner1-18/+23
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-7/+7
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner1-1/+1
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong1-1/+1
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong1-2/+2
2021-06-09xfs: Make attr name schemes consistentAllison Henderson1-1/+1
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-3/+1
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-6/+3
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig1-11/+11
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang1-1/+7
2020-09-16xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino1-9/+9
2020-09-16xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino1-4/+3
2020-09-16xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino1-8/+8
2020-09-16xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino1-2/+2
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-27xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-07-29xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins1-4/+1
2020-07-29xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins1-4/+1
2020-07-29xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins1-6/+1
2020-07-29xfs: Add xfs_has_attr and subroutinesAllison Collins1-30/+70
2020-05-27xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong1-1/+1
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig1-4/+3
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-18/+14
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+2
2020-05-19xfs: don't fail verifier on empty attr3 leaf blockBrian Foster1-8/+7
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-3/+2
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-3/+3
2020-03-03xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig1-9/+6
2020-03-03xfs: clean up the attr flag confusionChristoph Hellwig1-7/+7
2020-03-03xfs: factor out a xfs_attr_match helperChristoph Hellwig1-50/+30
2020-03-03xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig1-1/+1
2020-03-03xfs: remove ATTR_KERNOVALChristoph Hellwig1-7/+7
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig1-2/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig1-1/+1
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig1-9/+8
2019-11-16xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2019-11-11xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-4/+2
2019-11-11xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig1-1/+1
2019-11-11xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-1/+1
2019-11-10xfs: Correct comment tyops -> typosJoe Perches1-1/+1
2019-11-05xfs: always log corruption errorsDarrick J. Wong1-3/+9
2019-10-29xfs: check attribute leaf block structureDarrick J. Wong1-2/+65
2019-10-21xfs: fix inode fork extent count overflowDave Chinner1-8/+10
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster1-2/+1
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster1-0/+1