Linux Containers
[Prev Page][Next Page]
- Re: [PATCH 11/11] newuidmap,newgidmap: New suid helpers for using subordinate uids and gids, (continued)
- [PATCH RESEND] userns: enable tmpfs support for user namespace,
Gao feng
- [PATCH] cgroup: don't show pid list on tasks/procs in ascending order,
Jeff Liu
- [GIT PULL] cfq blkcg hierarchy support, Tejun Heo
- [PATCH 1/2] cgroups: move cgroup_event_listener.c to tools/cgroup,
Greg Thelen
- [PATCHSET] cpuset: drop cpuset->stack_list and ->parent, take#2,
Tejun Heo
- [PATCHSET] cpuset: decouple cpuset locking from cgroup core, take#2,
Tejun Heo
- [PATCH 01/13] cpuset: remove unused cpuset_unlock(), Tejun Heo
- [PATCH 02/13] cpuset: remove fast exit path from remove_tasks_in_empty_cpuset(), Tejun Heo
- [PATCH 03/13] cpuset: introduce ->css_on/offline(), Tejun Heo
- [PATCH 04/13] cpuset: introduce CS_ONLINE, Tejun Heo
- [PATCH 05/13] cpuset: introduce cpuset_for_each_child(), Tejun Heo
- [PATCH 06/13] cpuset: cleanup cpuset[_can]_attach(), Tejun Heo
- [PATCH 07/13] cpuset: reorganize CPU / memory hotplug handling, Tejun Heo
- [PATCH 08/13] cpuset: don't nest cgroup_mutex inside get_online_cpus(), Tejun Heo
- [PATCH 09/13] cpuset: drop async_rebuild_sched_domains(), Tejun Heo
- [PATCH 10/13] cpuset: make CPU / memory hotplug propagation asynchronous, Tejun Heo
- [PATCH 11/13] cpuset: pin down cpus and mems while a task is being attached, Tejun Heo
- [PATCH 12/13] cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty, Tejun Heo
- [PATCH 13/13] cpuset: replace cgroup_mutex locking with cpuset internal locking, Tejun Heo
- Re: [PATCHSET] cpuset: decouple cpuset locking from cgroup core, take#2, Li Zefan
- Re: [PATCHSET] cpuset: decouple cpuset locking from cgroup core, take#2, Kamezawa Hiroyuki
- Re: [PATCHSET] cpuset: decouple cpuset locking from cgroup core, take#2, Glauber Costa
- [PATCHSET] block: implement blkcg hierarchy support in cfq, take#2,
Tejun Heo
- [PATCH 01/24] cfq-iosched: Properly name all references to IO class, Tejun Heo
- [PATCH 02/24] cfq-iosched: More renaming to better represent wl_class and wl_type, Tejun Heo
- [PATCH 03/24] cfq-iosched: Rename "service_tree" to "st" at some places, Tejun Heo
- [PATCH 04/24] cfq-iosched: Rename few functions related to selecting workload, Tejun Heo
- [PATCH 05/24] cfq-iosched: Get rid of unnecessary local variable, Tejun Heo
- [PATCH 06/24] cfq-iosched: Print sync-noidle information in blktrace messages, Tejun Heo
- [PATCH 07/24] blkcg: fix minor bug in blkg_alloc(), Tejun Heo
- [PATCH 09/24] blkcg: cosmetic updates to blkg_create(), Tejun Heo
- [PATCH 08/24] blkcg: reorganize blkg_lookup_create() and friends, Tejun Heo
- [PATCH 10/24] blkcg: make blkcg_gq's hierarchical, Tejun Heo
- [PATCH 11/24] cfq-iosched: add leaf_weight, Tejun Heo
- [PATCH 12/24] cfq-iosched: implement cfq_group->nr_active and ->children_weight, Tejun Heo
- [PATCH 13/24] cfq-iosched: implement hierarchy-ready cfq_group charge scaling, Tejun Heo
- [PATCH 14/24] cfq-iosched: convert cfq_group_slice() to use cfqg->vfraction, Tejun Heo
- [PATCH 15/24] cfq-iosched: enable full blkcg hierarchy support, Tejun Heo
- [PATCH 17/24] blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->online, Tejun Heo
- [PATCH 18/24] blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/, Tejun Heo
- [PATCH 19/24] blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge(), Tejun Heo
- [PATCH 20/24] block: RCU free request_queue, Tejun Heo
- [PATCH 21/24] blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lock, Tejun Heo
- [PATCH 23/24] cfq-iosched: collect stats from dead cfqgs, Tejun Heo
- [PATCH 22/24] cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats(), Tejun Heo
- [PATCH 24/24] cfq-iosched: add hierarchical cfq_group statistics, Tejun Heo
- [PATCH 16/24] blkcg: add blkg_policy_data->plid, Tejun Heo
- [PATCH 18.5/24] blkcg: export __blkg_prfill_rwstat() take#2, Tejun Heo
- Re: [PATCHSET] block: implement blkcg hierarchy support in cfq, take#2, Vivek Goyal
- [PATCH/RFC] user_ns: fix missing limiting of user_ns counts,
Vasily Kulikov
- [PATCH] userns: Allow unprivileged reboot,
Li Zefan
- [GIT PULL] namespace fixes for v3.8-rc2,
Eric W. Biederman
- [PATCH review] f2fs: Don't assign e_id in f2fs_acl_from_disk,
Eric W. Biederman
- Ckptinfo error i.e unexpected end of file (read 0 of 8) and restart error i.e Bad file discriptor,
Tanu E
- [PATCH review 0/3] pid namespaces fixes,
Eric W. Biederman
- [PATCH] cgroup: remove redundant check,
Sasha Levin
- [RFC PATCH 0/9] Add container support for cgroup,
Gao feng
- [RFC PATCH 3/9] cgroup: use root->top_root instead of root, Gao feng
- [RFC PATCH 2/9] cgroup: introduce the top root, Gao feng
- [RFC PATCH 1/9] cgroup: introduce cgroupfs_root flag ROOT_NAMESPACE, Gao feng
- [RFC PATCH 4/9] introduce helper function cgroup_in_root, Gao feng
- [RFC PATCH 7/9] cgroup: attach container's tasks to proper cgroup, Gao feng
- [RFC PATCH 5/9] cgroup: add container support for cgroup, Gao feng
- [RFC PATCH 6/9] pidns: move next_tgid to kernel/pid.c, Gao feng
- [RFC PATCH 9/9] cgroup: rework cgroup_path, Gao feng
- [RFC PATCH 8/9] cgroup: disallow container to change top cgroup's subsys files, Gao feng
- Re: [RFC PATCH 0/9] Add container support for cgroup, Glauber Costa
- Re: [RFC PATCH 0/9] Add container support for cgroup, Serge Hallyn
- Re: [RFC PATCH 0/9] Add container support for cgroup, Tejun Heo
- [PATCHSET] block: implement blkcg hierarchy support in cfq,
Tejun Heo
- [PATCH 01/12] blkcg: fix minor bug in blkg_alloc(), Tejun Heo
- [PATCH 02/12] blkcg: reorganize blkg_lookup_create() and friends, Tejun Heo
- [PATCH 03/12] blkcg: cosmetic updates to blkg_create(), Tejun Heo
- [PATCH 04/12] blkcg: make blkcg_gq's hierarchical, Tejun Heo
- [PATCH 05/12] cfq-iosched: add leaf_weight, Tejun Heo
- [PATCH 06/12] cfq-iosched: implement cfq_group->nr_active and ->level_weight, Tejun Heo
- [PATCH 07/12] cfq-iosched: implement hierarchy-ready cfq_group charge scaling, Tejun Heo
- [PATCH 08/12] cfq-iosched: convert cfq_group_slice() to use cfqg->vfraction, Tejun Heo
- [PATCH 09/12] cfq-iosched: enable full blkcg hierarchy support, Tejun Heo
- [PATCH 10/12] blkcg: add blkg_policy_data->plid, Tejun Heo
- [PATCH 11/12] blkcg: implement blkg_prfill_[rw]stat_recursive(), Tejun Heo
- [PATCH 12/12] cfq-iosched: add hierarchical cfq_group statistics, Tejun Heo
- Re: [PATCHSET] block: implement blkcg hierarchy support in cfq, Vivek Goyal
- [PATCH 0/4] user namespace fixes,
Eric W. Biederman
- [PATCH v2 UPDATE] mm/hugetlb: create hugetlb cgroup file in hugetlb_init,
Jianguo Wu
- [PATCH v2] mm/hugetlb: create hugetlb cgroup file in hugetlb_init, Jianguo Wu
- [PATCH] mm/hugetlb: create hugetlb cgroup file in hugetlb_init,
Jianguo Wu
- [GIT PULL] user namespace and namespace infrastructure changes for 3.8,
Eric W. Biederman
- [PATCH] core_pattern: set core helpers root and namespace to crashing process,
Neil Horman
- [Announce] Checkpoint-restore tool v0.3, Pavel Emelyanov
- [GIT PULL] cgroup changes for v3.8, Tejun Heo
- performance drop after using blkcg,
Zhao Shuai
- [PATCH v2] cgroup_rm_file: don't delete the uncreated files,
Gao feng
- [PATCH] cgroup_rm_file: don't delete the uncreated files,
Gao feng
- [RFC PATCH] core_pattern: set core helpers root and namespace to crashing process, Neil Horman
- [PATCH 1/2] cgroup: use cgroup_addrm_files in cgroup_clear_directory,
Gao feng
- [PATCHSET cgroup/for-3.8] cpuset: drop cpuset->stack_list and ->parent,
Tejun Heo
- [PATCH 1/2] cgroup: fix lockdep warning for event_control,
Greg Thelen
- [PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core,
Tejun Heo
- [PATCH 01/13] cpuset: remove unused cpuset_unlock(), Tejun Heo
- [PATCH 02/13] cpuset: remove fast exit path from remove_tasks_in_empty_cpuset(), Tejun Heo
- [PATCH 03/13] cpuset: introduce ->css_on/offline(), Tejun Heo
- [PATCH 04/13] cpuset: introduce CS_ONLINE, Tejun Heo
- [PATCH 05/13] cpuset: introduce cpuset_for_each_child(), Tejun Heo
- [PATCH 06/13] cpuset: cleanup cpuset[_can]_attach(), Tejun Heo
- [PATCH 07/13] cpuset: drop async_rebuild_sched_domains(), Tejun Heo
- [PATCH 08/13] cpuset: reorganize CPU / memory hotplug handling, Tejun Heo
- [PATCH 09/13] cpuset: don't nest cgroup_mutex inside get_online_cpus(), Tejun Heo
- [PATCH 10/13] cpuset: make CPU / memory hotplug propagation asynchronous, Tejun Heo
- [PATCH 11/13] cpuset: pin down cpus and mems while a task is being attached, Tejun Heo
- [PATCH 12/13] cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty, Tejun Heo
- [PATCH 13/13] cpuset: replace cgroup_mutex locking with cpuset internal locking, Tejun Heo
- Re: [PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core, Glauber Costa
- Re: [PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core, Kamezawa Hiroyuki
- Re: [PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core, Michal Hocko
- Re: [PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core, Li Zefan
- [PATCH] cgroup: fix lockdep warning for event_control,
Greg Thelen
- [PATCH] cgroup: avoid creating degenerate allcg_list,
Greg Thelen
- Mapping between host & container PIDs ?,
Daniel P. Berrange
- [PATCH 4/4] setns.2: Document the pid, user, and mount namespace support.,
Eric W. Biederman
- [PATCH 3/4] proc.5: Document the proc files for the user, mount, and pid namespaces.,
Eric W. Biederman
- [PATCH 2/4] clone.2: Describe the user namespace,
Eric W. Biederman
- [PATCH 1/4] proc.5: Document /proc/[pid]/uid_map and /proc/[pid]/gid_map,
Eric W. Biederman
- Why is cpuset_cpus_allowed_fallback() necessary?,
Tejun Heo
- Re: [PATCH RFC 3/5] printk: modify printk interface for syslog_namespace,
Libo Chen
- Re: [PATCH RFC 01/12] userns: Support 9p interacting with multiple user namespaces,
Zhao Hongjiang
- [PATCH RFC 0/12] Final userns conversions,
Eric W. Biederman
- [PATCH RFC 01/12] userns: Support 9p interacting with multiple user namespaces, Eric W. Biederman
- [PATCH RFC 02/12] userns: Convert afs to use kuid/kgid where appropriate, Eric W. Biederman
- [PATCH RFC 03/12] userns: Convert ceph to use kuid/kgid where appropriate, Eric W. Biederman
- [PATCH RFC 04/12] userns: Convert cifs to use kuid/kgid where appropriate, Eric W. Biederman
- [PATCH RFC 05/12] userns: Convert coda's to use kuid/kgid where appropriate, Eric W. Biederman
- [PATCH RFC 06/12] userns: Convert gfs2 to use kuid/kgid where appropriate, Eric W. Biederman
- [PATCH RFC 07/12] userns: Convert ncpfs to use kuid and kgid where appropriate, Eric W. Biederman
- [PATCH RFC 08/12] userns: Convert nfs and nfsd to use kuid/kgid where appropriate, Eric W. Biederman
- [PATCH RFC 09/12] userns: Convert ocfs2 to use kuid and kgid where appropriate, Eric W. Biederman
- [PATCH RFC 10/12] userns: Convert xfs to use kuid/kgid/kprojid where appropriate, Eric W. Biederman
- [PATCH RFC 11/12] userns: Now that everything has been converted remove the unnecessary infrastructure, Eric W. Biederman
- [PATCH RFC 12/12] userns: Remove the EXPERMINTAL kconfig tag, Eric W. Biederman
- Re: [PATCH RFC 0/12] Final userns conversions, Dave Chinner
- [PATCHSET REPOST v2 cgroup/for-3.8] netcls/prio_cgroup: update hierarchy support,
Tejun Heo
- [PATCHSET v2 cgroup/for-3.8] netcls/prio_cgroup: update hierarchy support,
Tejun Heo
- [PATCH review 0/16] user namespace and namespace infrastructure completion,
Eric W. Biederman
- [PATCH review 01/16] userns: Ignore suid and sgid on binaries if the uid or gid can not be mapped, Eric W. Biederman
- [PATCH review 02/16] userns: Allow unprivileged users to create user namespaces., Eric W. Biederman
- [PATCH review 03/16] userns: Allow chown and setgid preservation, Eric W. Biederman
- [PATCH review 04/16] userns: Allow setting a userns mapping to your current uid., Eric W. Biederman
- [PATCH review 05/16] userns: Allow unprivileged users to create new namespaces, Eric W. Biederman
- [PATCH review 06/16] userns: Allow unprivileged use of setns., Eric W. Biederman
- [PATCH review 07/16] userns: Make create_new_namespaces take a user_ns parameter, Eric W. Biederman
- [PATCH review 08/16] userns: Kill task_user_ns, Eric W. Biederman
- [PATCH review 09/16] userns: Implent proc namespace operations, Eric W. Biederman
- [PATCH review 10/16] userns: Implement unshare of the user namespace, Eric W. Biederman
- [PATCH review 14/16] proc: Generalize proc inode allocation, Eric W. Biederman
- [PATCH review 12/16] userns: For /proc/self/{uid, gid}_map derive the lower userns from the struct file, Eric W. Biederman
- [PATCH review 13/16] userns: Allow unprivilged mounts of proc and sysfs, Eric W. Biederman
- [PATCH review 11/16] procfs: Print task uids and gids in the userns that opened the proc file, Eric W. Biederman
- [PATCH review 15/16] proc: Fix the namespace inode permission checks., Eric W. Biederman
- [PATCH review 16/16] proc: Usable inode numbers for the namespace file descriptors., Eric W. Biederman
- Re: [PATCH 03/11] pidns: Capture the user namespace and filter ns_last_pid,
Zhao Hongjiang
- [PATCH review 0/6] mount namespace container enhancements,
Eric W. Biederman
- [PATCH] pidns: remove the useless function is_container_init,
Gao feng
- [PATCH RFC 5/5] printk: use ns_printk in iptable context, Rui Xiang
- [PATCH RFC 4/5] printk: add ns_printk for specific syslog_ns, Rui Xiang
- [PATCH RFC 3/5] printk: modify printk interface for syslog_namespace,
Rui Xiang
- [PATCH RFC 2/5] Syslog_ns: add CLONE_NEWSYSLOG and create syslog_ns when copying process, Rui Xiang
- [PATCH RFC 1/5] Syslog_ns: add syslog_namespace struct and API, Rui Xiang
- [PATCH RFC 0/5] Containerize syslog,
Rui Xiang
- [PATCH net-next ] net: Allow userns root to control tun and tap devices,
Eric W. Biederman
- [PATCHSET cgroup/for-3.8] netcls_cgroup: implement hierarchy support,
Tejun Heo
- [PATCH RFC] syslog ns proof of concept,
Serge Hallyn
- [PATCHSET cgroup/for-3.8] netprio_cgroup: implement hierarchy support,
Tejun Heo
- [PATCH 1/8] cgroup: add cgroup->id, Tejun Heo
- [PATCH 2/8] netprio: simplify write_priomap(), Tejun Heo
- [PATCH 3/8] netprio_cgroup: shorten variable names in extend_netdev_table(), Tejun Heo
- [PATCH 4/8] netprio_cgroup: reimplement priomap expansion, Tejun Heo
- [PATCH 5/8] netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx, Tejun Heo
- [PATCH 6/8] netprio_cgroup: implement netprio[_set]_prio() helpers, Tejun Heo
- [PATCH 7/8] netprio_cgroup: keep track of whether prio is set or not, Tejun Heo
- [PATCH 8/8] netprio_cgroup: implement hierarchy support, Tejun Heo
- Re: [PATCHSET cgroup/for-3.8] netprio_cgroup: implement hierarchy support, Neil Horman
- Re: [PATCHSET cgroup/for-3.8] netprio_cgroup: implement hierarchy support, Daniel Wagner
- [REVIEW][PATCH 0/11] pid namespace cleanups and enhancements,
Eric W. Biederman
- [PATCH 01/11] procfs: Use the proc generic infrastructure for proc/self., Eric W. Biederman
- [PATCH 02/11] procfs: Don't cache a pid in the root inode., Eric W. Biederman
- [PATCH 03/11] pidns: Capture the user namespace and filter ns_last_pid, Eric W. Biederman
- [PATCH 04/11] pidns: Use task_active_pid_ns where appropriate, Eric W. Biederman
- [PATCH 05/11] pidns: Make the pidns proc mount/umount logic obvious., Eric W. Biederman
- [PATCH 06/11] pidns: Don't allow new processes in a dead pid namespace., Eric W. Biederman
- [PATCH 07/11] pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1, Eric W. Biederman
- [PATCH 08/11] pidns: Deny strange cases when creating pid namespaces., Eric W. Biederman
- [PATCH 09/11] pidns: Add setns support, Eric W. Biederman
- [PATCH 10/11] pidns: Consolidate initialzation of special init task state, Eric W. Biederman
- [PATCH 11/11] pidns: Support unsharing the pid namespace., Eric W. Biederman
- [PATCH net-next 0/17] Make the network stack usable by userns root,
Eric W. Biederman
[Index of Archives]
[Cgroups]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]