From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:51566 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751443AbcHKVzo (ORCPT ); Thu, 11 Aug 2016 17:55:44 -0400 From: Andreas Gruenbacher To: Alexander Viro Cc: Andreas Gruenbacher , linux-fsdevel@vger.kernel.org Subject: [PATCH 0/4] POSIX ACL patches for 4.9 Date: Thu, 11 Aug 2016 23:55:36 +0200 Message-Id: <1470952540-12768-1-git-send-email-agruenba@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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