summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.c
AgeCommit message (Expand)Author
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
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson
2018-10-18xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster
2018-07-26xfs: use internal dfops in attr codeBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster
2018-07-11xfs: use ->t_dfops for attr set/remove operationsBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-04-17xfs: don't fail when converting shortform attr to long form during ATTR_REPLACExfs-4.17-fixes-1Darrick J. Wong
2018-01-16xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster
2017-12-14xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig
2017-07-13xfs: fixup xfs_attr_get_ilockedChristoph Hellwig
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong