summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_remote.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: minor cleanups of xfs_attr3_rmt_blocksDarrick J. Wong2024-05-021-8/+8
* xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong2024-05-021-3/+16
* xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.cDarrick J. Wong2024-05-021-31/+30
* xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-301-1/+0
* xfs: validate attr remote value buffer ownersDarrick J. Wong2024-04-151-5/+4
* xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong2024-04-151-2/+2
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-2/+6
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-221-11/+16
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: rework xfs_buf_incore() APIDave Chinner2022-07-071-5/+10
* xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong2022-05-221-3/+3
* xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson2022-05-111-17/+19
* xfs: Remove unused xfs_attr_*_argsAllison Henderson2022-05-111-1/+0
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-4/+4
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-5/+5
* xfs: Rename __xfs_attr_rmtval_removeAllison Henderson2021-08-111-1/+1
* xfs: add attr state machine tracepointsAllison Henderson2021-08-091-0/+1
* xfs: Remove xfs_attr_rmtval_setAllison Henderson2021-06-011-66/+0
* xfs: Add delay ready attr set routinesAllison Henderson2021-06-011-34/+66
* xfs: Add delay ready attr remove routinesAllison Henderson2021-06-011-22/+31
* xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia2020-09-251-2/+0
* 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