Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681328
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [git pull] vfs.git part 3 |
| Date | 2017-07-05 09:20 +0200 |
| Message-ID | <tZMLo-3av-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-05 09:20 +0200
Re: [git pull] vfs.git part 3 Linus Torvalds <torvalds@linux-foundation.org> - 2017-07-06 00:00 +0200
Re: [git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-06 00:40 +0200
Re: [git pull] vfs.git part 3 Christoph Hellwig <hch@lst.de> - 2017-07-06 01:00 +0200
Re: [git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-06 01:30 +0200
Re: [git pull] vfs.git part 3 Christoph Hellwig <hch@lst.de> - 2017-07-06 16:50 +0200
Re: [git pull] vfs.git part 3 Christoph Hellwig <hch@lst.de> - 2017-07-06 17:10 +0200
Re: [git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-06 17:10 +0200
Re: [git pull] vfs.git part 3 Christoph Hellwig <hch@lst.de> - 2017-07-06 17:20 +0200
Re: [git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-06 17:50 +0200
Re: [git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-06 18:00 +0200
Re: [git pull] vfs.git part 3 Christoph Hellwig <hch@lst.de> - 2017-07-06 19:00 +0200
Re: [git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-06 21:20 +0200
Re: [git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-07 01:30 +0200
Re: [git pull] vfs.git part 3 Christoph Hellwig <hch@lst.de> - 2017-07-07 16:10 +0200
Re: [git pull] vfs.git part 3 Linus Torvalds <torvalds@linux-foundation.org> - 2017-07-07 17:50 +0200
Re: [git pull] vfs.git part 3 Christopher Li <sparse@chrisli.org> - 2017-07-07 21:50 +0200
Re: [git pull] vfs.git part 3 Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-08 18:30 +0200
[RFC] ->poll() sparse annotations Al Viro <viro@ZenIV.linux.org.uk> - 2017-07-18 03:40 +0200
csiph-web