Linux Container Development
 help / color / mirror / Atom feed
 messages from 2008-10-22 11:55:38 to 2008-10-31 20:48:25 UTC [more...]

[PATCH 0/6] netns: add linux-vrf features via network namespaces
 2008-10-31 20:48 UTC  (11+ messages)

[BIG RFC] Filesystem-based checkpoint
 2008-10-31 14:21 UTC  (22+ messages)

[PATCH] rootfs automatic preparation by lxc
 2008-10-31 13:59 UTC  (2+ messages)

[RFC v8][PATCH 01/12] Create syscalls: sys_checkpoint, sys_restart
 2008-10-31 13:58 UTC  (16+ messages)
  ` [RFC v8][PATCH 02/12] Checkpoint/restart: initial documentation
  ` [RFC v8][PATCH 03/12] Make file_pos_read/write() public
  ` [RFC v8][PATCH 04/12] General infrastructure for checkpoint restart
  ` [RFC v8][PATCH 05/12] x86 support for checkpoint/restart
  ` [RFC v8][PATCH 06/12] Dump memory address space
  ` [RFC v8][PATCH 07/12] Restore "
  ` [RFC v8][PATCH 08/12] Infrastructure for shared objects
  ` [RFC v8][PATCH 09/12] Dump open file descriptors
  ` [RFC v8][PATCH 10/12] Restore open file descriprtors
  ` [RFC v8][PATCH 11/12] External checkpoint of a task other than ourself
  ` [RFC v8][PATCH 12/12] Track in-kernel when we expect checkpoint/restart to work
  ` [Devel] [RFC v8][PATCH 0/12] Kernel based checkpoint/restart

dynamically allocated dst_ops
 2008-10-31 13:34 UTC  (2+ messages)

[PATCH 0/9] OpenVZ kernel based checkpointing/restart
 2008-10-31 10:37 UTC  (18+ messages)
      ` [Devel] "

[PATCH 4/6] add SO_NSID and SO_NETNS socket options
 2008-10-30 23:02 UTC  (2+ messages)

[PATCH 0/10] OpenVZ kernel based checkpointing/restart (v2)
 2008-10-30 15:59 UTC  (33+ messages)
` [PATCH 05/10] Introduce function to dump process
      ` [Devel] "
` [PATCH 06/10] Introduce functions to dump mm
  ` [PATCH 07/10] Introduce function for restarting a container
    ` [Devel] Re: [PATCH 06/10] Introduce functions to dump mm
  ` [PATCH 08/10] Introduce functions to restart a process
        ` [Devel] "
        ` [PATCH 10/10] Add support for multiple processes
          ` [Devel] "
  ` [PATCH 02/10] Make checkpoint/restart functionality modular
    ` [PATCH 03/10] Introduce context structure needed during checkpointing/restart
      ` [PATCH 04/10] Introduce container dump function
        ` [Devel] Re: [PATCH 03/10] Introduce context structure needed during checkpointing/restart

[RFC v8][PATCH 0/12] Kernel based checkpoint/restart
 2008-10-30 13:51 UTC 

[PATCH 6/6] netns: configurable number of initial network namespaces
 2008-10-30 13:11 UTC 

[PATCH 5/6] netlink: add IFLA_NET_NS to move interface to network namespace by nsid
 2008-10-30 13:10 UTC 

[PATCH 3/6] add get_net_ns_by_id() to get a reference to a network namespace from its nsid
 2008-10-30 13:08 UTC 

[PATCH 2/6] netns: export nets id to /proc/net/netns
 2008-10-30 13:07 UTC 

[PATCH 1/6] netns: add in ida ID to identify the network namespace
 2008-10-30 13:06 UTC 

[PATCH] cgroup: fix invalid cgrp->dentry before cgroup has been completely removed
 2008-10-30  8:07 UTC  (4+ messages)

[PATCH] cgroup: fix invalid cgrp->dentry before cgroup has been completely removed
 2008-10-30  7:23 UTC 

About bio-cgroup
 2008-10-30  2:29 UTC  (7+ messages)

[PATCH 7/7] netns ebtables: br_nf_pre_routing_finish() fixup
 2008-10-29 13:47 UTC 

[PATCH 6/7] netns ebtables: ebtable_nat in netns
 2008-10-29 13:47 UTC 

[PATCH 5/7] netns ebtables: ebtable_filter in netns
 2008-10-29 13:47 UTC 

[PATCH 4/7] netns ebtables: ebtable_broute in netns
 2008-10-29 13:46 UTC 

[PATCH 3/7] netns ebtables: more cleanup during ebt_unregister_table()
 2008-10-29 13:46 UTC 

[PATCH 2/7] netns ebtables: part 2
 2008-10-29 13:46 UTC 

[PATCH 1/7] netns ebtables: part 1
 2008-10-29 13:45 UTC 

[PATCH 1/7] netns ebtables: part 1
 2008-10-29  8:53 UTC  (2+ messages)

Write Error: No space left on device
 2008-10-29  5:43 UTC  (11+ messages)
    ` [Devel] "

New version 0.4.0 of the Linux Container
 2008-10-28 23:10 UTC 

[PATCH 7/7] netns ebtables: br_nf_pre_routing_finish() fixup
 2008-10-28 21:02 UTC 

[PATCH 6/7] netne ebtables: ebtable_nat in netns
 2008-10-28 21:01 UTC 

[PATCH 5/7] netns ebtables: ebtable_filter in netns
 2008-10-28 21:01 UTC 

[PATCH] netns ebtables: ebtable_broute in netns
 2008-10-28 21:00 UTC 

[PATCH 3/7] netns ebtables: more cleanup during ebt_unregister_table()
 2008-10-28 20:59 UTC 

[PATCH 2/7] netns ebtables: part 2
 2008-10-28 20:59 UTC 

[RFC v7][PATCH 0/9] Kernel based checkpoint/restart
 2008-10-28 18:33 UTC  (17+ messages)
            ` [RFC v7][PATCH 2/9] General infrastructure for checkpoint restart
    ` [RFC v7][PATCH 6/9] Checkpoint/restart: initial documentation

container userspace tools
 2008-10-28  8:10 UTC  (14+ messages)

[PATCH 1/4] netns: add in ida ID to identify the network namespace
 2008-10-28  0:50 UTC  (24+ messages)
` [PATCH 2/4] netns: Export nets id to /proc/net/netns
` [PATCH 3/4] net: cleanup some vars names to be more consistant with the network code
` [PATCH 4/4] netns: sysfs: add netns suffix to net devices sysfs entries
  ` [PATCH 0/4][RFC] netns: sysfs: add a netns suffix to net device "
  ` [PATCH] netns: Coexist with the sysfs limitations
        ` [PATCH] netns: Coexist with the sysfs limitations v2

[Question] power management related with cgroup based resource management
 2008-10-27  2:34 UTC  (8+ messages)

[PATCH] 'kill sig -1' must only apply to caller's namespace
 2008-10-24 11:06 UTC  (2+ messages)

Abbuchung erfolgt
 2008-10-24  6:54 UTC 

External checkpoint patch
 2008-10-23 13:48 UTC  (4+ messages)

[PATCH 0/2] dm-ioband: I/O bandwidth controller v1.8.0: Introduction
 2008-10-23 11:28 UTC  (2+ messages)

[PATCH 0/4][RFC] netns: sysfs: add a netns suffix to net device sysfs entries
 2008-10-22 15:21 UTC 


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