Linux Container Development
 help / color / mirror / Atom feed
 messages from 2008-04-03 20:25:55 to 2008-04-15 21:34:02 UTC [more...]

[PATCH 1/2] eCryptfs: Introduce device handle for userspace daemon communications
 2008-04-15 21:34 UTC  (2+ messages)

[RFC][PATCH 1/4] Provide a new procfs interface to set next id
 2008-04-15 18:52 UTC  (7+ messages)
` [RFC][PATCH 2/4] Provide a new procfs interface to set next upid nr(s)
` [RFC][PATCH 3/4] IPC: use the target ID specified in procfs
` [RFC][PATCH 4/4] PID: "
  ` [RFC][PATCH 0/4] Object creation with a specified id

[PATCH 0/8 net-2.6.26] [NETNS]: namespace refcounting cleanup
 2008-04-15 14:55 UTC  (10+ messages)
` [PATCH 1/8 net-2.6.26] [NETNS]: Make netns refconting debug like a socket one
` [PATCH 2/8 net-2.6.26] [NETNS]: Add netns refcnt debug for kernel sockets
` [PATCH 3/8 net-2.6.26] [NETNS]: Add netns refcnt debug for timewait buckets
` [PATCH 4/8 net-2.6.26] [NETNS]: Add netns refcnt debug into fib_info
` [PATCH 5/8 net-2.6.26] [NETNS]: Add netns refcnt debug for inet bind buckets
` [PATCH 6/8 net-2.6.26] [NETNS]: Add netns refcnt debug for dst ops
` [PATCH 7/8 net-2.6.26] [NETNS]: Add netns refcnt debug to fib rules
` [PATCH 8/8 net-2.6.26] [NETNS]: Add netns refcnt debug for network devices

[PATCH 0/14 (3 subsets)] Make tuns and vlans devices work per-net
 2008-04-15 10:31 UTC  (35+ messages)
` [PATCH 1/14][NETNS]: Introduce the net-subsys id generator
  ` [Devel] "
` [PATCH 3/14][TUN]: Introduce the tun_net structure
` [PATCH 4/14][TUN]: Actually make the tun_dev_list per-net
` [PATCH 5/14][TUN]: Allow to register tun devices in namespace
` [PATCH 6/14][RTNL]: Introduce the rtnl_kill_links call
` [PATCH 7/14][VLAN]: Tag vlan_group with device, not ifindex
` [PATCH 9/14][VLAN]: Add net argument to proc init/cleanup calls
` [PATCH 11/14][VLAN]: Make /proc/net/vlan/conf file show per-net info
` [PATCH 12/14][VLAN]: Make vlan_name_type per-net
` [PATCH 13/14][VLAN]: Allows vlan devices registration in net namespace
  ` [PATCH 2/14][NETNS]: Generic per-net pointers
  ` [PATCH 8/14][VLAN]: Introduce the vlan_net structure
  ` [PATCH 10/14][VLAN]: Create proc files in proper net
  ` [PATCH 14/14][VLAN]: Migrate proc files when vlan device is moved to namespace

[RFC] Control Groups Roadmap ideas
 2008-04-14 15:03 UTC  (9+ messages)

[RFC][-mm] [2/2] Simple stats for memory resource controller
 2008-04-14 14:40 UTC  (4+ messages)

[PATCH 0/4] Helper patches for PTY namespaces
 2008-04-14 12:31 UTC  (18+ messages)
` [PATCH 1/4]: Propagate error code from devpts_pty_new
` [PATCH 2/4]: Factor out PTY index allocation
` [PATCH 3/4]: Move devpts globals into init_pts_ns
` [PATCH 4/4]: Enable multiple mounts of /dev/pts
          ` [LTP] [PATCH 0/4] Helper patches for PTY namespaces
  ` Multiple instances of devpts

wooziness
 2008-04-14  4:44 UTC 

pucker
 2008-04-11 23:31 UTC 

nets: status of sysfs with netns
 2008-04-11 15:33 UTC  (4+ messages)

[RFC PATCH 0/4] Container Freezer: Reuse Suspend Freezer
 2008-04-11 11:49 UTC  (15+ messages)
` [RFC PATCH 1/4] Container Freezer: Add TIF_FREEZE flag to all architectures
` [RFC PATCH 2/4] Container Freezer: Make refrigerator always available
` [RFC PATCH 3/4] Container Freezer: Implement freezer cgroup subsystem
` [RFC PATCH 4/4] Container Freezer: Skip frozen cgroups during power management resume
    ` [Devel] [RFC PATCH 0/4] Container Freezer: Reuse Suspend Freezer

[PATCH 0/3] clone64() and unshare64() system calls
 2008-04-11  8:45 UTC  (27+ messages)
` [PATCH 1/3] change clone_flags type to u64
` [PATCH 2/3] add do_unshare()
` [PATCH 3/3] add the clone64() and unshare64() syscalls

[RFC][PATCH 0/7] Clone PTS namespace
 2008-04-10 20:58 UTC  (18+ messages)
` [RFC][PATCH 1/7]: Propagate error code from devpts_pty_new
` [RFC][PATCH 2/7]: Factor out PTY index allocation
` [RFC][PATCH 3/7]: Enable multiple mounts of /dev/pts
` [RFC][PATCH 4/7]: Allow mknod of ptmx and tty in devpts
` [RFC][PATCH 5/7]: Implement get_pts_ns() and put_pts_ns()
` [RFC][PATCH 6/7]: Determine pts_ns from a pty's inode
` [RFC][PATCH 7/7]: Enable cloning PTY namespaces

[RFC][-mm] [1/2] Simple stats for cpu resource controller
 2008-04-10 16:25 UTC  (11+ messages)

[PATCH 0/10] Make bsd process accounting work in pid namespaces
 2008-04-10  8:59 UTC  (11+ messages)
  ` [PATCH 1/10] Bsdacct: rename acct_glbl structure
  ` [PATCH 2/10] Pidns: use kzalloc to allocate new pid namespace
  ` [PATCH 3/10] Pidns: add struct bsd_acct_struct *bacct field on pid_namespace
  ` [PATCH 4/10] Bsdacct: fix bogus comment near acct_process
  ` [PATCH 5/10] Bsdacct: make check timer accept an argument
  ` [PATCH 6/10] Bsdacct: make the acct_lock global
  ` [PATCH 7/10] Bsdacct: stop using global bsd_acct_struct instance in internal functions
  ` [PATCH 8/10] Bsdacct: make bsd_acct_struct per pid namespace
  ` [PATCH 9/10] Bsdacct: stop accounting for all namespaces on umount time
  ` [PATCH 10/10] Bsdacct: account task in each namespace is is visible from

[RFC][PATCH] another swap controller for cgroup
 2008-04-10  7:40 UTC  (2+ messages)

Loadable cgroup subsystems
 2008-04-09  8:31 UTC  (6+ messages)

[RFC][PATCH] CGroups: Include hierarchy ids in /proc/<pid>/cgroup
 2008-04-09  0:05 UTC 

[RFC] Control Groups Roadmap ideas
 2008-04-08 21:14 UTC 

[RFC][-mm] [0/2] Basic stats for cgroups V2
 2008-04-08 16:32 UTC  (8+ messages)

[RFC][PATCH] another swap controller for cgroup
 2008-04-08  3:29 UTC  (2+ messages)

[PATCH -mm 2/3] cgroup: simplify init_subsys() (v2)
 2008-04-07  1:45 UTC 

[PATCH 0/7][v2] Clone PTY namespaces
 2008-04-04 20:17 UTC  (5+ messages)
` [PATCH 6/7][v2]: Determine pts_ns from a pty's inode

[RFC][PATCH 0/4] Object creation with a specified id
 2008-04-04 14:51 UTC 

[RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
 2008-04-04  9:46 UTC  (3+ messages)

[PATCH 0/13 net-2.6.26] UDP/ICMP/TCP for a namespace v2
 2008-04-03 21:58 UTC  (2+ messages)

effuses
 2008-04-03 21:11 UTC 

[PATCH 1/3] [IPV6]: Event type in addrconf_ifdown is mis-used
 2008-04-03 20:33 UTC  (4+ messages)

[PATCH 0/3 net-2.6.26] Compilation fixes
 2008-04-03 20:25 UTC  (4+ messages)


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