From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] several vfs and fs fixes for 4.0 Date: Sun, 12 Apr 2015 05:06:20 +0100 Message-ID: <20150412040620.GM889@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Several AIO and OCFS2 fixes. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (5): fix mremap() vs. ioctx_kill() race ioctx_alloc(): fix vma (and file) leak on failure [regression] ocfs2: do *not* increment ->ki_pos twice ocfs2_file_write_iter: keep return value and current position update in sync ocfs2: _really_ sync the right range Diffstat: fs/aio.c | 20 ++++++++++++++------ fs/ocfs2/file.c | 17 +++++++++++------ include/linux/fs.h | 2 +- mm/mremap.c | 10 ++++++++-- 4 files changed, 34 insertions(+), 15 deletions(-)