summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: rename xfs_has_attr()Dave Chinner1-1/+0
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson1-1/+273
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson1-0/+131
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig1-0/+1
2020-07-29xfs: Add xfs_has_attr and subroutinesAllison Collins1-0/+1
2020-05-14xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-03xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-3/+3
2020-03-03xfs: clean up the attr flag confusionChristoph Hellwig1-21/+1
2020-03-03xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-2/+2
2020-03-03xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig1-23/+0
2020-03-03xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig1-8/+0
2020-03-03xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig1-17/+17
2020-03-03xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig1-7/+1
2020-03-03xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig1-5/+2
2020-03-03xfs: remove ATTR_KERNOVALChristoph Hellwig1-3/+1
2020-03-03xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig1-1/+1
2020-03-03xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig1-3/+1
2020-03-03xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig1-2/+1
2020-03-03xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig1-2/+0
2020-03-03xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig1-3/+2
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson1-3/+5
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig1-2/+5
2019-08-31xfs: allocate xattr buffer on demandDave Chinner1-2/+4
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong1-1/+7
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong1-1/+1
2019-02-12xfs: check attribute name validityDarrick J. Wong1-1/+1
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson1-0/+1
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson1-0/+1
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson1-0/+148