Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751930AbdIMO3v (ORCPT ); Wed, 13 Sep 2017 10:29:51 -0400 Received: from mail-wr0-f182.google.com ([209.85.128.182]:47544 "EHLO mail-wr0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751693AbdIMO3r (ORCPT ); Wed, 13 Sep 2017 10:29:47 -0400 X-Google-Smtp-Source: AOwi7QDTrR2psovek8UvqSfnkpcsbbiwXFnUVzhmUUkkW/E4BFKFW+4QVGFyffIxDtgd1mOybDDmkA== Date: Wed, 13 Sep 2017 16:29:43 +0200 From: Miklos Szeredi To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [GIT PULL] fuse update for 4.14 Message-ID: <20170913142943.GB19278@veci.piliscsaba.szeredi.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 731 Lines: 26 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus This fixes a regression (spotted by the Sandstorm.io folks) in the pid namespace handling introduced in 4.12. There's also a fix for honoring sync/dsync flags for pwritev2(). Thanks, Miklos --- Miklos Szeredi (3): fuse: allow server to run in different pid_ns fuse: honor iocb sync flags on write fuse: getattr cleanup --- fs/fuse/cuse.c | 4 ++-- fs/fuse/dev.c | 13 +++++++------ fs/fuse/dir.c | 30 +++++++++++++----------------- fs/fuse/file.c | 52 ++++++++++++++++++++++++++++------------------------ fs/fuse/fuse_i.h | 8 +++----- 5 files changed, 53 insertions(+), 54 deletions(-)