aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_remote.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster1-3/+5
2018-09-29xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster1-8/+2
2018-08-02xfs: cancel dfops on xfs_defer_finish() errorBrian Foster1-2/+2
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-2/+0
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster1-4/+4
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster1-3/+0
2018-07-26xfs: fix transaction leak on remote attr set/remove failureBrian Foster1-2/+0
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-6/+3
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-2/+1
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-2/+1
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster1-7/+11
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-3/+3
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster1-1/+1
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-2/+1
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster1-11/+12
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner1-1/+1
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong1-15/+43
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-9/+13
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-18/+18
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-13/+11
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-15/+20
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig1-2/+2
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong1-2/+3
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-9/+9
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-7/+7
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen1-27/+4
2016-01-04xfs: print name of verifier if it failsEric Sandeen1-0/+1
2015-10-12xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak1-1/+1
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner1-2/+2
2015-07-29Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner1-3/+2
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen1-2/+2
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner1-3/+2
2015-07-29xfs: remote attributes need to be considered dataDave Chinner1-4/+11
2015-07-29xfs: remote attribute headers contain an invalid LSNDave Chinner1-6/+23
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-06-25xfs: global error sign conversionDave Chinner1-5/+5
2014-06-25libxfs: move source filesDave Chinner1-0/+628