linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vfs.git pile 2: iov_iter
@ 2017-05-01 22:36 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2017-05-01 22:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-01 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-01 22:36 [git pull] vfs.git pile 2: iov_iter Al Viro

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).