Show patches with: Submitter = Andreas Gruenbacher       |   544 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v7,01/41] vfs: Add IS_ACL() and IS_RICHACL() tests - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,02/41] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,03/41] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,04/41] vfs: Make the inode passed to inode_change_ok non-const - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,05/41] vfs: Add permission flags for setting file attributes - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,06/41] richacl: In-memory representation and helper functions - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,07/41] richacl: Permission mapping functions - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,08/41] richacl: Compute maximum file masks from an acl - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,09/41] richacl: Update the file masks in chmod() - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,10/41] richacl: Permission check algorithm 1 - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,11/41] vfs: Cache base_acl objects in inodes - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,12/41] vfs: Cache richacl in struct inode - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,13/41] richacl: Check if an acl is equivalent to a file mode - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,14/41] richacl: Create-time inheritance - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,15/41] richacl: Automatic Inheritance - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,16/41] richacl: xattr mapping functions - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,17/41] vfs: Add richacl permission checking - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,18/41] ext4: Add richacl support - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,19/41] ext4: Add richacl feature flag - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,20/41] richacl: acl editing helper functions - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,21/41] richacl: Move everyone@ aces down the acl - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,22/41] richacl: Propagate everyone@ permissions to other aces - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,23/41] richacl: Set the owner permissions to the owner mask - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,24/41] richacl: Set the other permissions to the other mask - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,25/41] richacl: Isolate the owner and group classes - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,26/41] richacl: Apply the file masks to a richacl - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,27/41] richacl: Create richacl from mode values - 1 - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,28/41] nfsd: Keep list of acls to dispose of in compoundargs - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,29/41] nfsd: Use richacls as internal acl representation - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,30/41] nfsd: Add richacl support - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,31/41] nfsd: Add support for the v4.1 dacl attribute - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,32/41] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,33/41] richacl: Add support for unmapped identifiers - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,34/41] ext4: Don't allow unmapped identifiers in richacls - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,35/41] sunrpc: Allow to demand-allocate pages to encode into - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,36/41] sunrpc: Add xdr_init_encode_pages - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,37/41] nfs: Fix GETATTR bitmap verification - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,38/41] nfs: Remove unused xdr page offsets in getacl/setacl arguments - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,39/41] nfs: Add richacl support - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,40/41] nfs: Add support for the v4.1 dacl attribute - - - --- 2015-09-05 Andreas Gruenbacher New
[RFC,v7,41/41] richacl: uapi header split - - - --- 2015-09-05 Andreas Gruenbacher New
vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags - 1 - --- 2015-09-06 Andreas Gruenbacher New
[RFC,v7,22/41] richacl: Propagate everyone@ permissions to other aces - - - --- 2015-09-23 Andreas Gruenbacher New
[RFC,v7,25/41] richacl: Isolate the owner and group classes - - - --- 2015-09-25 Andreas Gruenbacher New
richacl: Possible other write-through fix - - - --- 2015-09-25 Andreas Gruenbacher New
richacl: Possible other write-through fix - 1 - --- 2015-09-25 Andreas Gruenbacher New
[v11,01/48] vfs: Add IS_ACL() and IS_RICHACL() tests - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,02/48] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,03/48] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,04/48] vfs: Make the inode passed to inode_change_ok non-const - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,05/48] vfs: Add permission flags for setting file attributes - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,06/48] richacl: In-memory representation and helper functions - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,07/48] richacl: Permission mapping functions - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,08/48] richacl: Compute maximum file masks from an acl - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,09/48] richacl: Permission check algorithm - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,10/48] vfs: Cache base_acl objects in inodes - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,11/48] vfs: Add get_richacl and set_richacl inode operations - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,12/48] vfs: Cache richacl in struct inode - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,13/48] richacl: Update the file masks in chmod() - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,14/48] richacl: Check if an acl is equivalent to a file mode - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,15/48] richacl: Create-time inheritance - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,16/48] richacl: Automatic Inheritance - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,17/48] richacl: xattr mapping functions - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,18/48] richacl: Add richacl xattr handler - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,19/48] vfs: Add richacl permission checking - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,20/48] ext4: Add richacl support - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,21/48] ext4: Add richacl feature flag - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,22/48] xfs: Fix error path in xfs_get_acl - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,23/48] xfs: Make xfs_set_mode non-static - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,24/48] xfs: Add richacl support - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,25/48] richacl: acl editing helper functions - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,26/48] richacl: Move everyone@ aces down the acl - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,27/48] richacl: Propagate everyone@ permissions to other aces - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,28/48] richacl: Set the owner permissions to the owner mask - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,29/48] richacl: Set the other permissions to the other mask - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,30/48] richacl: Isolate the owner and group classes - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,31/48] richacl: Apply the file masks to a richacl - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,32/48] richacl: Create richacl from mode values - 1 - --- 2015-10-16 Andreas Gruenbacher New
[v11,33/48] nfsd: Keep list of acls to dispose of in compoundargs 1 - - --- 2015-10-16 Andreas Gruenbacher New
[v11,34/48] nfsd: Use richacls as internal acl representation 1 - - --- 2015-10-16 Andreas Gruenbacher New
[v11,35/48] nfsd: Add richacl support 1 - - --- 2015-10-16 Andreas Gruenbacher New
[v11,36/48] nfsd: Add support for the v4.1 dacl attribute 1 - - --- 2015-10-16 Andreas Gruenbacher New
[v11,37/48] nfsd: Add support for the MAY_CREATE_{FILE,DIR} permissions 1 - - --- 2015-10-16 Andreas Gruenbacher New
[v11,38/48] richacl: Add support for unmapped identifiers - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,39/48] nfsd: Add support for unmapped richace identifiers - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,40/48] ext4: Don't allow unmapped identifiers in richacls - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,41/48] xfs: Don't allow unmapped identifiers in richacls - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,42/48] sunrpc: Allow to demand-allocate pages to encode into - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,43/48] sunrpc: Add xdr_init_encode_pages - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,44/48] nfs: Fix GETATTR bitmap verification - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,45/48] nfs: Remove unused xdr page offsets in getacl/setacl arguments - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,46/48] nfs: Distinguish missing users and groups from nobody - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,47/48] nfs: Add richacl support - - - --- 2015-10-16 Andreas Gruenbacher New
[v11,48/48] nfs: Add support for the v4.1 dacl attribute - - - --- 2015-10-16 Andreas Gruenbacher New
[v12,01/49] vfs: Add IS_ACL() and IS_RICHACL() tests - 1 - --- 2015-10-23 Andreas Gruenbacher New
[v12,02/49] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags - 1 - --- 2015-10-23 Andreas Gruenbacher New
[v12,03/49] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags - 1 - --- 2015-10-23 Andreas Gruenbacher New
[v12,04/49] vfs: Make the inode passed to inode_change_ok non-const - 1 - --- 2015-10-23 Andreas Gruenbacher New
[v12,05/49] vfs: Add permission flags for setting file attributes - 1 - --- 2015-10-23 Andreas Gruenbacher New
[v12,06/49] richacl: In-memory representation and helper functions - 1 - --- 2015-10-23 Andreas Gruenbacher New
« 1 2 3 45 6 »