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