xfs: Implement attr logging and replay
authorAllison Henderson <allison.henderson@oracle.com>
Mon, 9 May 2022 09:09:07 +0000 (19:09 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 9 May 2022 09:09:07 +0000 (19:09 +1000)
commit1d08e11d04d293cb7006d1c8641be1fdd8a8e397
tree0a385c6eff141ea20c4f8db5deda5e8a653d2d2b
parentfd920008784ead369e79c2be2f8d9cc736e306ca
xfs: Implement attr logging and replay

This patch adds the needed routines to create, log and recover logged
extended attribute intents.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_defer.c
fs/xfs/libxfs/xfs_defer.h
fs/xfs/libxfs/xfs_format.h
fs/xfs/xfs_attr_item.c