Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-10-13 04:52:53 to 2009-10-23 01:03:42 UTC [more...]

[RFC][v8][PATCH 3/10]: Make pid_max a pid_ns property
 2009-10-23  1:03 UTC  (78+ messages)
` [RFC][v8][PATCH 4/10]: Add target_pid parameter to alloc_pidmap()
` [RFC][v8][PATCH 7/10]: Check invalid clone flags
  ` [RFC][v8][PATCH 8/10]: Define do_fork_with_pids()
  ` [RFC][v8][PATCH 9/10]: Define clone3() syscall
  ` [RFC][v8][PATCH 10/10]: Document "
  ` [RFC][v8][PATCH 0/10] Implement clone3() system call

[PATCH 1/1] fix compile with CONFIG_CHECKPOINT_DEBUG=n
 2009-10-22 19:36 UTC  (2+ messages)
  ` [PATCH] ipc_ind_to_str unused if !CONFIG_CHECKPOINT_DEBUG

[PATCH RFC] Send checkpoint and restart debug info to a log file (v2)
 2009-10-22 18:25 UTC  (13+ messages)
  ` [PATCH user-cr] Allow for logfile for kernel debug messages (v2)

[PATCH 1/3] Checkpoint/restart epoll sets
 2009-10-22 14:02 UTC  (9+ messages)
  ` [PATCH 2/3] epoll: Add support for checkpointing large numbers of epoll items
  ` [PATCH 3/3] epoll: Add support for restoring many "

c/r: Add support for connected AF_INET sockets
 2009-10-21 18:10 UTC  (11+ messages)
` [PATCH 2/4] [RFC] Add c/r support for connected INET sockets
  ` [PATCH 1/4] Record and restore skb header marks
  ` [PATCH 3/4] Adjust TCP timestamp values by a scalar value
  ` [PATCH 4/4] Add some content to the readme.txt for socket c/r

Porting checkpoint system to arm
 2009-10-21 13:29 UTC  (2+ messages)

[PATCH 1/4] add lsm name and lsm_info (policy header) to container info
 2009-10-21  5:01 UTC  (12+ messages)
  ` [PATCH 2/4] cr: add generic LSM c/r support (v6)
  ` [PATCH user-cr] restart: accept the lsm_name field in header and add -k flag (v2)
  ` [PATCH 3/4] cr: add smack support to lsm c/r (v6)
  ` [PATCH 4/4] cr: add selinux support (v6)

LXC PIDs, UIDs, and halt
 2009-10-21  1:08 UTC  (10+ messages)

[PATCH RFC] Send checkpoint and restart debug info to a log file
 2009-10-20 23:01 UTC  (2+ messages)
  ` [PATCH user-cr] Allow for logfile for kernel debug messages

[PATCH] pidns: Fix a leak in /proc inodes and dentries
 2009-10-20 12:09 UTC  (3+ messages)

[PATCH] pidns: Fix a leak in /proc inodes and dentries
 2009-10-20  4:13 UTC 

Wichtige Information
 2009-10-20  2:20 UTC 

[PATCH] pid arrays: Remove redundant assignment
 2009-10-19 17:17 UTC 

IO controller Mini-Summit 2009
 2009-10-19  7:58 UTC  (7+ messages)

[PATCH user-cr] return, don't exist, at coord error
 2009-10-19  4:41 UTC  (4+ messages)

[cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-106-gc61e759
 2009-10-19  3:04 UTC 

[PATCH] test_and_set_bit returns oldval
 2009-10-19  3:01 UTC  (2+ messages)

[PATCH] restart: another correction for when root task with sid != pid
 2009-10-19  2:53 UTC 

[PATCH] restart: respond to (mimic) signal (if --copy-status asked)
 2009-10-19  2:53 UTC 

New LXC HOW-TO
 2009-10-18 15:44 UTC  (4+ messages)

Performance numbers with IO throttling patches (Was: Re: IO scheduler based IO controller V10)
 2009-10-17 15:18 UTC 

[PATCH 2/2] have restart return error if error
 2009-10-17  5:17 UTC  (3+ messages)

[PATCH] cr: add container configuration header
 2009-10-17  0:04 UTC  (4+ messages)
  ` [PATCH user-cr] handle the container configuration section in ckpt header

Recession proof your business with our medical marketing lists
 2009-10-16 18:36 UTC 

[PATCH 1/4] debug: add a few ckpt_debugs
 2009-10-16 17:41 UTC  (7+ messages)
` [PATCH 2/4] cr: add generic LSM c/r support (v5)

[PATCH] add lsm name and lsm_info (policy header) to container info
 2009-10-15 20:38 UTC  (2+ messages)
  ` [PATCH user-cr] restart: accept the lsm_name field in header and add -k flag (v2)

Photo Editing Services - Photo Cutout
 2009-10-15 14:08 UTC 

Photo Editing Services - Photo Cutout
 2009-10-15 12:41 UTC 

[cr][git]linux-cr branch, ckpt-v18-dev, updated. v2.6.31-104-g17c7c62
 2009-10-14 23:36 UTC 

[PATCH 4/4] Add cpp definitions for enums
 2009-10-14 22:35 UTC  (2+ messages)

[PATCH 3/4] pre/post_restore_task: Do not pass checkpoint context when unused
 2009-10-14 22:34 UTC  (2+ messages)

[PATCH 2/4] Cleanup pre_restore_task comments
 2009-10-14 22:34 UTC  (2+ messages)

[PATCH 1/4] Fix ckpt_write_err() check for empty string
 2009-10-14 22:32 UTC  (2+ messages)

[PATCH 1/1] don't call pre_restore_task twice
 2009-10-14 22:24 UTC  (2+ messages)

[PATCH] Fix up headers so we can munge them for use by userspace
 2009-10-14 22:15 UTC  (4+ messages)

[PATCH] user-cr: Fix compile without CLONE_NEWPID
 2009-10-14 22:12 UTC  (2+ messages)

IO controller Mini-Summit 2009
 2009-10-14 12:24 UTC 

pidns memory leak
 2009-10-14  6:15 UTC  (10+ messages)

[PATCH 1/7] cr_test: include unistd.h for syscall numbers
 2009-10-13 22:52 UTC  (2+ messages)

c/r: Support open INET connections
 2009-10-13 19:35 UTC  (11+ messages)
` [PATCH 1/2] Add socket list helper functions
` [PATCH 2/2] [RFC] Add c/r support for connected INET sockets

2009 kernel summit preparation for 'containers end-game' discussion
 2009-10-13 14:52 UTC  (5+ messages)


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