summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr_leaf.c
AgeCommit message (Expand)Author
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 entryDarrick 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*Darrick J. Wong
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph 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_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig
2019-11-15xfs: fix attr leaf header freemap.size underflowBrian Foster
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-10-29xfs: check attribute leaf block structureDarrick J. Wong
2019-10-21xfs: fix inode fork extent count overflowDave Chinner
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-08-30xfs: allocate xattr buffer on demandDave Chinner
2019-08-30xfs: consolidate attribute value copyingDave Chinner
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner
2019-08-30xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner
2019-08-30xfs: make attr lookup returns consistentDave Chinner
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2018-11-06xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner