index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-13
ncpfs: Support interacting with multiple user namespaces
Eric W. Biederman
4
-37
/
+50
2013-02-13
gfs2: Enable building with user namespaces enabled
Eric W. Biederman
1
-1
/
+0
2013-02-13
gfs2: Convert uids and gids between dinodes and vfs inodes.
Eric W. Biederman
3
-6
/
+6
2013-02-13
gfs2: Use uid_eq and gid_eq where appropriate
Eric W. Biederman
3
-11
/
+16
2013-02-13
gfs2: Use kuid_t and kgid_t types where appropriate.
Eric W. Biederman
3
-9
/
+10
2013-02-13
gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines
Eric W. Biederman
1
-20
/
+5
2013-02-13
gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid
Eric W. Biederman
2
-46
/
+26
2013-02-13
gfs2: Convert gfs2_quota_refresh to take a kqid
Eric W. Biederman
3
-5
/
+16
2013-02-13
gfs2: Modify qdsb_get to take a struct kqid
Eric W. Biederman
1
-6
/
+7
2013-02-13
gfs2: Modify struct gfs2_quota_change_host to use struct kqid
Eric W. Biederman
1
-3
/
+5
2013-02-13
gfs2: Introduce qd2index
Eric W. Biederman
1
-2
/
+8
2013-02-13
gfs2: Report quotas in the caller's user namespace.
Eric W. Biederman
1
-1
/
+1
2013-02-13
gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
Eric W. Biederman
7
-14
/
+15
2013-02-13
gfs2: Remove improper checks in gfs2_set_dqblk.
Eric W. Biederman
1
-6
/
+0
2013-02-13
ocfs2: Enable building with user namespaces enabled
Eric W. Biederman
1
-1
/
+0
2013-02-13
ocfs2: Compare kuids and kgids using uid_eq and gid_eq
Eric W. Biederman
2
-5
/
+5
2013-02-13
ocfs2: For tracing report the uid and gid values in the initial user namespace
Eric W. Biederman
1
-1
/
+2
2013-02-13
ocfs2: Convert uid and gids between in core and on disk inodes
Eric W. Biederman
2
-8
/
+8
2013-02-13
ocfs2: convert between kuids and kgids and DLM locks
Eric W. Biederman
1
-4
/
+4
2013-02-13
ocfs2: Handle kuids and kgids in acl/xattr conversions.
Eric W. Biederman
1
-2
/
+29
2013-02-13
coda: Allow coda to be built when user namespace support is enabled
Eric W. Biederman
1
-1
/
+0
2013-02-13
coda: Cache permisions in struct coda_inode_info in a kuid_t.
Eric W. Biederman
3
-4
/
+4
2013-02-13
coda: Restrict coda messages to the initial user namespace
Eric W. Biederman
4
-8
/
+11
2013-02-13
coda: Restrict coda messages to the initial pid namespace
Eric W. Biederman
3
-2
/
+10
2013-02-13
afs: Support interacting with multiple user namespaces
Eric W. Biederman
4
-10
/
+15
2013-02-13
afs: Only allow mounting afs in the intial network namespace
Eric W. Biederman
1
-0
/
+6
2013-02-12
afs: Remove unused structure afs_store_status
Eric W. Biederman
1
-7
/
+0
2013-02-12
9p: Allow building 9p with user namespaces enabled.
Eric W. Biederman
1
-4
/
+0
2013-02-12
9p: Modify v9fs_get_fsgid_for_create to return a kgid
Eric W. Biederman
1
-5
/
+5
2013-02-12
9p: Modify struct v9fs_session_info to use a kuids and kgids
Eric W. Biederman
2
-10
/
+30
2013-02-12
9p: Modify struct 9p_fid to use a kuid_t not a uid_t
Eric W. Biederman
3
-10
/
+11
2013-02-12
9p: Modify the stat structures to use kuid_t and kgid_t
Eric W. Biederman
4
-21
/
+30
2013-02-12
9p: Transmit kuid and kgid values
Eric W. Biederman
3
-18
/
+19
2013-02-12
9p: Add 'u' and 'g' format specifies for kuids and kgids
Eric W. Biederman
1
-0
/
+36
2013-02-12
ceph: Enable building when user namespaces are enabled.
Eric W. Biederman
1
-1
/
+0
2013-02-12
ceph: Convert kuids and kgids before printing them.
Eric W. Biederman
2
-4
/
+8
2013-02-12
ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t
Eric W. Biederman
2
-4
/
+4
2013-02-12
ceph: Translate inode uid and gid attributes to/from kuids and kgids.
Eric W. Biederman
1
-6
/
+8
2013-02-12
ceph: Translate between uid and gids in cap messages and kuids and kgids
Eric W. Biederman
2
-9
/
+9
2013-02-12
ceph: Only allow mounts in the initial network namespace
Eric W. Biederman
1
-0
/
+5
2013-01-28
userns: Allow the unprivileged users to mount mqueue fs
Gao feng
1
-0
/
+1
2013-01-27
userns: Allow the userns root to mount tmpfs.
Eric W. Biederman
1
-0
/
+2
2013-01-27
userns: Allow the userns root to mount ramfs.
Eric W. Biederman
1
-0
/
+1
2013-01-27
userns: Allow the userns root to mount of devpts
Eric W. Biederman
1
-0
/
+18
2013-01-27
userns: Recommend use of memory control groups.
Eric W. Biederman
2
-0
/
+21
2013-01-27
userns: Allow any uid or gid mappings that don't overlap.
Eric W. Biederman
1
-6
/
+39
2013-01-27
userns: Avoid recursion in put_user_ns
Eric W. Biederman
3
-16
/
+15
2012-12-27
userns: Allow unprivileged reboot
Li Zefan
1
-2
/
+3
2012-12-26
f2fs: Don't assign e_id in f2fs_acl_from_disk
Eric W. Biederman
1
-1
/
+0
2012-12-26
proc: Allow proc_free_inum to be called from any context
Eric W. Biederman
1
-6
/
+7
[next]