Return-Path: linux-nfs-owner@vger.kernel.org Received: from e23smtp06.au.ibm.com ([202.81.31.148]:51255 "EHLO e23smtp06.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932579Ab1JRPeI (ORCPT ); Tue, 18 Oct 2011 11:34:08 -0400 From: "Aneesh Kumar K.V" To: agruen@kernel.org, bfields@fieldses.org, akpm@linux-foundation.org, viro@zeniv.linux.org.uk, dhowells@redhat.com Cc: aneesh.kumar@linux.vnet.ibm.com, linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH -V7 00/26] New ACL format for better NFSv4 acl interoperability Date: Tue, 18 Oct 2011 21:02:35 +0530 Message-Id: <1318951981-5508-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: Hi, The following set of patches implements VFS and ext4 changes needed to implement a new acl model for linux. Rich ACLs are an implementation of NFSv4 ACLs, extended by file masks to fit into the standard POSIX file permission model. They are designed to work seamlessly locally as well as across the NFSv4 and CIFS/SMB2 network file system protocols. A user-space utility for displaying and changing richacls is available at [4] (a number of examples can be found at http://acl.bestbits.at/richacl/examples.html). [4] git://github.com/kvaneesh/richacl-tools.git master To test richacl on ext4 use tune2fs -O richacl to enable richacl feature and mount the file system using -o acl mount option. More details regarding richacl can be found at http://acl.bestbits.at/richacl/ Changes from v6: a) Update patches based on review comments. b) Add Acked-by: c) rebase to 3.1-rc10 git repository With all the patches can be found at git://github.com/kvaneesh/linux.git richacl IMHO the patches are ready to be merged upstream. How do we push these changes to Linus tree ? Andrew, Viro, any comment on how we can get this merged upstream ? -aneesh