]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 Jul 2017 21:35:57 +0000 (14:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 Jul 2017 21:35:57 +0000 (14:35 -0700)
commit89fbf5384ddf666a595eb6562dc63fcbfeb8f6a5
treefc2de270b1dae61f850e9aff0784a672667e2acc
parent4be95131bf3bca97b6a7db9c6fb63db2cb94da06
parenta4058c5bce8aded1a12a59990e84e481a96fb490
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull read/write updates from Al Viro:
 "Christoph's fs/read_write.c series - consolidation and cleanups"

* 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  nfsd: remove nfsd_vfs_read
  nfsd: use vfs_iter_read/write
  fs: implement vfs_iter_write using do_iter_write
  fs: implement vfs_iter_read using do_iter_read
  fs: move more code into do_iter_read/do_iter_write
  fs: remove __do_readv_writev
  fs: remove do_compat_readv_writev
  fs: remove do_readv_writev
drivers/block/loop.c
fs/nfsd/vfs.c
fs/read_write.c
include/linux/fs.h