Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-10-08 12:16:05 to 2009-10-20 23:01:08 UTC [more...]

[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

c/r: Add support for connected AF_INET sockets
 2009-10-20 21:06 UTC  (5+ 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

[RFC][v8][PATCH 1/10]: Factor out code to allocate pidmap page
 2009-10-20 20:13 UTC  (57+ messages)
  ` [RFC][v8][PATCH 2/10]: Have alloc_pidmap() return actual error code
  ` [RFC][v8][PATCH 3/10]: Make pid_max a pid_ns property
  ` [RFC][v8][PATCH 4/10]: Add target_pid parameter to alloc_pidmap()
  ` [RFC][v8][PATCH 5/10]: Add target_pids parameter to alloc_pid()
  ` [RFC][v8][PATCH 6/10]: Add target_pids parameter to copy_process()
  ` [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] 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 1/4] add lsm name and lsm_info (policy header) to container info
 2009-10-20  1:16 UTC  (8+ 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-19 22:24 UTC  (8+ messages)

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

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

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  (5+ messages)

[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  (11+ messages)
  ` [PATCH 2/4] cr: add generic LSM c/r support (v5)
  ` [PATCH 3/4] cr: add smack support to lsm c/r (v4)
  ` [PATCH 4/4] cr: add selinux support (v6)

[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  (7+ 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  (15+ 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  (17+ 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)

[RFC][v8][PATCH 0/10] Implement clone3() system call
 2009-10-13  4:49 UTC 

[PATCH 7/7] cr_tests: epoll: Add test passing epoll fd via SCM_RIGHTS
 2009-10-12 19:38 UTC 

[PATCH 6/7] cr_tests: epoll: Add cycle in epoll sets
 2009-10-12 19:38 UTC 

[PATCH 5/7] cr_tests: epoll: Add sk10k - poll io on ten thousand sockets with epoll
 2009-10-12 19:38 UTC 

[PATCH 4/7] cr_tests: epoll: Factor out common parts
 2009-10-12 19:38 UTC 

[PATCH 3/7] cr_tests: epoll: Add two testcases for epoll checkpoint/restart
 2009-10-12 19:38 UTC 

[PATCH 2/7] cr_tests: Update cr.h using the rewrite-cr script
 2009-10-12 19:38 UTC 

[LPC] Notes from Checkpoint/Restart BOF
 2009-10-12 18:52 UTC  (2+ messages)

[PATCH] ipc ns: fix memory leak (idr)
 2009-10-09 22:25 UTC 

Photo Editing Services - Photo Cutout
 2009-10-09 12:11 UTC 

[PATCH 1/4] debug: add a few ckpt_debugs
 2009-10-09  4:18 UTC  (3+ messages)
` [PATCH 3/4] cr: add smack support to lsm c/r (v4)

[PATCH 1/1] cr: lsm: actually cache entries
 2009-10-08 21:41 UTC  (2+ messages)

[PATCH] Pass the stored sock->protocol into sock_create() on restore
 2009-10-08 18:14 UTC 

time virtualization
 2009-10-08 17:51 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