[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170705071446.GA10672@ZenIV.linux.org.uk>
Date: Wed, 5 Jul 2017 08:14:47 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs.git part 3
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(-)
Powered by blists - more mailing lists