All of lore.kernel.org
 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 part 3
Date: Wed, 5 Jul 2017 08:14:47 +0100	[thread overview]
Message-ID: <20170705071446.GA10672@ZenIV.linux.org.uk> (raw)

	Christoph's fs/read_write.c series - consolidation and
cleanups.

The following changes since commit 20223f0f39ea9d31ece08f04ac79f8c4e8d98246:

  fs: pass on flags in compat_writev (2017-06-16 18:40:51 +0900)

are available in the git repository at:

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

for you to fetch changes up to a4058c5bce8aded1a12a59990e84e481a96fb490:

  nfsd: remove nfsd_vfs_read (2017-06-29 17:49:24 -0400)

----------------------------------------------------------------
Christoph Hellwig (8):
      fs: remove do_readv_writev
      fs: remove do_compat_readv_writev
      fs: remove __do_readv_writev
      fs: move more code into do_iter_read/do_iter_write
      fs: implement vfs_iter_read using do_iter_read
      fs: implement vfs_iter_write using do_iter_write
      nfsd: use vfs_iter_read/write
      nfsd: remove nfsd_vfs_read

 drivers/block/loop.c              |   6 +-
 drivers/target/target_core_file.c |   6 +-
 fs/coda/file.c                    |   4 +-
 fs/nfsd/vfs.c                     |  34 +++---
 fs/read_write.c                   | 220 ++++++++++++++++----------------------
 fs/splice.c                       |   2 +-
 include/linux/fs.h                |   6 +-
 7 files changed, 117 insertions(+), 161 deletions(-)

             reply	other threads:[~2017-07-05  7:14 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05  7:14 Al Viro [this message]
2017-07-05 21:51 ` [git pull] vfs.git part 3 Linus Torvalds
2017-07-05 22:38   ` Al Viro
2017-07-05 22:52     ` Christoph Hellwig
2017-07-05 23:29       ` Al Viro
2017-07-06 14:48         ` Christoph Hellwig
2017-07-06 15:03           ` Al Viro
2017-07-06 15:06             ` Christoph Hellwig
2017-07-06 15:10             ` Christoph Hellwig
2017-07-06 15:46               ` Al Viro
2017-07-06 15:51                 ` Al Viro
2017-07-06 16:58                   ` Christoph Hellwig
2017-07-06 19:11                     ` Al Viro
2017-07-06 21:44                       ` Christoph Hellwig
2017-07-06 23:27                         ` Al Viro
2017-07-07 14:00                           ` Christoph Hellwig
2017-07-07 15:48                             ` Linus Torvalds
2017-07-07 19:42                               ` Christopher Li
2017-07-08 16:24                             ` Al Viro
2017-07-18  1:36     ` [RFC] ->poll() sparse annotations Al Viro
  -- strict thread matches above, loose matches on Subject: below --
2013-07-08 10:07 [git pull] vfs.git, part 3 Al Viro

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=20170705071446.GA10672@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 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.