Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752691AbdGYPaq (ORCPT ); Tue, 25 Jul 2017 11:30:46 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:49442 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752244AbdGYPap (ORCPT ); Tue, 25 Jul 2017 11:30:45 -0400 To: Linus Torvalds , LKML , JFS Discussion From: Dave Kleikamp Subject: [GIT PULL] jfs fixes for 4.13-rc2 Message-ID: <4cfc30f3-86a5-45e9-4ad0-fa2a736b5f30@oracle.com> Date: Tue, 25 Jul 2017 10:30:26 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 934 Lines: 29 The following changes since commit d966564fcdc19e13eb6ba1fbe6b8101070339c3d: Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback" (2017-02-08 18:08:29 -0800) are available in the git repository at: git://github.com/kleikamp/linux-shaggy.git tags/jfs-4.13 for you to fetch changes up to f070e5ac9bc7de71c34402048ce5526dccbd347c: jfs: preserve i_mode if __jfs_set_acl() fails (2017-07-18 14:28:06 -0500) ---------------------------------------------------------------- JFS fixes for 4.13 ---------------------------------------------------------------- Ernesto A. Fernández (1): jfs: preserve i_mode if __jfs_set_acl() fails Fabian Frederick (1): jfs: atomically read inode size Jan Kara (1): jfs: Don't clear SGID when inheriting ACLs fs/jfs/acl.c | 24 ++++++++++++++++-------- fs/jfs/resize.c | 4 ++-- fs/jfs/super.c | 4 ++-- 3 files changed, 20 insertions(+), 12 deletions(-)