[PATCH 0/2] AFS: Changes

From: David Howells
Date: Thu Jul 06 2017 - 10:50:19 EST



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