aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_remote.c
AgeCommit message (Expand)Author
2022-10-07xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong
2022-10-07xfs: refactor remote attr value buffer invalidationDarrick J. Wong
2019-08-30xfs: make attr lookup returns consistentDave Chinner
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-12xfs: remove unused flag argumentsEric Sandeen
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
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-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: fix transaction leak on remote attr set/remove failureBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() 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: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
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-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2016-01-04xfs: print name of verifier if it failsEric Sandeen
2015-10-12xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner
2015-07-29Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner
2015-07-29xfs: remote attributes need to be considered dataDave Chinner
2015-07-29xfs: remote attribute headers contain an invalid LSNDave Chinner
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-06-25xfs: global error sign conversionDave Chinner
2014-06-25libxfs: move source filesDave Chinner