aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-13xfs: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextGravatar Christoph Hellwig 1-3/+3
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 1-21/+1
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listGravatar Christoph Hellwig 1-2/+2
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cGravatar Christoph Hellwig 1-23/+0
2020-03-02xfs: remove the unused ATTR_ENTRY macroGravatar Christoph Hellwig 1-8/+0
2020-03-02xfs: cleanup struct xfs_attr_list_contextGravatar Christoph Hellwig 1-17/+17
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEGravatar Christoph Hellwig 1-7/+1
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALGravatar Christoph Hellwig 1-5/+2
2020-03-02xfs: remove ATTR_KERNOVALGravatar Christoph Hellwig 1-3/+1
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getGravatar Christoph Hellwig 1-3/+1
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setGravatar Christoph Hellwig 1-2/+1
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setGravatar Christoph Hellwig 1-2/+0
2020-03-02xfs: remove the ATTR_INCOMPLETE flagGravatar Christoph Hellwig 1-3/+2
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Gravatar Allison Henderson 1-3/+5
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEGravatar Christoph Hellwig 1-2/+5
2019-08-30xfs: allocate xattr buffer on demandGravatar Dave Chinner 1-2/+4
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesGravatar Darrick J. Wong 1-1/+7
2019-04-30xfs: always rejoin held resources during defer rollGravatar Darrick J. Wong 1-1/+1
2019-02-11xfs: check attribute name validityGravatar Darrick J. Wong 1-1/+1
2018-10-18xfs: Add attibute remove and helper functionsGravatar Allison Henderson 1-0/+1
2018-10-18xfs: Add attibute set and helper functionsGravatar Allison Henderson 1-0/+1
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hGravatar Allison Henderson 1-0/+148