Linux Container Development
 help / color / mirror / Atom feed
 messages from 2012-11-17 03:31:01 to 2012-11-28 21:34:11 UTC [more...]

[PATCH 01/13] cpuset: remove unused cpuset_unlock()
 2012-11-28 21:34 UTC  (4+ messages)
  ` [PATCH 02/13] cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()
  ` [PATCH 03/13] cpuset: introduce ->css_on/offline()
  ` [PATCH 04/13] cpuset: introduce CS_ONLINE

[PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core
 2012-11-28 21:34 UTC 

[PATCH] cgroup: fix lockdep warning for event_control
 2012-11-28 21:33 UTC  (3+ messages)

[PATCH] cgroup: avoid creating degenerate allcg_list
 2012-11-28 18:29 UTC  (2+ messages)

Mapping between host & container PIDs ?
 2012-11-27 21:49 UTC  (5+ messages)

Why is cpuset_cpus_allowed_fallback() necessary?
 2012-11-27 18:41 UTC 

[PATCH RFC 3/5] printk: modify printk interface for syslog_namespace
 2012-11-27 13:58 UTC  (4+ messages)

[PATCH 1/4] proc.5: Document /proc/[pid]/uid_map and /proc/[pid]/gid_map
 2012-11-27  0:48 UTC  (4+ messages)
  ` [PATCH 2/4] clone.2: Describe the user namespace
  ` [PATCH 3/4] proc.5: Document the proc files for the user, mount, and pid namespaces
  ` [PATCH 4/4] setns.2: Document the pid, user, and mount namespace support

Why is cpuset_cpus_allowed_fallback() necessary?
 2012-11-26 22:32 UTC 

[PATCH RFC 0/5] Containerize syslog
 2012-11-26 15:16 UTC  (5+ messages)

[PATCH RFC 0/12] Final userns conversions
 2012-11-25 12:47 UTC  (24+ messages)
  ` [PATCH RFC 01/12] userns: Support 9p interacting with multiple user namespaces
      ` [PATCH RFC 02/12] userns: Convert afs to use kuid/kgid where appropriate
      ` [PATCH RFC 03/12] userns: Convert ceph "
      ` [PATCH RFC 04/12] userns: Convert cifs "
      ` [PATCH RFC 05/12] userns: Convert coda's "
      ` [PATCH RFC 06/12] userns: Convert gfs2 "
      ` [PATCH RFC 07/12] userns: Convert ncpfs to use kuid and kgid "
      ` [PATCH RFC 08/12] userns: Convert nfs and nfsd to use kuid/kgid "
      ` [PATCH RFC 09/12] userns: Convert ocfs2 to use kuid and kgid "
      ` [PATCH RFC 10/12] userns: Convert xfs to use kuid/kgid/kprojid "
      ` [PATCH RFC 11/12] userns: Now that everything has been converted remove the unnecessary infrastructure
      ` [PATCH RFC 12/12] userns: Remove the EXPERMINTAL kconfig tag

[PATCH 1/7] netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy marking
 2012-11-22 15:33 UTC  (22+ messages)
  ` [PATCH 2/7] netprio_cgroup: simplify write_priomap()
  ` [PATCH 3/7] netprio_cgroup: shorten variable names in extend_netdev_table()
  ` [PATCH 4/7] netprio_cgroup: reimplement priomap expansion
  ` [PATCH 5/7] netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
  ` [PATCH 6/7] netprio_cgroup: implement netprio[_set]_prio() helpers
  ` [PATCH 7/7] netprio_cgroup: allow nesting and inherit config on cgroup creation
  ` [PATCHSET REPOST v2 cgroup/for-3.8] netcls/prio_cgroup: update hierarchy support

[PATCH RFC 01/12] userns: Support 9p interacting with multiple user namespaces
 2012-11-22 11:58 UTC  (2+ messages)

[PATCH net-next 0/17] Make the network stack usable by userns root
 2012-11-21 18:29 UTC  (9+ messages)
` [PATCH net-next 01/17] netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
    ` [PATCH net-next 09/17] net: Allow userns root control of the core of the network stack

[PATCH RFC 3/5] printk: modify printk interface for syslog_namespace
 2012-11-21 17:49 UTC  (5+ messages)

[REVIEW][PATCH 0/11] pid namespace cleanups and enhancements
 2012-11-21  2:56 UTC  (23+ messages)
` [PATCH 01/11] procfs: Use the proc generic infrastructure for proc/self
  ` [PATCH 02/11] procfs: Don't cache a pid in the root inode
  ` [PATCH 03/11] pidns: Capture the user namespace and filter ns_last_pid
  ` [PATCH 04/11] pidns: Use task_active_pid_ns where appropriate
  ` [PATCH 05/11] pidns: Make the pidns proc mount/umount logic obvious
  ` [PATCH 06/11] pidns: Don't allow new processes in a dead pid namespace
  ` [PATCH 08/11] pidns: Deny strange cases when creating pid namespaces
  ` [PATCH 09/11] pidns: Add setns support
  ` [PATCH 10/11] pidns: Consolidate initialzation of special init task state
  ` [PATCH 11/11] pidns: Support unsharing the pid namespace
      ` [PATCH 07/11] pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1

