aboutsummaryrefslogtreecommitdiffstats
path: root/init/calibrate.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13gfs2: Enable building with user namespaces enabledEric W. Biederman1-1/+0
2013-02-13gfs2: Convert uids and gids between dinodes and vfs inodes.Eric W. Biederman3-6/+6
2013-02-13gfs2: Use uid_eq and gid_eq where appropriateEric W. Biederman3-11/+16
2013-02-13gfs2: Use kuid_t and kgid_t types where appropriate.Eric W. Biederman3-9/+10
2013-02-13gfs2: Remove the QUOTA_USER and QUOTA_GROUP definesEric W. Biederman1-20/+5
2013-02-13gfs2: Store qd_id in struct gfs2_quota_data as a struct kqidEric W. Biederman2-46/+26
2013-02-13gfs2: Convert gfs2_quota_refresh to take a kqidEric W. Biederman3-5/+16
2013-02-13gfs2: Modify qdsb_get to take a struct kqidEric W. Biederman1-6/+7
2013-02-13gfs2: Modify struct gfs2_quota_change_host to use struct kqidEric W. Biederman1-3/+5
2013-02-13gfs2: Introduce qd2indexEric W. Biederman1-2/+8
2013-02-13gfs2: Report quotas in the caller's user namespace.Eric W. Biederman1-1/+1
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman7-14/+15
2013-02-13gfs2: Remove improper checks in gfs2_set_dqblk.Eric W. Biederman1-6/+0
2013-02-13ocfs2: Enable building with user namespaces enabledEric W. Biederman1-1/+0
2013-02-13ocfs2: Compare kuids and kgids using uid_eq and gid_eqEric W. Biederman2-5/+5
2013-02-13ocfs2: For tracing report the uid and gid values in the initial user namespaceEric W. Biederman1-1/+2
2013-02-13ocfs2: Convert uid and gids between in core and on disk inodesEric W. Biederman2-8/+8
2013-02-13ocfs2: convert between kuids and kgids and DLM locksEric W. Biederman1-4/+4
2013-02-13ocfs2: Handle kuids and kgids in acl/xattr conversions.Eric W. Biederman1-2/+29
2013-02-13coda: Allow coda to be built when user namespace support is enabledEric W. Biederman1-1/+0
2013-02-13coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman3-4/+4
2013-02-13coda: Restrict coda messages to the initial user namespaceEric W. Biederman4-8/+11
2013-02-13coda: Restrict coda messages to the initial pid namespaceEric W. Biederman3-2/+10
2013-02-13afs: Support interacting with multiple user namespacesEric W. Biederman4-10/+15
2013-02-13afs: Only allow mounting afs in the intial network namespaceEric W. Biederman1-0/+6
2013-02-12afs: Remove unused structure afs_store_statusEric W. Biederman1-7/+0
2013-02-129p: Allow building 9p with user namespaces enabled.Eric W. Biederman1-4/+0
2013-02-129p: Modify v9fs_get_fsgid_for_create to return a kgidEric W. Biederman1-5/+5
2013-02-129p: Modify struct v9fs_session_info to use a kuids and kgidsEric W. Biederman2-10/+30
2013-02-129p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman3-10/+11
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman4-21/+30
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman3-18/+19
2013-02-129p: Add 'u' and 'g' format specifies for kuids and kgidsEric W. Biederman1-0/+36
2013-02-12ceph: Enable building when user namespaces are enabled.Eric W. Biederman1-1/+0
2013-02-12ceph: Convert kuids and kgids before printing them.Eric W. Biederman2-4/+8
2013-02-12ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2-4/+4
2013-02-12ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman1-6/+8
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2-9/+9
2013-02-12ceph: Only allow mounts in the initial network namespaceEric W. Biederman1-0/+5
2013-01-27userns: Allow the unprivileged users to mount mqueue fsGao feng1-0/+1
2013-01-26userns: Allow the userns root to mount tmpfs.Eric W. Biederman1-0/+2
2013-01-26userns: Allow the userns root to mount ramfs.Eric W. Biederman1-0/+1
2013-01-26userns: Allow the userns root to mount of devptsEric W. Biederman1-0/+18
2013-01-26userns: Recommend use of memory control groups.Eric W. Biederman2-0/+21
2013-01-26userns: Allow any uid or gid mappings that don't overlap.Eric W. Biederman1-6/+39
2013-01-26userns: Avoid recursion in put_user_nsEric W. Biederman3-16/+15
2012-12-26userns: Allow unprivileged rebootLi Zefan1-2/+3
2012-12-25f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman1-1/+0
2012-12-25proc: Allow proc_free_inum to be called from any contextEric W. Biederman1-6/+7
2012-12-25pidns: Stop pid allocation when init diesEric W. Biederman4-4/+20