All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Gruenbacher <agruenba@redhat.com>
To: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Andreas Gruenbacher <agruenba@redhat.com>, linux-fsdevel@vger.kernel.org
Subject: [PATCH 0/4] POSIX ACL patches for 4.9
Date: Thu, 11 Aug 2016 23:55:36 +0200	[thread overview]
Message-ID: <1470952540-12768-1-git-send-email-agruenba@redhat.com> (raw)

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


             reply	other threads:[~2016-08-11 21:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-11 21:55 Andreas Gruenbacher [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470952540-12768-1-git-send-email-agruenba@redhat.com \
    --to=agruenba@redhat.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.