summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * gfs2: Use kuid_t and kgid_t types where appropriate.Eric W. Biederman2013-02-133-9/+10
| * gfs2: Remove the QUOTA_USER and QUOTA_GROUP definesEric W. Biederman2013-02-131-20/+5
| * gfs2: Store qd_id in struct gfs2_quota_data as a struct kqidEric W. Biederman2013-02-132-46/+26
| * gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman2013-02-133-5/+16
| * gfs2: Modify qdsb_get to take a struct kqidEric W. Biederman2013-02-131-6/+7
| * gfs2: Modify struct gfs2_quota_change_host to use struct kqidEric W. Biederman2013-02-131-3/+5
| * gfs2: Introduce qd2indexEric W. Biederman2013-02-131-2/+8
| * gfs2: Report quotas in the caller's user namespace.Eric W. Biederman2013-02-131-1/+1
| * gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman2013-02-137-14/+15
| * gfs2: Remove improper checks in gfs2_set_dqblk.Eric W. Biederman2013-02-131-6/+0
| * ocfs2: Enable building with user namespaces enabledEric W. Biederman2013-02-131-1/+0
| * ocfs2: Compare kuids and kgids using uid_eq and gid_eqEric W. Biederman2013-02-132-5/+5
| * ocfs2: For tracing report the uid and gid values in the initial user namespaceEric W. Biederman2013-02-131-1/+2
| * ocfs2: Convert uid and gids between in core and on disk inodesEric W. Biederman2013-02-132-8/+8
| * ocfs2: convert between kuids and kgids and DLM locksEric W. Biederman2013-02-131-4/+4
| * ocfs2: Handle kuids and kgids in acl/xattr conversions.Eric W. Biederman2013-02-131-2/+29
| * coda: Allow coda to be built when user namespace support is enabledEric W. Biederman2013-02-131-1/+0
| * coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman2013-02-133-4/+4
| * coda: Restrict coda messages to the initial user namespaceEric W. Biederman2013-02-134-8/+11
| * coda: Restrict coda messages to the initial pid namespaceEric W. Biederman2013-02-133-2/+10
| * afs: Support interacting with multiple user namespacesEric W. Biederman2013-02-134-10/+15
| * afs: Only allow mounting afs in the intial network namespaceEric W. Biederman2013-02-131-0/+6
| * afs: Remove unused structure afs_store_statusEric W. Biederman2013-02-121-7/+0
| * 9p: Allow building 9p with user namespaces enabled.Eric W. Biederman2013-02-121-4/+0
| * 9p: Modify v9fs_get_fsgid_for_create to return a kgidEric W. Biederman2013-02-121-5/+5
| * 9p: Modify struct v9fs_session_info to use a kuids and kgidsEric W. Biederman2013-02-122-10/+30
| * 9p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman2013-02-123-10/+11
| * 9p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2013-02-124-21/+30
| * 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-123-18/+19
| * 9p: Add 'u' and 'g' format specifies for kuids and kgidsEric W. Biederman2013-02-121-0/+36
| * ceph: Enable building when user namespaces are enabled.Eric W. Biederman2013-02-121-1/+0
| * ceph: Convert kuids and kgids before printing them.Eric W. Biederman2013-02-122-4/+8
| * ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2013-02-122-4/+4
| * ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman2013-02-121-6/+8
| * ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2013-02-122-9/+9
| * ceph: Only allow mounts in the initial network namespaceEric W. Biederman2013-02-121-0/+5
| * userns: Allow the unprivileged users to mount mqueue fsGao feng2013-01-271-0/+1
| * userns: Allow the userns root to mount tmpfs.Eric W. Biederman2013-01-261-0/+2
| * userns: Allow the userns root to mount ramfs.Eric W. Biederman2013-01-261-0/+1
| * userns: Allow the userns root to mount of devptsEric W. Biederman2013-01-261-0/+18
| * userns: Recommend use of memory control groups.Eric W. Biederman2013-01-262-0/+21
| * userns: Allow any uid or gid mappings that don't overlap.Eric W. Biederman2013-01-261-6/+39
| * userns: Avoid recursion in put_user_nsEric W. Biederman2013-01-263-16/+15
| * userns: Allow unprivileged rebootLi Zefan2012-12-261-2/+3
* | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-253-8/+3
|\ \
| * | ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_...Marc Zyngier2013-02-251-5/+0
| * | ARM: KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSMarc Zyngier2013-02-251-1/+1
| * | ARM: KVM: fix kvm_arch_{prepare,commit}_memory_regionMarc Zyngier2013-02-251-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-2551-765/+2146
|\ \ \
| * | | crypto: user - ensure user supplied strings are nul-terminatedMathias Krause2013-02-191-0/+14