linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] AFS: Changes
@ 2017-07-06 14:50 David Howells
  2017-07-06 14:50 ` [PATCH 1/2] afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directories David Howells
  2017-07-06 14:50 ` [PATCH 2/2] afs: Add metadata xattrs David Howells
  0 siblings, 2 replies; 9+ messages in thread
From: David Howells @ 2017-07-06 14:50 UTC (permalink / raw)
  To: torvalds; +Cc: dhowells, linux-fsdevel, linux-afs, linux-kernel


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-09  2:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 14:50 [PATCH 0/2] AFS: Changes David Howells
2017-07-06 14:50 ` [PATCH 1/2] afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directories David Howells
2017-07-06 14:50 ` [PATCH 2/2] afs: Add metadata xattrs David Howells
2017-07-06 15:23   ` Christoph Hellwig
2017-07-06 16:14   ` David Howells
2017-07-06 18:27     ` Andreas Dilger
2017-07-08 19:44       ` Linus Torvalds
2017-07-09  1:01         ` Theodore Ts'o
2017-07-09  2:37           ` Jeffrey Altman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).