Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-12-12userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2014-12-10userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman
2014-12-04common object embedded into various struct ....nsAl Viro
2014-08-09proc: constify seq_operationsFabian Frederick
2013-09-24KEYS: Add per-user_namespace registers for persistent per-UID kerberos cachesDavid Howells
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-08-27userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-09userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-01-27userns: Avoid recursion in put_user_nsEric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman
2012-04-08userns: Disassociate user_struct from the user_namespace.Eric W. Biederman
2012-04-08userns: Add an explicit reference to the parent user namespaceEric W. Biederman
2011-01-13user_ns: improve the user_ns on-the-slab packagingPavel Emelyanov
2010-06-17user_ns: Introduce user_nsmap_uid and user_ns_map_gid.Eric W. Biederman
2009-02-28Fix recursive lock in free_uid()/free_user_ns()David Howells
2008-11-25User namespaces: set of cleanups (v2)Serge Hallyn
2007-09-19Convert uid hash to hlistPavel Emelyanov
2007-07-20user namespace: fix copy_user_ns return valueSerge E. Hallyn
2007-07-16user namespace: add unshareSerge E. Hallyn
2007-07-16user namespace: add the frameworkCedric Le Goater