From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750846AbbDLEGZ (ORCPT ); Sun, 12 Apr 2015 00:06:25 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:40119 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698AbbDLEGW (ORCPT ); Sun, 12 Apr 2015 00:06:22 -0400 Date: Sun, 12 Apr 2015 05:06:20 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] several vfs and fs fixes for 4.0 Message-ID: <20150412040620.GM889@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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(-)