Hi all, This set applies the corresponding changes for delayed attributes to xfsprogs. I will pick up the reviews from the kernel side series and mirror them here. This set also includes some patches from the kernel side that have not yet been ported. This set also includes patches needed for the user space cli and log printing routines Additionally, the following updates have been made since v13: xfsprogs: Add log item printing for ATTRI and ATTRD Modified print routines to print names and values as strings if they are printable, or hexdump if they are not Added helper function is_printable Added helper function print_or_dump Misc alignment fixes in xlog_print_record This series can also be viewed on github here: https://github.com/allisonhenderson/xfs_work/tree/delay_ready_attrs_xfsprogs_v14 And also the extended delayed attribute and parent pointer series: https://github.com/allisonhenderson/xfs_work/tree/delay_ready_attrs_xfsprogs_v14_extended Thanks all! Allison Allison Collins (3): xfsprogs: Add helper xfs_attr_node_remove_step xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred xfsprogs: Add delayed attributes error tag Allison Henderson (11): xfsprogs: Add xfs_attr_node_remove_cleanup xfsprogs: Hoist transaction handling in xfs_attr_node_remove_step xfsprogs: Add delay ready attr remove routines xfsprogs: Add delay ready attr set routines xfsprogs: Add state machine tracepoints xfsprogs: Rename __xfs_attr_rmtval_remove xfsprogs: Set up infastructure for deferred attribute operations xfsprogs: Skip flip flags for delayed attrs xfsprogs: Remove unused xfs_attr_*_args xfsprogs: Merge xfs_delattr_context into xfs_attr_item xfsprogs: Add log item printing for ATTRI and ATTRD include/libxfs.h | 1 + include/xfs_trace.h | 1 + io/inject.c | 1 + libxfs/defer_item.c | 128 ++++++++++ libxfs/libxfs_priv.h | 1 + libxfs/xfs_attr.c | 632 ++++++++++++++++++++++++++++++++--------------- libxfs/xfs_attr.h | 360 ++++++++++++++++++++++++++- libxfs/xfs_attr_leaf.c | 5 +- libxfs/xfs_attr_remote.c | 126 ++++++---- libxfs/xfs_attr_remote.h | 7 +- libxfs/xfs_defer.c | 1 + libxfs/xfs_defer.h | 2 + libxfs/xfs_errortag.h | 4 +- libxfs/xfs_log_format.h | 43 +++- logprint/log_misc.c | 48 +++- logprint/log_print_all.c | 12 + logprint/log_redo.c | 198 +++++++++++++++ logprint/logprint.h | 12 + 18 files changed, 1331 insertions(+), 251 deletions(-) -- 2.7.4