Aneesh Kumar K.V ([email protected])

Number of posts: 2446 (0.63 per day)
First post: 2007-02-28 04:48:24
Last post: 2017-11-08 00:46:29

Date List Subject
2012-05-03 04:38:32 linux-kernel Re: [PATCH -V6 07/14] memcg: Add HugeTLB extension
2012-02-29 11:05:35 linux-kernel Re: [PATCH] hugetlbfs: Add new rw_semaphore to fix truncate/read race
2012-02-28 10:16:04 linux-kernel Re: [PATCH] hugetlbfs: Add new rw_semaphore to fix truncate/read race
2012-02-26 18:20:31 linux-kernel [PATCH] hugetlbfs: Add new rw_semaphore to fix truncate/read race
2012-02-23 09:28:24 linux-kernel Re: hugetlbfs lockdep spew revisited.
2012-02-20 11:24:01 linux-kernel [PATCH -V1 7/9] hugetlbfs: Add truncate region functions
2012-02-20 11:23:30 linux-kernel [PATCH -V1 6/9] hugetlbfs: Switch to new region APIs
2012-02-20 11:22:57 linux-kernel [PATCH -V1 8/9] hugetlbfs: Add task migration support
2012-02-20 11:22:55 linux-kernel [PATCH -V1 5/9] hugetlbfs: Add controller support for private mapping
2012-02-20 11:22:30 linux-kernel [PATCH -V1 9/9] hugetlbfs: Add HugeTLB controller documentation
2012-02-20 11:22:29 linux-kernel [PATCH -V1 1/9] hugetlbfs: Add new HugeTLB cgroup
2012-02-20 11:22:22 linux-kernel [PATCH -V1 4/9] hugetlbfs: Add controller support for shared mapping
2012-02-20 11:22:21 linux-kernel [PATCH -V1 2/9] hugetlbfs: Add usage and max usage files to hugetlb cgroup
2012-02-20 11:22:14 linux-kernel [PATCH -V1 3/9] hugetlbfs: Add new region handling functions.
2012-02-20 11:22:09 linux-kernel [PATCH -V1 0/9] hugetlbfs: Add cgroup resource controller for hugetlbfs
2012-02-18 10:56:09 linux-kernel Re: hugetlbfs lockdep spew revisited.
2012-02-17 08:04:07 linux-kernel Re: [RFC PATCH 0/6] hugetlbfs: Add cgroup resource controller for hugetlbfs
2012-02-12 17:54:58 linux-kernel Re: [RFC] [PATCH v5 0/3] fadvise: support POSIX_FADV_NOREUSE
2011-10-24 11:36:40 linux-nfs Re: [PATCH -V8 00/26] New ACL format for better NFSv4 acl interoperability
2011-10-23 17:46:15 linux-nfs [PATCH -V8 12/26] vfs: Make acl_permission_check() work for richacls
2011-10-23 17:46:03 linux-nfs [PATCH -V8 23/26] vfs: Add richacl permission check
2011-10-23 17:46:00 linux-nfs [PATCH -V8 26/26] ext4: Add Ext4 compat richacl feature flag
2011-10-23 17:45:53 linux-nfs [PATCH -V8 25/26] ext4: Implement rich acl for ext4
2011-10-23 17:45:49 linux-nfs [PATCH -V8 24/26] ext4: Use IS_POSIXACL() to check for POSIX ACL support
2011-10-23 17:45:41 linux-nfs [PATCH -V8 22/26] vfs: Cache richacl in struct inode
2011-10-23 17:45:40 linux-nfs [PATCH -V8 03/26] vfs: Pass all mask flags down to iop->check_acl
2011-10-23 17:45:39 linux-nfs [PATCH -V8 21/26] richacl: xattr mapping functions
2011-10-23 17:45:36 linux-nfs [PATCH -V8 20/26] richacl: Automatic Inheritance
2011-10-23 17:45:30 linux-nfs [PATCH -V8 19/26] richacl: Check if an acl is equivalent to a file mode
2011-10-23 17:45:25 linux-nfs [PATCH -V8 18/26] richacl: Create-time inheritance
2011-10-23 17:45:20 linux-nfs [PATCH -V8 17/26] richacl: Permission check algorithm
2011-10-23 17:45:16 linux-nfs [PATCH -V8 16/26] richacl: Update the file masks in chmod()
2011-10-23 17:45:14 linux-nfs [PATCH -V8 15/26] richacl: Compute maximum file masks from an acl
2011-10-23 17:45:11 linux-nfs [PATCH -V8 14/26] richacl: Permission mapping functions
2011-10-23 17:45:06 linux-nfs [PATCH -V8 13/26] richacl: In-memory representation and helper functions
2011-10-23 17:44:56 linux-nfs [PATCH -V8 11/26] vfs: Add permission flags for setting file attributes
2011-10-23 17:44:52 linux-nfs [PATCH -V8 10/26] vfs: Make the inode passed to inode_change_ok non-const
2011-10-23 17:44:49 linux-nfs [PATCH -V8 09/26] vfs: Add delete child and delete self permission flags
2011-10-23 17:44:44 linux-nfs [PATCH -V8 08/26] vfs: Add new file and directory create permission flags
2011-10-23 17:44:40 linux-nfs [PATCH -V8 07/26] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined
2011-10-23 17:44:39 linux-nfs [PATCH -V8 06/26] vfs: Add IS_RICHACL() test for richacl support
2011-10-23 17:44:33 linux-nfs [PATCH -V8 05/26] vfs: Add generic IS_ACL() test for acl support
2011-10-23 17:44:29 linux-nfs [PATCH -V8 04/26] vfs: Add a comment to inode_permission()
2011-10-23 17:44:23 linux-nfs [PATCH -V8 02/26] vfs: Add hex format for MAY_* flag values
2011-10-23 17:44:19 linux-nfs [PATCH -V8 00/26] New ACL format for better NFSv4 acl interoperability
2011-10-23 17:44:19 linux-nfs [PATCH -V8 01/26] vfs: Indicate that the permission functions take all the MAY_* flags
2011-10-21 13:13:56 linux-nfs Re: [PATCH -V7 21/26] richacl: xattr mapping functions
2011-10-21 09:41:12 linux-nfs Re: [PATCH -V7 21/26] richacl: xattr mapping functions
2011-10-20 11:05:58 linux-nfs Re: [PATCH -V7 21/26] richacl: xattr mapping functions
2011-10-20 08:30:12 linux-nfs Re: [PATCH -V7 21/26] richacl: xattr mapping functions
2011-10-20 07:35:58 linux-nfs Re: [PATCH -V7 09/26] vfs: Add delete child and delete self permission flags