From: Brian Foster <bfoster@redhat.com>
To: linux-xfs@vger.kernel.org
Subject: [PATCH v2 0/5] xfs: ioend batching log reservation deadlock
Date: Fri, 9 Apr 2021 10:12:05 -0400 [thread overview]
Message-ID: <20210409141210.1000155-1-bfoster@redhat.com> (raw)
v2:
- Added iomap patch to remove unused ioend->io_private.
- Moved done label in xfs_end_ioend().
v1: https://lore.kernel.org/linux-xfs/20210405145903.629152-1-bfoster@redhat.com/
RFD: https://lore.kernel.org/linux-xfs/YF4AOto30pC%2F0FYW@bfoster/
Brian Foster (5):
xfs: drop submit side trans alloc for append ioends
xfs: open code ioend needs workqueue helper
xfs: drop unused ioend private merge and setfilesize code
xfs: drop unnecessary setfilesize helper
iomap: remove unused private field from ioend
fs/iomap/buffered-io.c | 7 +--
fs/xfs/xfs_aops.c | 129 +++++------------------------------------
include/linux/iomap.h | 5 +-
3 files changed, 17 insertions(+), 124 deletions(-)
--
2.26.3
next reply other threads:[~2021-04-09 14:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 14:12 Brian Foster [this message]
2021-04-09 14:12 ` [PATCH v2 1/5] xfs: drop submit side trans alloc for append ioends Brian Foster
2021-04-09 14:12 ` [PATCH v2 2/5] xfs: open code ioend needs workqueue helper Brian Foster
2021-04-09 14:12 ` [PATCH v2 3/5] xfs: drop unused ioend private merge and setfilesize code Brian Foster
2021-04-09 14:12 ` [PATCH v2 4/5] xfs: drop unnecessary setfilesize helper Brian Foster
2021-04-09 14:12 ` [PATCH v2 5/5] iomap: remove unused private field from ioend Brian Foster
2021-04-09 16:40 ` Darrick J. Wong
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=20210409141210.1000155-1-bfoster@redhat.com \
--to=bfoster@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).