[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <149935261019.29744.8564287571048506851.stgit@warthog.procyon.org.uk>
Date: Thu, 06 Jul 2017 15:50:10 +0100
From: David Howells <dhowells@...hat.com>
To: torvalds@...ux-foundation.org
Cc: dhowells@...hat.com, linux-fsdevel@...r.kernel.org,
linux-afs@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] AFS: Changes
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
Powered by blists - more mailing lists