All of lore.kernel.org
 help / color / mirror / Atom feed
From: Allison Henderson <allison.henderson@oracle.com>
To: linux-xfs@vger.kernel.org
Subject: [PATCH v17 00/12] xfsprogs: Delay Ready Attributes
Date: Fri, 16 Apr 2021 02:18:02 -0700	[thread overview]
Message-ID: <20210416091814.2041-1-allison.henderson@oracle.com> (raw)

Hi all,

This set applies the corresponding changes for delayed ready 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

This series can also be viewed on github here:
https://github.com/allisonhenderson/xfs_work/tree/delay_ready_attrs_xfsprogs_v17

And also the extended delayed attribute and parent pointer series:
https://github.com/allisonhenderson/xfs_work/tree/delay_ready_attrs_xfsprogs_v17_extended

Thanks all!
Allison

Allison Henderson (11):
  xfsprogs: Reverse apply 72b97ea40d
  xfsprogs: Add xfs_attr_node_remove_cleanup
  xfsprogs: Hoist xfs_attr_set_shortform
  xfsprogs: Add helper xfs_attr_set_fmt
  xfsprogs: Separate xfs_attr_node_addname and
    xfs_attr_node_addname_clear_incomplete
  xfsprogs: Add helper xfs_attr_node_addname_find_attr
  xfsprogs: Hoist xfs_attr_node_addname
  xfsprogs: Hoist xfs_attr_leaf_addname
  xfsprogs: Hoist node transaction handling
  xfsprogs: Add delay ready attr remove routines
  xfsprogs: Add delay ready attr set routines

Gao Xiang (1):
  xfs: add error injection for per-AG resv failure

 include/libxfs.h         |   1 +
 include/xfs_trace.h      |   2 -
 io/inject.c              |   1 +
 libxfs/xfs_ag_resv.c     |   6 +-
 libxfs/xfs_attr.c        | 907 ++++++++++++++++++++++++++++-------------------
 libxfs/xfs_attr.h        | 401 +++++++++++++++++++++
 libxfs/xfs_attr_leaf.c   |   2 +-
 libxfs/xfs_attr_remote.c | 126 ++++---
 libxfs/xfs_attr_remote.h |   7 +-
 libxfs/xfs_errortag.h    |   4 +-
 10 files changed, 1047 insertions(+), 410 deletions(-)

-- 
2.7.4


             reply	other threads:[~2021-04-16  9:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16  9:18 Allison Henderson [this message]
2021-04-16  9:18 ` [PATCH v17 01/12] xfs: add error injection for per-AG resv failure Allison Henderson
2021-04-16  9:18 ` [PATCH v17 02/12] xfsprogs: Reverse apply 72b97ea40d Allison Henderson
2021-04-16  9:18 ` [PATCH v17 03/12] xfsprogs: Add xfs_attr_node_remove_cleanup Allison Henderson
2021-04-16  9:18 ` [PATCH v17 04/12] xfsprogs: Hoist xfs_attr_set_shortform Allison Henderson
2021-04-16  9:18 ` [PATCH v17 05/12] xfsprogs: Add helper xfs_attr_set_fmt Allison Henderson
2021-04-16  9:18 ` [PATCH v17 06/12] xfsprogs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete Allison Henderson
2021-04-16  9:18 ` [PATCH v17 07/12] xfsprogs: Add helper xfs_attr_node_addname_find_attr Allison Henderson
2021-04-16  9:18 ` [PATCH v17 08/12] xfsprogs: Hoist xfs_attr_node_addname Allison Henderson
2021-04-16  9:18 ` [PATCH v17 09/12] xfsprogs: Hoist xfs_attr_leaf_addname Allison Henderson
2021-04-16  9:18 ` [PATCH v17 10/12] xfsprogs: Hoist node transaction handling Allison Henderson
2021-04-16  9:18 ` [PATCH v17 11/12] xfsprogs: Add delay ready attr remove routines Allison Henderson
2021-04-16  9:18 ` [PATCH v17 12/12] xfsprogs: Add delay ready attr set routines Allison Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210416091814.2041-1-allison.henderson@oracle.com \
    --to=allison.henderson@oracle.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.