Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752442AbdGFOuP (ORCPT ); Thu, 6 Jul 2017 10:50:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43282 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922AbdGFOuN (ORCPT ); Thu, 6 Jul 2017 10:50:13 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 115088046A Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 115088046A Subject: [PATCH 0/2] AFS: Changes From: David Howells To: torvalds@linux-foundation.org Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Date: Thu, 06 Jul 2017 15:50:10 +0100 Message-ID: <149935261019.29744.8564287571048506851.stgit@warthog.procyon.org.uk> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 06 Jul 2017 14:50:13 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 744 Lines: 30 Hi Linus, Here are a couple of changes to the AFS filesystem: (1) Fix to permission handling on AFS directories. (2) Add three xattrs so that you can determine an AFS file's cell, volume and fid. David --- David Howells (1): afs: Add metadata xattrs Marc Dionne (1): afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directories fs/afs/Makefile | 3 + fs/afs/dir.c | 1 fs/afs/file.c | 1 fs/afs/inode.c | 7 +++ fs/afs/internal.h | 5 ++ fs/afs/mntpt.c | 1 fs/afs/security.c | 5 +- fs/afs/super.c | 1 fs/afs/xattr.c | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 140 insertions(+), 5 deletions(-) create mode 100644 fs/afs/xattr.c