From: "Darrick J. Wong" <djwong@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Darrick J. Wong" <djwong@kernel.org>,
linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org,
david@fromorbit.com, linux-kernel@vger.kernel.org,
sandeen@sandeen.net, hch@lst.de, agruenba@redhat.com,
rpeterso@redhat.com, cluster-devel@redhat.com
Subject: [GIT PULL] iomap: (far less) new code for 5.4
Date: Tue, 24 Sep 2019 10:02:48 -0700 [thread overview]
Message-ID: <20190924170248.GZ2229799@magnolia> (raw)
Hi Linus,
Please pull this series containing all the new iomap code for 5.4.
After last week's failed pull request attempt, I scuttled everything in
the branch except for the directio endio api changes, which were
trivial. Everything else will simply have to wait for the next cycle.
The branch merges cleanly against this morning's HEAD and survived a
week's worth of xfstests. The merge was completely straightforward, so
please let me know if you run into anything weird.
--D
The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:
Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.4-merge-6
for you to fetch changes up to 838c4f3d7515efe9d0e32c846fb5d102b6d8a29d:
iomap: move the iomap_dio_rw ->end_io callback into a structure (2019-09-19 15:32:45 -0700)
----------------------------------------------------------------
New code for 5.4:
- Report both io errors and short io results to the directio endio
handler.
- Allow directio callers to pass an ops structure to iomap_dio_rw.
----------------------------------------------------------------
Christoph Hellwig (1):
iomap: move the iomap_dio_rw ->end_io callback into a structure
Matthew Bobrowski (1):
iomap: split size and error for iomap_dio_rw ->end_io
fs/iomap/direct-io.c | 24 ++++++++++--------------
fs/xfs/xfs_file.c | 14 ++++++++++----
include/linux/iomap.h | 10 +++++++---
3 files changed, 27 insertions(+), 21 deletions(-)
next reply other threads:[~2019-09-24 17:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-24 17:02 Darrick J. Wong [this message]
2019-09-25 17:40 ` [GIT PULL] iomap: (far less) new code for 5.4 pr-tracker-bot
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=20190924170248.GZ2229799@magnolia \
--to=djwong@kernel.org \
--cc=agruenba@redhat.com \
--cc=cluster-devel@redhat.com \
--cc=david@fromorbit.com \
--cc=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=rpeterso@redhat.com \
--cc=sandeen@sandeen.net \
--cc=torvalds@linux-foundation.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).