[PATCHSET REPOST v2 cgroup/for-3.8] netcls/prio_cgroup: update hierarchy support
 2012-11-20  8:30 UTC 

[PATCH 1/7] netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy marking
 2012-11-20  8:28 UTC  (10+ messages)
  ` [PATCH 2/7] netprio_cgroup: simplify write_priomap()
  ` [PATCH 3/7] netprio_cgroup: shorten variable names in extend_netdev_table()
  ` [PATCH 4/7] netprio_cgroup: reimplement priomap expansion
  ` [PATCH 5/7] netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
  ` [PATCH 6/7] netprio_cgroup: implement netprio[_set]_prio() helpers
  ` [PATCH 7/7] netprio_cgroup: allow nesting and inherit config on cgroup creation
  ` [PATCHSET v2 cgroup/for-3.8] netcls/prio_cgroup: update hierarchy support

[PATCH 1/8] cgroup: add cgroup->id
 2012-11-20  8:20 UTC  (12+ messages)
  ` [PATCHSET cgroup/for-3.8] netprio_cgroup: implement hierarchy support

[PATCHSET v2 cgroup/for-3.8] netcls/prio_cgroup: update hierarchy support
 2012-11-20  7:06 UTC 

[PATCH 1/3] netcls_cgroup: introduce netcls_mutex
 2012-11-20  5:44 UTC  (17+ messages)
    ` [PATCHSET cgroup/for-3.8] netcls_cgroup: implement hierarchy support
    ` [PATCH 3/3] netcls_cgroup: implement proper "
  ` [PATCH 2/3] netcls_cgroup: introduce cgroup_cls_state->is_local
      ` [PATCH v2 "

[PATCH review 0/6] mount namespace container enhancements
 2012-11-20  4:29 UTC  (9+ messages)
  ` [PATCH review 1/6] vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespace
      ` [PATCH review 2/6] vfs: Add setns support for the mount namespace
      ` [PATCH review 3/6] vfs: Add a user namespace reference from struct mnt_namespace
      ` [PATCH review 4/6] vfs: Only support slave subtrees across different user namespaces
      ` [PATCH review 5/6] vfs: Allow unprivileged manipulation of the mount namespace
      ` [PATCH review 6/6] userns: fix return value on mntns_install() failure

[PATCH review 0/16] user namespace and namespace infrastructure completion
 2012-11-19 22:34 UTC  (27+ messages)
  ` [PATCH review 01/16] userns: Ignore suid and sgid on binaries if the uid or gid can not be mapped
      ` [PATCH review 02/16] userns: Allow unprivileged users to create user namespaces
      ` [PATCH review 03/16] userns: Allow chown and setgid preservation
      ` [PATCH review 04/16] userns: Allow setting a userns mapping to your current uid
      ` [PATCH review 05/16] userns: Allow unprivileged users to create new namespaces
      ` [PATCH review 06/16] userns: Allow unprivileged use of setns
      ` [PATCH review 07/16] userns: Make create_new_namespaces take a user_ns parameter
      ` [PATCH review 08/16] userns: Kill task_user_ns
      ` [PATCH review 09/16] userns: Implent proc namespace operations
      ` [PATCH review 10/16] userns: Implement unshare of the user namespace
      ` [PATCH review 11/16] procfs: Print task uids and gids in the userns that opened the proc file
      ` [PATCH review 12/16] userns: For /proc/self/{uid, gid}_map derive the lower userns from the struct file
      ` [PATCH review 13/16] userns: Allow unprivilged mounts of proc and sysfs
      ` [PATCH review 14/16] proc: Generalize proc inode allocation
      ` [PATCH review 15/16] proc: Fix the namespace inode permission checks
      ` [PATCH review 16/16] proc: Usable inode numbers for the namespace file descriptors

[PATCH net-next ] net: Allow userns root to control tun and tap devices
 2012-11-19 19:16 UTC  (3+ messages)

[PATCH 01/17] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
 2012-11-19 16:59 UTC  (8+ messages)
` [PATCH 06/17] cgroup: remove duplicate RCU free on struct cgroup
  ` [PATCHSET cgroup/for-3.8] cgroup: allow ->post_create() to fail

[PATCH 2/2] cgroup, cpuset: remove cgroup_subsys->post_clone()
 2012-11-19 16:36 UTC  (4+ messages)
  ` [PATCH 1/2] cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/

[PATCH] pidns: remove the useless function is_container_init
 2012-11-19 14:33 UTC  (4+ messages)

[PATCH RFC] syslog ns proof of concept
 2012-11-19 14:18 UTC  (5+ messages)

[PATCH 03/11] pidns: Capture the user namespace and filter ns_last_pid
 2012-11-19 12:41 UTC  (2+ messages)

[PATCH RFC 5/5] printk: use ns_printk in iptable context
 2012-11-19  8:17 UTC 

[PATCH RFC 4/5] printk: add ns_printk for specific syslog_ns
 2012-11-19  8:17 UTC 

[PATCH RFC 2/5] Syslog_ns: add CLONE_NEWSYSLOG and create syslog_ns when copying process
 2012-11-19  8:16 UTC 

[PATCH RFC 1/5] Syslog_ns: add syslog_namespace struct and API
 2012-11-19  8:16 UTC 

!商#业@快!讯!
 2012-11-18  4:54 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox