Linux Container Development
 help / color / mirror / Atom feed
 messages from 2012-11-12 13:04:56 to 2012-11-20 08:30:11 UTC [more...]

[PATCH 1/7] netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy marking
 2012-11-20  8:30 UTC  (7+ 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
 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  (19+ messages)
  ` [PATCH 2/8] netprio: simplify write_priomap()
  ` [PATCH 3/8] netprio_cgroup: shorten variable names in extend_netdev_table()
  ` [PATCH 4/8] netprio_cgroup: reimplement priomap expansion
  ` [PATCH 5/8] netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
  ` [PATCH 6/8] netprio_cgroup: implement netprio[_set]_prio() helpers
  ` [PATCH 7/8] netprio_cgroup: keep track of whether prio is set or not
  ` [PATCH 8/8] netprio_cgroup: implement hierarchy support
  ` [PATCHSET cgroup/for-3.8] "

[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)
  ` [PATCH 2/3] netcls_cgroup: introduce cgroup_cls_state->is_local
      ` [PATCH v2 "
  ` [PATCH 3/3] netcls_cgroup: implement proper hierarchy support
  ` [PATCHSET cgroup/for-3.8] netcls_cgroup: implement "

[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 net-next 0/17] Make the network stack usable by userns root
 2012-11-19 18:52 UTC  (25+ messages)
  ` [PATCH net-next 01/17] netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
      ` [PATCH net-next 02/17] userns: make each net (net_ns) belong to a user_ns
      ` [PATCH net-next 03/17] sysctl: Pass useful parameters to sysctl permissions
      ` [PATCH net-next 04/17] net: Don't export sysctls to unprivileged users
      ` [PATCH net-next 05/17] net: Push capable(CAP_NET_ADMIN) into the rtnl methods
      ` [PATCH net-next 06/17] net: Update the per network namespace sysctls to be available to the network namespace owner
      ` [PATCH net-next 07/17] user_ns: get rid of duplicate code in net_ctl_permissions
      ` [PATCH net-next 08/17] net: Allow userns root to force the scm creds
      ` [PATCH net-next 09/17] net: Allow userns root control of the core of the network stack
      ` [PATCH net-next 10/17] net: Allow userns root to control ipv4
      ` [PATCH net-next 11/17] net: Allow userns root to control ipv6
      ` [PATCH net-next 12/17] net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
      ` [PATCH net-next 13/17] net: Allow userns root to control the network bridge code
      ` [PATCH net-next 14/17] net: Allow the userns root to control vlans
      ` [PATCH net-next 15/17] net: Enable some sysctls that are safe for the userns root
      ` [PATCH net-next 16/17] net: Enable a userns root rtnl calls that are safe for unprivilged users
      ` [PATCH net-next 17/17] net: Make CAP_NET_BIND_SERVICE per user namespace

[PATCH 01/17] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
 2012-11-19 16:59 UTC  (31+ messages)
  ` [PATCH 02/17] cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
  ` [PATCH 03/17] cgroup: open-code cgroup_create_dir()
  ` [PATCH 04/17] cgroup: create directory before linking while creating a new cgroup
      ` [PATCH v2 "
  ` [PATCH 05/17] cgroup: cgroup->dentry isn't a RCU pointer
  ` [PATCH 06/17] cgroup: remove duplicate RCU free on struct cgroup
  ` [PATCH 07/17] cgroup: make CSS_* flags bit masks instead of bit positions
  ` [PATCH 08/17] cgroup: trivial cleanup for cgroup_init/load_subsys()
  ` [PATCH 09/17] cgroup: lock cgroup_mutex in cgroup_init_subsys()
  ` [PATCH 10/17] cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys()
  ` [PATCH 11/17] cgroup: separate out cgroup_destroy_locked()
  ` [PATCH 12/17] cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
  ` [PATCH 13/17] cgroup: simplify cgroup_load_subsys() failure path
  ` [PATCH 14/17] cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory
  ` [PATCH 15/17] cgroup: update cgroup_create() failure path
  ` [PATCH 16/17] cgroup: allow ->post_create() to fail
  ` [PATCH 17/17] cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
  ` [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  (6+ messages)
  ` [PATCH 1/2] cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/

[PATCH RFC 3/5] printk: modify printk interface for syslog_namespace
 2012-11-19 14:53 UTC  (3+ messages)

[PATCH RFC 0/5] Containerize syslog
 2012-11-19 14:37 UTC  (3+ messages)

[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)

[REVIEW][PATCH 0/11] pid namespace cleanups and enhancements
 2012-11-19 11:02 UTC  (15+ 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 07/11] pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1
      ` [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 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 

[PATCHSET cgroup/for-3.8] netcls_cgroup: implement hierarchy support
 2012-11-17  3:30 UTC 

[PATCHSET cgroup/for-3.8] netprio_cgroup: implement hierarchy support
 2012-11-16 19:20 UTC 

[PATCH 1/2] cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
 2012-11-13 20:27 UTC 

[GIT PULL] cgroup fixes for v3.7-rc5
 2012-11-13 16:26 UTC 

[PATCHSET cgroup/for-3.8] cgroup: allow ->post_create() to fail
 2012-11-13  3:01 UTC 

[PATCH] userns: Support fuse interacting with multiple user namespaces
 2012-11-13  2:37 UTC  (3+ messages)

[PATCHSET cgroup/for-3.8] cgroup_freezer: implement proper hierarchy support
 2012-11-12 13:04 UTC  (3+ messages)
` [PATCH 1/9] cgroup: add cgroup_subsys->post_create()
          ` [PATCH 1/9 v3] "


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