summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_remote.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins2020-07-281-3/+0
* xfs: Refactor xfs_attr_rmtval_removeAllison Collins2020-07-281-15/+37
* xfs: Factor out xfs_attr_rmtval_invalidateAllison Collins2020-07-281-5/+21
* xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins2020-07-281-57/+92
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-021-1/+1
* xfs: make xfs_buf_read return an error codeDarrick J. Wong2020-01-261-4/+4
* xfs: make xfs_buf_get return an error codeDarrick J. Wong2020-01-261-3/+3
* xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2020-01-261-10/+0
* xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong2020-01-161-6/+31
* xfs: refactor remote attr value buffer invalidationDarrick J. Wong2020-01-161-20/+32
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+1
* xfs: make attr lookup returns consistentDave Chinner2019-08-301-0/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-8/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-2/+2
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-1/+1
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-3/+5
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-291-8/+2
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-2/+2
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-2/+0
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-4/+4
* xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2018-07-261-3/+0
* xfs: fix transaction leak on remote attr set/remove failureBrian Foster2018-07-261-2/+0
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-6/+3
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-111-7/+11
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-3/+3
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-1/+1
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-2/+1
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-111-11/+12
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: make xfs_buf_incore out of lineDave Chinner2018-05-091-1/+1
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-15/+43
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-9/+13
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-18/+18
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-13/+11
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-15/+20
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-2/+2
* xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong2017-06-201-2/+3
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-9/+9
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-7/+7
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-27/+4
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+1
* xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak2015-10-121-1/+1
* Merge branch 'xfs-meta-uuid' into for-nextDave Chinner2015-07-291-2/+2
|\
| * xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-2/+2
* | Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner2015-07-291-3/+2
|\ \
| * | xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner2015-07-291-3/+2
| |/