Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1519585

[git pull] vfs.git

From Al Viro <viro@ZenIV.linux.org.uk>
Newsgroups linux.kernel
Subject [git pull] vfs.git
Date 2016-11-11 07:10 +0100
Message-ID <sCdcd-Aj-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


	Christoph's and Jan's aio fixes, fixup for generic_file_splice_read
(removal of pointless detritus that actually breaks it when used for gfs2
->splice_read()) and fixup for generic_file_read_iter() interaction with
ITER_PIPE destinations.

The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:

  Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

for you to fetch changes up to e519e7774784f3fa7728657d780863805ed1c983:

  splice: remove detritus from generic_file_splice_read() (2016-11-10 18:32:13 -0500)

----------------------------------------------------------------
Al Viro (1):
      splice: remove detritus from generic_file_splice_read()

Christoph Hellwig (3):
      aio: hold an extra file reference over AIO read/write operations
      fs: remove the never implemented aio_fsync file operation
      fs: remove aio_run_iocb

Eryu Guan (1):
      mm/filemap: don't allow partially uptodate page for pipes

Jan Kara (1):
      aio: fix freeze protection of aio writes

 Documentation/filesystems/Locking |   1 -
 Documentation/filesystems/vfs.txt |   1 -
 fs/aio.c                          | 207 ++++++++++++++++++++------------------
 fs/ntfs/dir.c                     |   2 -
 fs/splice.c                       |   5 -
 include/linux/fs.h                |   2 +-
 mm/filemap.c                      |   3 +
 7 files changed, 113 insertions(+), 108 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[git pull] vfs.git Al Viro <viro@ZenIV.linux.org.uk> - 2016-11-11 07:10 +0100
  Re: [git pull] vfs.git Linus Torvalds <torvalds@linux-foundation.org> - 2016-11-11 18:30 +0100
    Re: [git pull] vfs.git Ilya Dryomov <idryomov@gmail.com> - 2016-11-11 19:10 +0100
    Re: [git pull] vfs.git "Yan, Zheng" <zyan@redhat.com> - 2016-11-12 04:40 +0100

csiph-web