summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: Add xfs_has_attr and subroutinesAllison Collins2020-07-281-0/+1
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-021-3/+3
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-21/+1
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-021-2/+2
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-021-23/+0
* xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig2020-03-021-8/+0
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-021-17/+17
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-021-7/+1
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-021-5/+2
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-021-3/+1
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-021-1/+1
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-021-3/+1
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-021-2/+1
* xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2020-03-021-2/+0
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-021-3/+2
* xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2020-01-091-3/+5
* xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-01-091-2/+5
* xfs: allocate xattr buffer on demandDave Chinner2019-08-301-2/+4
* xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2019-07-051-1/+7
* xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-301-1/+1
* xfs: check attribute name validityDarrick J. Wong2019-02-111-1/+1
* xfs: Add attibute remove and helper functionsAllison Henderson2018-10-181-0/+1
* xfs: Add attibute set and helper functionsAllison Henderson2018-10-181-0/+1
* xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson2018-10-181-0/+148