Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-03-20 19:38:17 to 2009-03-31 18:31:15 UTC [more...]

[RFC v14-rc2][PATCH 00/29] Kernel based checkpoint/restart
 2009-03-31 18:31 UTC  (31+ messages)
  ` [RFC v14-rc2][PATCH 01/29] Create syscalls: sys_checkpoint, sys_restart
  ` [RFC v14-rc2][PATCH 02/29] Checkpoint/restart: initial documentation
  ` [RFC v14-rc2][PATCH 03/29] Make file_pos_read/write() public
  ` [RFC v14-rc2][PATCH 04/29] General infrastructure for checkpoint restart
  ` [RFC v14-rc2][PATCH 05/29] x86 support for checkpoint/restart
  ` [RFC v14-rc2][PATCH 06/29] Dump memory address space
  ` [RFC v14-rc2][PATCH 07/29] Restore "
  ` [RFC v14-rc2][PATCH 08/29] Infrastructure for shared objects
  ` [RFC v14-rc2][PATCH 09/29] Dump open file descriptors
  ` [RFC v14-rc2][PATCH 10/29] actually use f_op in checkpoint code
  ` [RFC v14-rc2][PATCH 11/29] add generic checkpoint f_op to ext fses
  ` [RFC v14-rc2][PATCH 12/29] Restore open file descriptors
  ` [RFC v14-rc2][PATCH 13/29] External checkpoint of a task other than ourself
  ` [RFC v14-rc2][PATCH 14/29] Checkpoint multiple processes
  ` [RFC v14-rc2][PATCH 15/29] Restart "
  ` [RFC v14-rc2][PATCH 16/29] A new file type (CR_FD_OBJREF) for a file descriptor already setup
  ` [RFC v14-rc2][PATCH 17/29] Checkpoint open pipes
  ` [RFC v14-rc2][PATCH 18/29] Restore "
  ` [RFC v14-rc2][PATCH 19/29] Record 'struct file' object instead of the file name for VMAs
  ` [RFC v14-rc2][PATCH 20/29] Prepare to support shared memory
  ` [RFC v14-rc2][PATCH 21/29] Dump anonymous- and file-mapped- "
  ` [RFC v14-rc2][PATCH 22/29] Restore "
  ` [RFC v14-rc2][PATCH 23/29] s390: Expose a constant for the number of words representing the CRs
  ` [RFC v14-rc2][PATCH 24/29] c/r: Add CR_COPY() macro (v4)
  ` [RFC v14-rc2][PATCH 25/29] s390: define s390-specific checkpoint-restart code (v7)
  ` [RFC v14-rc2][PATCH 26/29] powerpc: provide APIs for validating and updating DABR
  ` [RFC v14-rc2][PATCH 27/29] powerpc: checkpoint/restart implementation
  ` [RFC v14-rc2][PATCH 28/29] powerpc: wire up checkpoint and restart syscalls
  ` [RFC v14-rc2][PATCH 29/29] powerpc: enable checkpoint support in Kconfig

Losing your precious hair, Hurry up to grow new
 2009-03-31 18:23 UTC 

[PATCH 00/07] sysv SHM checkpoint/restart
 2009-03-31 16:00 UTC  (10+ messages)
  ` [RFC v14-rc2][PATCH 1/7] ipc: allow allocation of an ipc object with desired identifier
  ` [RFC v14-rc2][PATCH 2/7] ipc: helpers to save and restore kern_ipc_perm structures
  ` [RFC v14-rc2][PATCH 3/7] sysvipc-shm: checkpoint
  ` [RFC v14-rc2][PATCH 4/7] sysvipc-shm: restart
  ` [RFC v14-rc2][PATCH 5/7] Infrastructure for work postponed to the end of checkpoint/restart
  ` [RFC v14-rc2][PATCH 6/7] sysvipc-shm: export interface from ipc/shm.c to delete ipc shm
  ` [RFC v14-rc2][PATCH 7/7] sysvipc-shm: correctly handle deleted (active) ipc shared memory

mktree.c does not compile with v14 ?
 2009-03-31 15:08 UTC  (3+ messages)

Your Account Was Banneed
 2009-03-31 13:33 UTC 

Your Account Was Banned
 2009-03-31 13:18 UTC 

[PATCH 0/7][RFC] CGroup hierarchy extensions
 2009-03-31  9:02 UTC  (15+ messages)
` [PATCH 1/7] [RFC] Support named cgroups hierarchies
` [PATCH 4/7] [RFC] Allow cgroup hierarchies to be created with no bound subsystems
` [PATCH 6/7] [RFC] Support multiply-bindable cgroup subsystems

Your Account Was Banneed
 2009-03-31  0:05 UTC 

[PATCH 1/1] cr: remap vdso at original address
 2009-03-30 22:58 UTC  (7+ messages)

[PATCH 0/7] checkpoint: Kconfig cleanup, powerpc support
 2009-03-30 14:57 UTC  (14+ messages)
  ` [PATCH 1/7] s390: enable checkpoint support in Kconfig
  ` [PATCH 2/7] x86: "
  ` [PATCH 3/7] make CONFIG_CHECKPOINT depend on CONFIG_CHECKPOINT_SUPPORT
  ` [PATCH 4/7] powerpc: provide APIs for validating and updating DABR
  ` [PATCH 5/7] powerpc: checkpoint/restart implementation
  ` [PATCH 6/7] powerpc: wire up checkpoint and restart syscalls
  ` [PATCH 7/7] powerpc: enable checkpoint support in Kconfig

