summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman3-26/+20
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman4-86/+178
2012-05-03userns: Convert capabilities related permsion checksEric W. Biederman2-16/+28
2012-05-03userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman1-5/+2
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman4-17/+4
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman10-62/+59
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman12-49/+104
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman5-48/+644
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman4-29/+29
2012-04-08userns: Disassociate user_struct from the user_namespace.Eric W. Biederman6-43/+55
2012-04-08userns: Add a Kconfig option to enforce strict kuid and kgid type checksEric W. Biederman2-2/+12
2012-04-08userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman2-2/+176
2012-04-08userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman5-23/+28
2012-04-08userns: Start out with a full set of capabilities.Eric W. Biederman1-0/+9
2012-04-08userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2-4/+4
2012-04-08mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman1-1/+8
2012-04-08userns: Add an explicit reference to the parent user namespaceEric W. Biederman3-8/+8
2012-04-08cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman4-10/+10
2012-04-08userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman12-24/+24
2012-04-08cred: Add forward declaration of init_user_ns in all cases.Eric W. Biederman1-1/+1
2012-04-08userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman1-2/+2
2012-04-08userns: Replace netlink uses of cap_raised with capable.Eric W. Biederman3-3/+3
2012-04-03userns: Kill bogus declaration of function release_uidsEric W. Biederman1-1/+0
2012-04-03vfs: Don't allow a user namespace root to make device nodesEric W. Biederman1-2/+1
2012-04-01Linux 3.4-rc1v3.4-rc1Linus Torvalds1-2/+2
2012-04-01Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/am...Linus Torvalds3-81/+8
2012-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds41-1640/+1249
2012-04-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+7
2012-04-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds52-584/+2531
2012-04-01Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds2-6/+28
2012-04-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds63-941/+4407
2012-04-01vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-04-01vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-04-01untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-04-01untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-04-01untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-04-01untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-04-01untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-04-01untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-04-01untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-04-01untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-04-01untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-04-01vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-04-01vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1
2012-04-01vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi1-2/+2
2012-04-01ext3: move headers to fs/ext3/Al Viro23-668/+437
2012-04-01migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro6-656/+634
2012-04-01new helper: ext2_image_size()Al Viro3-8/+30
2012-04-01get rid of pointless includes of ext2_fs.hAl Viro4-9/+4
2012-04-01ext2: No longer export ext2_fs.h to user spaceThierry Reding2-63/+10