]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit29c40927382fe4dfcae499d92eae2833cd7bcf3a
tree0a385c6eff141ea20c4f8db5deda5e8a653d2d2b
parent52a84a6af1c2eb732a8f7334bdc6bd2139680ea6
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