Show patches with: Submitter = Aneesh Kumar K.V       |   75 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
nfs: Discard ACL cache on mode update - - - --- 2010-12-01 Aneesh Kumar K.V trondmy Accepted
nfs: Set MS_POSIXACL always - - - --- 2010-12-09 Aneesh Kumar K.V trondmy Accepted
nfsv4: Switch to generic xattr handling code - - - --- 2010-12-09 Aneesh Kumar K.V trondmy Accepted
[-V5,01/24] vfs: Indicate that the permission functions take all the MAY_* flags - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,02/24] vfs: Pass all mask flags down to iop->check_acl - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,03/24] vfs: Add a comment to inode_permission() - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,04/24] vfs: Add generic IS_ACL() test for acl support - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,05/24] vfs: Add IS_RICHACL() test for richacl support - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,06/24] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,07/24] vfs: Add new file and directory create permission flags - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,08/24] vfs: Add delete child and delete self permission flags - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,09/24] vfs: Make the inode passed to inode_change_ok non-const - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,10/24] vfs: Add permission flags for setting file attributes - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,11/24] vfs: Make acl_permission_check() work for richacls - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,12/24] richacl: In-memory representation and helper functions - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,13/24] richacl: Permission mapping functions - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,14/24] richacl: Compute maximum file masks from an acl - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,15/24] richacl: Update the file masks in chmod() - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,16/24] richacl: Permission check algorithm - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,17/24] richacl: Create-time inheritance - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,18/24] richacl: Check if an acl is equivalent to a file mode - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,19/24] richacl: Automatic Inheritance - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,20/24] richacl: xattr mapping functions - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,21/24] ext4: Use IS_POSIXACL() to check for POSIX ACL support - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,22/24] vfs: Cache richacl in struct inode - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,23/24] ext4: Implement rich acl for ext4 - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V5,24/24] ext4: Add temporary richacl mount option for ext4 - - - --- 2011-02-23 Aneesh Kumar K.V New
[-V6,01/26] vfs: Indicate that the permission functions take all the MAY_* flags - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,02/26] vfs: Add hex format for MAY_* flag values - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,03/26] vfs: Pass all mask flags down to iop->check_acl - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,04/26] vfs: Add a comment to inode_permission() - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,05/26] vfs: Add generic IS_ACL() test for acl support - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,06/26] vfs: Add IS_RICHACL() test for richacl support - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,07/26] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,08/26] vfs: Add new file and directory create permission flags - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,09/26] vfs: Add delete child and delete self permission flags - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,10/26] vfs: Make the inode passed to inode_change_ok non-const - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,11/26] vfs: Add permission flags for setting file attributes - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,12/26] vfs: Make acl_permission_check() work for richacls - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,13/26] richacl: In-memory representation and helper functions - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,14/26] richacl: Permission mapping functions - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,15/26] richacl: Compute maximum file masks from an acl - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,16/26] richacl: Update the file masks in chmod() - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,17/26] richacl: Permission check algorithm - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,18/26] richacl: Create-time inheritance - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,19/26] richacl: Check if an acl is equivalent to a file mode - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,20/26] richacl: Automatic Inheritance - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,21/26] richacl: xattr mapping functions - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,22/26] vfs: Cache richacl in struct inode - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,23/26] vfs: Add richacl permission check - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,24/26] ext4: Use IS_POSIXACL() to check for POSIX ACL support - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,25/26] ext4: Implement rich acl for ext4 - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V6,26/26] ext4: Add temporary richacl mount option for ext4 - - - --- 2011-09-05 Aneesh Kumar K.V New
[-V1,01/22] vfs: Add generic IS_ACL() test for acl support - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,02/22] vfs: Add IS_RICHACL() test for richacl support - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,03/22] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,04/22] vfs: check for directory early - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,05/22] vfs: Add new file and directory create permission flags - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,06/22] vfs: Add delete child and delete self permission flags - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,07/22] vfs: Make the inode passed to inode_change_ok non-const - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,08/22] vfs: Add permission flags for setting file attributes - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,09/22] vfs: Make acl_permission_check() work for richacls - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,10/22] richacl: In-memory representation and helper functions - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,11/22] richacl: Permission mapping functions - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,12/22] richacl: Compute maximum file masks from an acl - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,13/22] richacl: Update the file masks in chmod() - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,14/22] richacl: Permission check algorithm - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,15/22] richacl: Create-time inheritance - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,16/22] richacl: Check if an acl is equivalent to a file mode - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,17/22] richacl: Automatic Inheritance - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,18/22] richacl: xattr mapping functions - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,19/22] vfs: Cache richacl in struct inode - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,20/22] vfs: Add richacl permission check - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,21/22] ext4: Implement rich acl for ext4 - - - --- 2014-04-27 Aneesh Kumar K.V New
[-V1,22/22] ext4: Add Ext4 compat richacl feature flag - - - --- 2014-04-27 Aneesh Kumar K.V New