linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] POSIX ACL patches for 4.9
@ 2016-08-11 21:55 Andreas Gruenbacher
  2016-08-11 21:55 ` [PATCH 1/4] posix_acl: Improve xattr fixup code Andreas Gruenbacher
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andreas Gruenbacher @ 2016-08-11 21:55 UTC (permalink / raw)
  To: Alexander Viro; +Cc: Andreas Gruenbacher, linux-fsdevel

Here are some POSIX ACL improvements for the next merge window.  The first
three patches are rather simple.  The fourth patch fixes a potential problem on
filesystems that cache ACLs locally and require network communication for
reading ACLs.  Please review.

Thanks,
Andreas

Alexey Dobriyan (1):
  posix_acl: Better uncached ACL markers

Andreas Gruenbacher (3):
  posix_acl: Improve xattr fixup code
  posix_acl: get_acl: Cleanups
  posix_acl: get_acl: Synchronize readers

 fs/nfs/nfs3acl.c          |  44 ++------------
 fs/posix_acl.c            | 145 ++++++++++++++++++++++++++++++++++------------
 fs/xattr.c                |  29 ++++++++--
 include/linux/fs.h        |   2 +-
 include/linux/posix_acl.h |   4 ++
 include/linux/wait.h      |   1 +
 kernel/sched/wait.c       |   9 +++
 7 files changed, 153 insertions(+), 81 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-08-11 21:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11 21:55 [PATCH 0/4] POSIX ACL patches for 4.9 Andreas Gruenbacher
2016-08-11 21:55 ` [PATCH 1/4] posix_acl: Improve xattr fixup code Andreas Gruenbacher
2016-08-11 21:55 ` [PATCH 2/4] posix_acl: Better uncached ACL markers Andreas Gruenbacher
2016-08-11 21:55 ` [PATCH 3/4] posix_acl: get_acl: Cleanups Andreas Gruenbacher
2016-08-11 21:55 ` [PATCH 4/4] posix_acl: get_acl: Synchronize readers Andreas Gruenbacher

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).