summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong1-1/+1
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong1-10/+1
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong1-5/+1
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R1-0/+13
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino1-3/+11
2020-07-28xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins1-14/+11
2020-07-28xfs: Simplify xfs_attr_node_addnameAllison Collins1-63/+59
2020-07-28xfs: Simplify xfs_attr_leaf_addnameAllison Collins1-52/+55
2020-07-28xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins1-9/+19
2020-07-28xfs: Add helper function xfs_attr_node_removename_setupAllison Collins1-13/+33
2020-07-28xfs: Add remote block helper functionsAllison Collins1-20/+30
2020-07-28xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins1-14/+27
2020-07-28xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins1-35/+72
2020-07-28xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins1-4/+0
2020-07-28xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins1-54/+7
2020-07-28xfs: Add helper function xfs_attr_node_shrinkAllison Collins1-26/+42
2020-07-28xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins1-0/+12
2020-07-28xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins1-0/+16
2020-07-28xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins1-0/+5
2020-07-28xfs: Refactor xfs_attr_try_sf_addnameAllison Collins1-15/+15
2020-07-28xfs: Split apart xfs_attr_leaf_addnameAllison Collins1-34/+61
2020-07-28xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins1-0/+14
2020-07-28xfs: Check for -ENOATTR or -EEXISTAllison Collins1-0/+13
2020-07-28xfs: Add xfs_has_attr and subroutinesAllison Collins1-61/+123
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino1-14/+5
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-6/+6
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-2/+2
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig1-1/+1
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-8/+8
2020-03-02xfs: clean up the ATTR_REPLACE checksChristoph Hellwig1-12/+12
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig1-2/+2
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig1-15/+5
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig1-4/+4
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig1-8/+7
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig1-57/+23
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig1-38/+31
2020-03-02xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig1-3/+0
2020-03-02xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig1-4/+0
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig1-116/+62
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson1-4/+8
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig1-1/+1
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig1-8/+6
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig1-5/+5
2019-08-30xfs: allocate xattr buffer on demandDave Chinner1-6/+36
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner1-15/+1
2019-08-30xfs: make attr lookup returns consistentDave Chinner1-20/+35
2019-06-28xfs: remove unused header filesEric Sandeen1-5/+0
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong1-23/+12
2019-02-11xfs: check attribute name validityDarrick J. Wong1-0/+17
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson1-11/+25