summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.c
AgeCommit message (Expand)Author
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino
2020-07-28xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Simplify xfs_attr_node_addnameAllison Collins
2020-07-28xfs: Simplify xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_removename_setupAllison Collins
2020-07-28xfs: Add remote block helper functionsAllison Collins
2020-07-28xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins
2020-07-28xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins
2020-07-28xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins
2020-07-28xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_shrinkAllison Collins
2020-07-28xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins
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: Refactor xfs_attr_try_sf_addnameAllison Collins
2020-07-28xfs: Split apart xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins
2020-07-28xfs: Check for -ENOATTR or -EEXISTAllison Collins
2020-07-28xfs: Add xfs_has_attr and subroutinesAllison Collins
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino
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-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: clean up the ATTR_REPLACE checksChristoph Hellwig
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig
2020-03-02xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig
2020-03-02xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig
2019-08-30xfs: allocate xattr buffer on demandDave Chinner
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner
2019-08-30xfs: make attr lookup returns consistentDave Chinner
2019-06-28xfs: remove unused header filesEric Sandeen
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-02-11xfs: check attribute name validityDarrick J. Wong
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson