mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] vfs.git pile 2: iov_iter
Date: Mon, 1 May 2017 23:36:29 +0100	[thread overview]
Message-ID: <20170501223629.GZ29622@ZenIV.linux.org.uk> (raw)

	Cleanups that sat in -next + -stable fodder that has just missed 4.11;
there's more iov_iter work in the local tree, but I'd prefer to push the
stuff that had been in -next first.

The following changes since commit 85128b2be6738fe36c224995c5ee80fe80fbb1b5:

  fix nfs O_DIRECT advancing iov_iter too much (2017-04-17 14:23:20 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.iov_iter

for you to fetch changes up to a6a5993243550b09f620941dea741b7421fdf79c:

  iov_iter: don't revert iov buffer if csum error (2017-05-01 14:49:53 -0400)

----------------------------------------------------------------
Al Viro (7):
      rds: make use of iov_iter_revert()
      switch memcpy_from_msg() to copy_from_iter_full()
      net/9p: switch to copy_from_iter_full()
      sctp: switch to copy_from_iter_full()
      orangefs: use iov_iter_revert()
      generic_file_direct_write(): make use of iov_iter_revert()
      generic_file_read_iter(): make use of iov_iter_revert()

Ding Tianhong (1):
      iov_iter: don't revert iov buffer if csum error

 fs/orangefs/file.c       |  3 +--
 include/linux/skbuff.h   |  2 +-
 mm/filemap.c             | 15 +++++++--------
 net/9p/client.c          |  5 ++---
 net/9p/protocol.c        |  2 +-
 net/core/datagram.c      | 13 +++++++------
 net/rds/recv.c           |  4 +---
 net/sctp/sm_make_chunk.c |  4 +---
 8 files changed, 21 insertions(+), 27 deletions(-)

                 reply	other threads:[~2017-05-01 22:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170501223629.GZ29622@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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

Powered by JetHome