[PATCH 1/1] s390 c/r: fix up v14
 2009-03-30 12:44 UTC  (2+ messages)

[RFC] IO Controller
 2009-03-30  1:09 UTC  (17+ messages)
` [PATCH 01/10] Documentation
` [PATCH 10/10] anticipatory changes for hierarchical fair queuing
    ` [PATCH] IO Controller: No need to stop idling in as
    ` [PATCH] IO Controller: Don't store the pid in single queue circumstances

lxc configuration help - only network isolated?
 2009-03-28  3:27 UTC  (4+ messages)

List of filesystems to use generic checkpoint fops
 2009-03-28  3:19 UTC  (4+ messages)

Nothing can seduce women faaster than a
 2009-03-27 20:43 UTC 

Nothing can seduce women fasterr than a
 2009-03-27 13:41 UTC 

Can not remove the subdirectory in cgroup pseudo-filesystem
 2009-03-27  3:06 UTC  (6+ messages)

[RFC v14-rc1][PATCH 00/23] Kernel based checkpoint/restart
 2009-03-27  2:31 UTC  (40+ messages)
` [RFC v14-rc][PATCH 04/23] General infrastructure for checkpoint restart
` [RFC v14-rc][PATCH 07/23] Restore memory address space
` [RFC v14-rc][PATCH 09/23] Dump open file descriptors
` [RFC v14-rc][PATCH 14/23] A new file type (CR_FD_OBJREF) for a file descriptor already setup
` [RFC v14-rc][PATCH 17/23] Record 'struct file' object instead of the file name for VMAs
` [RFC v14-rc][PATCH 18/23] Prepare to support shared memory
` [RFC v14-rc][PATCH 20/23] Restore anonymous- and file-mapped- "
` [RFC v14-rc][PATCH 22/23] c/r: Add CR_COPY() macro (v4)

[PATCH 0/6] /proc/pid/checkpointable
 2009-03-26 13:29 UTC  (13+ messages)

[PATCH 0/6] /proc/pid/checkpointable
 2009-03-26 13:25 UTC  (4+ messages)
` [PATCH 3/6] Check 'may_checkpoint()' early

[PATCH 0/6] netns: add linux-vrf features via network namespaces
 2009-03-25 18:21 UTC  (2+ messages)

Warrning!
 2009-03-25 17:42 UTC 

Atttention!
 2009-03-25 16:50 UTC 

[PATCH] Add powerpc signalfd syscall numbers
 2009-03-25 13:00 UTC  (7+ messages)

[PATCH] [RFC] c/r: Add UTS support
 2009-03-25 12:01 UTC  (13+ messages)

Alarm!!
 2009-03-25  9:27 UTC 

Warning!!
 2009-03-25  1:12 UTC 

[trivial PATCH] cr: fd can be used uninitialized
 2009-03-24 20:54 UTC 

[trivial PATCH] cr: fix undefined value
 2009-03-24 19:12 UTC 

lxc-0.6.1 released
 2009-03-24 18:03 UTC 

[PATCH 1/1] s390 c/r: fix up v14 (v2)
 2009-03-24 16:39 UTC 

[PATCH] c/r: Add UTS support (v4)
 2009-03-24 15:34 UTC  (21+ messages)

Allarm!
 2009-03-24 12:53 UTC 

Forget Not the Beijing Olympics' Victims
 2009-03-24  8:10 UTC 

WWarning!
 2009-03-23 19:43 UTC 

user-cr: Add UTS support
 2009-03-23 19:34 UTC  (3+ messages)
  ` [PATCH 1/2] Add UTS support to mktree (v5)
  ` [PATCH 2/2] Add a simple UTS test program

c/r: Add UTS support
 2009-03-23 19:32 UTC  (3+ messages)
  ` [PATCH 1/2] c/r: Add UTS support (v5)
  ` [PATCH 2/2] c/r: Add (dummy) IPC support

lxc : linux containers tool 0.6.0 release
 2009-03-23  9:38 UTC  (9+ messages)

Smart approach to arousal prroblems
 2009-03-23  7:50 UTC 

Upgraade your love-sword
 2009-03-22 21:43 UTC 

Upgrade your love factoryy
 2009-03-22 16:31 UTC 

[PATCH 1/1] introduce user_ns inheritance in user-sched
 2009-03-22  8:00 UTC  (5+ messages)

[PATCH] [RFC] c/r: Add UTS support
 2009-03-21 14:51 UTC  (18+ messages)

Avoid standdard men's troubles
 2009-03-21  2:57 UTC 

[RFC][PATCH 5/8] add f_op for checkpointability
 2009-03-20 21:30 UTC  (3+ messages)


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