Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-10-26 16:11:56 to 2009-11-03 16:58:35 UTC [more...]

[PATCH 00/12] Standardize c/r error reporting (v3)
 2009-11-03 16:58 UTC  (18+ messages)
  ` [PATCH 01/12] define a new set of functions for error and debug logging
  ` [PATCH 02/12] switch ckpt_write_err callers to ckpt_err
  ` [PATCH 03/12] checkpoint/files.c ckpt_write_err->ckpt_err
  ` [PATCH 04/12] checkpoint/memory.c ckpt_write_err->ckpt_err
  ` [PATCH 05/12] checkpoint/objhash.c ckpt_write_err->ckpt_err
  ` [PATCH 06/12] checkpoint/process.c ckpt_write_err->ckpt_err
  ` [PATCH 07/12] checkpoint/signal.c ckpt_write_err->ckpt_err
  ` [PATCH 08/12] drivers/char/tty_io.c ckpt_write_err->ckpt_err
  ` [PATCH 09/12] fs/eventpoll.c ckpt_write_err->ckpt_err
  ` [PATCH 10/12] net/{,unix}/checkpoint.c ckpt_write_err->ckpt_err
  ` [PATCH 11/12] remove ckpt_write_err
  ` [PATCH 12/12] add logfd to c/r api

[v10][PATCH] Implement clone_with_pids() syscall
 2009-11-03 16:16 UTC  (16+ messages)
  ` [v10][PATCH 1/9] Factor out code to allocate pidmap page
  ` [v10][PATCH 2/9] Have alloc_pidmap() return actual error code
  ` [v10][PATCH 3/9] Define set_pidmap() function
  ` [v10][PATCH 4/9] Add target_pids parameter to alloc_pid()
  ` [v10][PATCH 5/9] Add target_pids parameter to copy_process()
  ` [v10][PATCH 6/9] Check invalid clone flags
  ` [v10][PATCH 7/9] Define do_fork_with_pids()
  ` [v10][PATCH 8/9] Define clone_with_pids() syscall
  ` [v10][PATCH 9/9] Document "

[PATCH] Add a choosepid() syscall as a simpler alternative to clone_with_pids()
 2009-11-03 15:44 UTC  (6+ messages)

pidns memory leak
 2009-11-03  9:24 UTC  (16+ messages)

[RFC][PATCH 0/3] cgroups: support for module-loadable subsystems
 2009-11-03  2:42 UTC  (8+ messages)
  ` [RFC][PATCH 1/3] cgroups: revamp subsys array
  ` [RFC][PATCH 2/3] cgroups: subsystem module interface
  ` [RFC][PATCH 3/3] cgroups: net_cls subsys as module

[PATCH 2/3] Fix the 'current css_set' problem in debug subsystem
 2009-11-03  1:23 UTC  (3+ messages)

[PATCH 00/22] Standardize c/r error reporting (v2)
 2009-11-02 17:34 UTC  (12+ messages)
  ` [PATCH 01/22] Make __ckpt_generate_fmt public
  ` [PATCH 02/22] Add format and message buffers to ctx and make err_str bigger
  ` [PATCH 03/22] switch ckpt_generate_err to use ctx fields
  ` [PATCH 04/22] Change to the new enhanced error string format
  ` [PATCH 13/22] add logfd to c/r api
  ` [PATCH 14/22] define ckpt_error and implement ckpt_do_write_msg
  ` [PATCH 15/22] explain locking for write_err_msg

[PATCH 00/17] Standardize c/r error reporting
 2009-10-30 15:45 UTC  (26+ messages)
  ` [PATCH 01/17] ckpt_write_err: use single format with %(T) style tokens
  ` [PATCH 02/17] ckpt_write_err update arch/x86/mm/checkpoint.c
  ` [PATCH 03/17] ckpt_write_err update checkpoint/checkpoint.c
  ` [PATCH 04/17] ckpt_write_err update checkpoint/files.c
  ` [PATCH 05/17] ckpt_write_err update checkpoint/memory.c
  ` [PATCH 06/17] ckpt_write_err update checkpoint/objhash.c
  ` [PATCH 07/17] ckpt_write_err update checkpoint/process.c
  ` [PATCH 08/17] ckpt_write_err update checkpoint/signal.c
  ` [PATCH 09/17] ckpt_write_err update fs/eventpoll.c
  ` [PATCH 10/17] define function to print error messages to user log
  ` [PATCH 11/17] have restore_debug_free use ckpt_error
  ` [PATCH 12/17] use ckpt_error in checkpoint/restart.c
  ` [PATCH 13/17] ckpt_error in checkpoint/files.c
  ` [PATCH 14/17] ckpt_error in checkpoint/process.c
  ` [PATCH 15/17] ckpt_error in ipc/checkpoint_msg.c
  ` [PATCH 16/17] ckpt_error in ipc/checkpoint_sem.c
  ` [PATCH 17/17] ckpt_error in ipc/checkpoint_shm.c

[cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-126-gc1405ac
 2009-10-30  0:43 UTC 

[PATCH] [RFC] Factor out shared portion of [_]ckpt_read_obj
 2009-10-29 21:30 UTC  (7+ messages)
  ` [PATCH] c/r: factor out objref handling from {_,}ckpt_read_obj()

Add support for connected AF_INET sockets
 2009-10-29 20:15 UTC  (6+ messages)
` [PATCH 2/3] [RFC] Add c/r support for connected INET sockets (v3)
  ` [PATCH 1/3] Record and restore skb header marks (v2)
  ` [PATCH 3/3] Add some content to the readme.txt for socket c/r

[RFC PATCH 0/17] Introduce ckpt_error
 2009-10-29 16:02 UTC  (32+ messages)
  ` [RFC PATCH 01/17] ckpt_write_err: use single format with %(T) style tokens
  ` [RFC PATCH 02/17] make ckpt_format_fmt non-static in checkpoint/sys.c
  ` [RFC PATCH 03/17] ckpt_write_err update arch/x86/mm/checkpoint.c
  ` [RFC PATCH 04/17] ckpt_write_err update checkpoint/checkpoint.c
  ` [RFC PATCH 05/17] ckpt_write_err update checkpoint/files.c
  ` [RFC PATCH 06/17] ckpt_write_err update checkpoint/memory.c
  ` [RFC PATCH 07/17] ckpt_write_err update checkpoint/objhash.c
  ` [RFC PATCH 08/17] ckpt_write_err update checkpoint/process.c
  ` [RFC PATCH 09/17] ckpt_write_err update checkpoint/signal.c
  ` [RFC PATCH 10/17] ckpt_write_err update fs/eventpoll.c
  ` [RFC PATCH 11/17] define function to print error messages to user log
  ` [RFC PATCH 12/17] use ckpt_error in checkpoint/restart.c
  ` [RFC PATCH 13/17] ckpt_error in checkpoint/files.c
  ` [RFC PATCH 14/17] ckpt_error in checkpoint/process.c
  ` [RFC PATCH 15/17] ckpt_error in ipc/checkpoint_msg.c
  ` [RFC PATCH 16/17] ckpt_error in ipc/checkpoint_sem.c
  ` [RFC PATCH 17/17] ckpt_error in ipc/checkpoint_shm.c

[PATCH] c/r: tolerate X86_EFLAGS_RF on restart
 2009-10-29 14:31 UTC  (4+ messages)

Porting checkpoint system to arm: write_file error
 2009-10-29 14:07 UTC  (4+ messages)
  ` Fwd: "

kernel based checkpoint/restart: about X windows application checkpoint and restart support
 2009-10-29  1:30 UTC  (5+ messages)

[PATCH] extract-headers: work correctly with older 'awk'
 2009-10-28 17:27 UTC  (2+ messages)

[PATCH 1/2] [RFC] Add file f_flags to cgroup write_string ops
 2009-10-28 10:09 UTC  (11+ messages)

kernel based checkpoint/restart: about X windows application checkpoint and restart support
 2009-10-28  2:51 UTC 

[PATCH] [RFC] cr_tests: Add eventfd01 test based on LTP test
 2009-10-27 23:25 UTC  (4+ messages)

[cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-124-g8adba1c
 2009-10-27 15:53 UTC 

[PATCH] Fix two more typos
 2009-10-27 13:53 UTC  (2+ messages)

[c/r]A problem met when using linux c/r
 2009-10-27 13:47 UTC  (3+ messages)

[PATCH 1/2] Ensure nul-termination of file names read from checkpoint images
 2009-10-27 13:02 UTC  (5+ messages)
` [PATCH 2/2] File name length limit off by sizeof(struct ckpt_hdr)

Photo Editing Services - Photo Cutout
 2009-10-27 13:00 UTC 

New LXC HOW-TO
 2009-10-27 10:15 UTC  (5+ messages)

[cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-121-g066f73a
 2009-10-27  0:33 UTC 

[PATCH RFC] Send checkpoint and restart debug info to a log file (v2)
 2009-10-26 23:39 UTC  (9+ messages)

[PATCH] c/r: do not hold mmap_sem while checkpointing vma's
 2009-10-26 23:24 UTC  (5+ messages)

[PATCH] [RFC] Checkpoint/restart eventfd
 2009-10-26 20:41 UTC  (8+ messages)

[PATCH] user-cr: add --output-fd to write output to a specific fd
 2009-10-26 19:39 UTC  (4+ messages)

[PATCH] c/r: coordinator to report correct error on restart failure
 2009-10-26 18:35 UTC  (2+ messages)

[PATCH 1/3] cr: debug: define ckpt_error()
 2009-10-26 18:33 UTC  (4+ messages)
` [PATCH 2/3] define function to print error messages to user log

Photo Editing Services - Photo Cutout
 2009-10-26 17:38 UTC 

[PATCH] user-cr: add --input-fd to take input from a specific fd
 2009-10-26 17:29 UTC  (3+ messages)

[PATCH] user-cr: fix race in ckpt_coordinator_pidns and --no-wait
 2009-10-26 16:19 UTC  (2+ messages)


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