summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_attr.c
AgeCommit message (Expand)Author
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_REPLACEDarrick 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
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-08-19xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-25libxfs: move source filesDave Chinner