Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Sep 2017 02:29:55 +0000 (19:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Sep 2017 02:29:55 +0000 (19:29 -0700)
commite253d98f5babbec7e6ced810f7335b265a7f7e83
treecd688c4ba8d43edb12bbeb523393879f7c212b65
parent0f0d12728e56c94d3289c6831243b6faeae8a19d
parentc35fc7a5abae9c154dd6f8c0b288462342facd45
Merge branch 'work.read_write' of git://git./linux/kernel/git/viro/vfs

Pull nowait read support from Al Viro:
 "Support IOCB_NOWAIT for buffered reads and block devices"

* 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  block_dev: support RFW_NOWAIT on block device nodes
  fs: support RWF_NOWAIT for buffered reads
  fs: support IOCB_NOWAIT in generic_file_buffered_read
  fs: pass iocb to do_generic_file_read
fs/aio.c
fs/block_dev.c
fs/btrfs/file.c
fs/ext4/file.c
fs/xfs/xfs_file.c
include/linux/fs.h
mm/filemap.c