aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_remote.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner1-5/+10
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong1-3/+3
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson1-17/+19
2022-05-11xfs: Remove unused xfs_attr_*_argsAllison Henderson1-1/+0
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-4/+4
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-5/+5
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson1-1/+1
2021-08-09xfs: add attr state machine tracepointsAllison Henderson1-0/+1
2021-06-01xfs: Remove xfs_attr_rmtval_setAllison Henderson1-66/+0
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson1-34/+66
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson1-22/+31
2020-09-25xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia1-2/+0
2020-07-28xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins1-3/+0
2020-07-28xfs: Refactor xfs_attr_rmtval_removeAllison Collins1-15/+37
2020-07-28xfs: Factor out xfs_attr_rmtval_invalidateAllison Collins1-5/+21
2020-07-28xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins1-57/+92
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig1-1/+1
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong1-4/+4
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong1-3/+3
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong1-10/+0
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong1-6/+31
2020-01-16xfs: refactor remote attr value buffer invalidationDarrick J. Wong1-20/+32
2019-11-07xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-08-30xfs: make attr lookup returns consistentDave Chinner1-0/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-2/+2
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-1/+1
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