aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig1-8/+6
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig1-5/+5
2019-08-30xfs: allocate xattr buffer on demandDave Chinner1-6/+36
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner1-15/+1
2019-08-30xfs: make attr lookup returns consistentDave Chinner1-20/+35
2019-06-28xfs: remove unused header filesEric Sandeen1-5/+0
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong1-23/+12
2019-02-11xfs: check attribute name validityDarrick J. Wong1-0/+17
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson1-11/+25
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson1-68/+83
2018-10-18xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson1-23/+30
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster1-20/+8
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-8/+8
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-9/+0
2018-08-02xfs: automatic dfops buffer reloggingBrian Foster1-1/+0
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-14/+13
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster1-8/+0
2018-07-26xfs: use internal dfops in attr codeBrian Foster1-11/+5
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-18/+10
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster1-19/+18
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-12/+14
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster1-50/+53
2018-07-11xfs: use ->t_dfops for attr set/remove operationsBrian Foster1-4/+7
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-2/+2
2018-04-17xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-01-16xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster1-4/+0
2017-12-14xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attributeDarrick J. Wong1-5/+15
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-67/+73
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig1-8/+8
2017-07-13xfs: fixup xfs_attr_get_ilockedChristoph Hellwig1-1/+3
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong1-8/+18
2017-01-25xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-31/+31
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-29/+29
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-45/+13
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen1-118/+23
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-3/+3
2015-08-19xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen1-0/+2
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-4/+3
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-11/+7
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-25/+25
2014-06-25libxfs: move source filesDave Chinner1-0/+1459