First  |  Prev |  Next  |  Last
Pages: 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760
Break out types from <linux/list.h> to <linux/list_types.h>.
On Fri, Jul 02, 2010 at 01:41:14PM -0400, Chris Metcalf wrote: This allows a list_head (or hlist_head, etc.) to be used from places that used to be impractical, in particular <asm/processor.h>, which used to cause include file recursion: <linux/list.h> includes <linux/prefetch.h>, which always includes <asm... 4 Jul 2010 00:25
[PATCH -V2 07/16] richacl: Update the file masks in chmod()
From: Andreas Gruenbacher <agruen(a)suse.de> Doing a chmod() sets the file mode, which includes the file permission bits. When a file has a richacl, the permissions that the richacl grants need to be limited to what the new file permission bits allow. This is done by setting the file masks in the richacl to what... 2 Jul 2010 15:44
[PATCH -V2 15/16] ext4: Implement rich acl for ext4
Support the richacl permission model in ext4. The richacls are stored in "system.richacl" xattrs.This need to be enabled by tune2fs or during mkfs.ext4 Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> Signed-off-by: Andreas Gruenbacher <agruen(a)suse.de> --- fs/ext4/Kconfig | 15 +++ fs/ex... 2 Jul 2010 15:44
[PATCH -V2 05/16] richacl: Permission mapping functions
From: Andreas Gruenbacher <agruen(a)suse.de> We need to map from POSIX permissions to NFSv4 permissions when a chmod() is done, from NFSv4 permissions to POSIX permissions when an acl is set (which implicitly sets the file permission bits), and from the MAY_READ/MAY_WRITE/MAY_EXEC/MAY_APPEND flags to NFSv4 permissi... 2 Jul 2010 15:44
[PATCH -V2 09/16] richacl: Helper functions for implementing richacl inode operations
From: Andreas Gruenbacher <agruen(a)suse.de> These functions are supposed to be used by file systems so that the file system independent code remains in the vfs. Signed-off-by: Andreas Gruenbacher <agruen(a)suse.de> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/Makefile | ... 2 Jul 2010 15:44
[PATCH -V2 13/16] richacl: xattr mapping functions
From: Andreas Gruenbacher <agruen(a)suse.de> Map between "system.richacl" xattrs and the in-kernel representation. Signed-off-by: Andreas Gruenbacher <agruen(a)suse.de> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar(a)linux.vnet.ibm.com> --- fs/Makefile | 2 +- fs/richacl_xattr.c | ... 2 Jul 2010 15:44
[PATCH -V2 03/16] vfs: Add IS_RICHACL() test for richacl support
From: Andreas Gruenbacher <agruen(a)suse.de> Introduce a new MS_RICHACL super-block flag and a new IS_RICHACL() test which file systems like nfs can use. IS_ACL() is true if IS_POSIXACL() or IS_RICHACL() is true. Signed-off-by: Andreas Gruenbacher <agruen(a)suse.de> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@l... 2 Jul 2010 15:44
[PATCH] trivial: fix typos concerning "already"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- drivers/block/drbd/drbd_receiver.c | 2 +- drivers/isdn/hardware/mISDN/avmfritz.c | 2 +- drivers/isdn/hardware/mISDN/hfcmulti.c | 4 ++-- drivers/isdn/hardware/mISDN/hfcpci.c | 2 +- drivers/isdn/hardware/... 2 Jul 2010 15:44
[PATCH -V2 12/16] richacl: Automatic Inheritance
From: Andreas Gruenbacher <agruen(a)suse.de> Automatic Inheritance (AI) allows changes to the acl of a directory to recursively propagate down to files and directories in the directory. To implement this, the kernel keeps track of which permissions have been inherited, and makes sure that permission propagation i... 2 Jul 2010 15:44
[PATCH -V2 02/16] vfs: Add generic IS_ACL() test for acl support
From: Andreas Gruenbacher <agruen(a)suse.de> When IS_POSIXACL() is true, the vfs does not apply the umask. Other acl models will need the same exception, so introduce a separate IS_ACL() test. The IS_POSIX_ACL() test is still needed so that nfsd can determine when the underlying file system supports POSIX ACLs ... 2 Jul 2010 15:44
First  |  Prev |  Next  |  Last
Pages: 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760