Linux Container Development
 help / color / mirror / Atom feed
 messages from 2010-02-26 12:09:29 to 2010-03-04 11:54:51 UTC [more...]

[PATCH -mmotm 1/4] memcg: dirty memory documentation
 2010-03-04 11:54 UTC  (5+ messages)
  ` [PATCH -mmotm 2/4] page_cgroup: introduce file cache flags
  ` [PATCH -mmotm 3/4] memcg: dirty pages accounting and limiting infrastructure
  ` [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

[PATCH -mmotm 0/4] memcg: per cgroup dirty limit (v4)
 2010-03-04 10:40 UTC 

[PATCH 00/13][user-cr]: Cleanups checkpoint.c, restart.c
 2010-03-04  7:51 UTC  (14+ messages)
  ` [PATCH 02/13][user-cr]: restart: Rename args->logfd
  ` [PATCH 03/13][user-cr]: restart: Remove args->logfile
  ` [PATCH 04/13][user-cr]: restart: Use ckpt_msg() to log
  ` [PATCH 05/13][user-cr]: restart: Use ckpt_perror()
  ` [PATCH 06/13][user-cr]: restart: Remove args->input
  ` [PATCH 07/13][user-cr]: Define app_restart()
  ` [PATCH 08/13][user-cr]: restart: Rename struct args
  ` [PATCH 09/13][user-cr]: checkpoint: Remove args->output
  ` [PATCH 10/13][user-cr]: checkpoint: Remove ->logfile
  ` [PATCH 11/13][user-cr]: checkpoint: Rename struct args
  ` [PATCH 12/13][user-cr]: Define app_checkpoint()
  ` [PATCH 13/13][user-cr]: checkpoint: Use ckpt_perror()

Bringing up LXC container from virsh command prompt
 2010-03-04  6:22 UTC 

I have a list of 56,000 lawyers
 2010-03-04  5:31 UTC 

[PATCH -mmotm 1/3] memcg: dirty memory documentation
 2010-03-04  3:45 UTC  (46+ messages)
  ` [PATCH -mmotm 2/3] memcg: dirty pages accounting and limiting infrastructure
  ` [PATCH -mmotm 3/3] memcg: dirty pages instrumentation

selinux prevents msgrcv on restore message queues?
 2010-03-04  3:05 UTC  (9+ messages)

Scheduling in atomic while restoring shm
 2010-03-03 23:06 UTC  (11+ messages)
` [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm
    ` [PATCH] c/r: fix ipc scheduling while atomic - take 3

Many good quality lists such as Lawyers, Doctors, New Businesses, Consumers and many more
 2010-03-03 21:32 UTC 

RFC: netfilter: nf_conntrack: add support for "conntrack zones"
 2010-03-03 21:05 UTC  (39+ messages)
                                  ` [RFC][PATCH] ns: Syscalls for better namespace sharing control
                                ` [RFC][PATCH] ns: Syscalls for better namespace sharing control. v2

[PATCH 1/4][user-cr] Move common definitions to restart.h
 2010-03-03 15:38 UTC  (3+ messages)
  ` [PATCH] c/r: fix regression (in "fix scheduling in atomic while restoring ipc shm")

Website Development Service
 2010-03-03  0:19 UTC 

[PATCH linux-cr] nsproxy: record ambient namespaces
 2010-03-02 21:25 UTC  (5+ messages)

[trivial PATCH linux-cr] BUG_ON paren mismatch
 2010-03-02 20:53 UTC  (2+ messages)

[PATCH] c/r: enclose arch_setup_additional_pages() call between #ifdefs
 2010-03-02  0:21 UTC  (5+ messages)

Linux Checkpoint-Restart - v19
 2010-03-01 22:56 UTC  (3+ messages)

[PATCH -mmotm 0/3] memcg: per cgroup dirty limit (v3)
 2010-03-01 21:23 UTC 

[RFC][PATCH 0/4][user-cr]: First try at integrating LXC and USER-CR
 2010-03-01 21:22 UTC  (8+ messages)
` [PATCH 4/4][user-cr] Rename libeclone.a to libcheckpoint.a

[PATCH linux-cr] send uses_interp=1 to arch_setup_additional_pages
 2010-03-01 19:31 UTC  (2+ messages)

[PATCH linux-cr] s390: save_access_regs for self-checkpoint
 2010-03-01 19:20 UTC  (2+ messages)

[PATCH] ckpt/powerpc: handle syscall restart
 2010-03-01 19:20 UTC  (2+ messages)

[PATCH] [RFC] user-cr: Eliminate SUBARCH from Makefile
 2010-03-01 19:16 UTC  (6+ messages)
      ` [PATCH user-cr] User can override SUBARCH for cross-compilation

[PATCH linux-cr RFC] change sysctl and default for unprivileged use
 2010-03-01 19:10 UTC  (2+ messages)

checkpoint/restart of mounts
 2010-03-01 18:44 UTC 

[PATCH 0/4] user-cr: Makefile cleanups
 2010-03-01 18:25 UTC  (9+ messages)
  ` [PATCH 1/4] user-cr: Add install prefix
    ` [PATCH 2/4] user-cr: Make directories during install
    ` [PATCH 3/4] user-cr: Fix install rule dependencies
    ` [PATCH 4/4] user-cr: Remove pointless echo lines and @-prefixed lines
  ` [PATCH] user-cr: Makefile: Use standard variables

[PATCH -mmotm 1/2] memcg: dirty pages accounting and limiting infrastructure
 2010-03-01 10:38 UTC  (8+ messages)
  ` [PATCH -mmotm 2/2] memcg: dirty pages instrumentation

[PATCH 2/2] memcg: dirty pages instrumentation
 2010-03-01  0:47 UTC  (4+ messages)

[PATCH v2 1/2] nfnetlink: netns support
 2010-02-28 16:27 UTC 

[PATCH -mmotm 0/2] memcg: per cgroup dirty limit (v2)
 2010-02-26 22:52 UTC 

[PATCH 1/4] cr_tests/ptree1: remove dead code
 2010-02-26 21:03 UTC  (8+ messages)
  ` [PATCH 2/4] cr_tests/ptree1: count tasks accurately
  ` [PATCH 3/4] cr_tests/ptree1: wait for background tasks to exit
  ` [PATCH 4/4] cr_tests/ptree1: remove gratuitous sleeps

[PATCH 00/13][RFC] Checkpoint/restart code reshuffle
 2010-02-26 19:04 UTC  (17+ messages)
` [PATCH 01/12] Prepare to move ckpt_obj_ops definitions
  ` [PATCH 02/12] Add ability to register checkpoint obj ops
    ` [PATCH 03/12] Replace obj_no_grab and obj_no_drop ckpt ops with NULL
      ` [PATCH 04/12] Move nsproxy checkpoint ops
        ` [PATCH 05/12] Move mm checkpoint ops to mm/mmap.c
  ` [PATCH 06/12] Move checkpoint/files.c into fs/
    ` [PATCH 07/12] Move checkpoint/restart of signals into kernel/signal.c
      ` [PATCH 08/12] Move signal ckpt_obj_ops "
        ` [PATCH 09/12] Move mmap checkpoint/restart into mm/mmap.c
          ` [PATCH 10/12] Move uts ns into kernel/utsname*.c

autop sied fraxi nella frizz iness
 2010-02-26 16:19 UTC 

C/R: Checkpoint and restore network namespaces and devices
 2010-02-26 14:56 UTC  (8+ messages)
` [PATCH 2/6] C/R: Basic support for network namespaces and devices (v5)
` [PATCH 5/6] C/R: Add a checkpoint handler to the 'sit' device
` [PATCH 6/6] C/R: Add checkpoint support to macvlan driver


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