summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.h
AgeCommit message (Expand)Author
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner
2022-05-12xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner
2022-05-12xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner
2022-05-12xfs: separate out initial attr_set statesDave Chinner
2022-05-11xfs: rework deferred attribute operation setupDave Chinner
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson
2022-05-11xfs: Add larp debug optionAllison Henderson
2022-05-11xfs: Remove unused xfs_attr_*_argsAllison Henderson
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson
2021-08-19xfs: rename xfs_has_attr()Dave Chinner
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig
2020-07-28xfs: Add xfs_has_attr and subroutinesAllison Collins
2020-05-13xfs: Use the correct style for SPDX License Identifierxfs-5.8-merge-4Nishad Kamdar
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig
2020-03-02xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph 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: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2019-08-30xfs: allocate xattr buffer on demandDave Chinner
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong
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
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson