Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-05-27 17:32:46 to 2009-06-01 08:30:23 UTC [more...]

[RFC][v3][PATCH 1/7] Factor out code to allocate pidmap page
 2009-06-01  8:30 UTC  (12+ messages)
  ` [RFC][v3][PATCH 2/7] Have alloc_pidmap() return actual error code
  ` [RFC][v3][PATCH 3/7] Add target_pid parameter to alloc_pidmap()
  ` [RFC][v3][PATCH 4/7] Add target_pids parameter to alloc_pid()
  ` [RFC][v3][PATCH 5/7] Add target_pids parameter to copy_process()
  ` [RFC][v3][PATCH 6/7] Define do_fork_with_pids()
  ` [RFC][v3][PATCH 7/7] Define clone_with_pids syscall

[BUG] net_cls: Panic occured when net_cls subsystem use
 2009-06-01  6:06 UTC  (38+ messages)

[PATCH 0/9] credentials c/r: Introduction
 2009-06-01  2:18 UTC  (15+ messages)
` [PATCH 1/9] cred: #include init.h in cred.h
` [PATCH 2/9] groups: move code to kernel/groups.c
` [PATCH 3/9] cr: break out new_user_ns()
` [PATCH 4/9] cr: split core function out of some set*{u,g}id functions
` [PATCH 5/9] cr: capabilities: define checkpoint and restore fns
` [PATCH 6/9] cr: checkpoint and restore task credentials
  ` [PATCH 7/9] cr: restore file->f_cred
  ` [PATCH 8/9] user namespaces: debug refcounts
` [PATCH 9/9] cr: ipc: reset kern_ipc_perms

[PATCH 14/38] Remove struct mm_struct::exe_file et al
 2009-06-01  0:02 UTC  (5+ messages)

Bid to Break Kazoo Reocrd Fails
 2009-05-30  7:06 UTC 

[PATCH][RFC] freezer: Add CHECKPOINTING state to safeguard container checkpoint
 2009-05-30  3:04 UTC  (5+ messages)

[PATCH] cgroup freezer: Update stale comments
 2009-05-30  0:18 UTC 

[PATCH 1/1] cr: don't unlock ipc before freeing
 2009-05-29 21:37 UTC  (2+ messages)

[RFC][PATCH 1/7][v2] Factor out code to allocate pidmap page
 2009-05-29 21:32 UTC  (29+ messages)
  ` [RFC][PATCH 2/7][v2] Have alloc_pidmap() return actual error code
  ` [RFC][PATCH 3/7][v2] Add target_pid parameter to alloc_pidmap()
  ` [RFC][PATCH 4/7][v2] Add target_pids parameter to alloc_pid()
  ` [RFC][PATCH 5/7][v2] Add target_pids parameter to copy_process()
  ` [RFC][PATCH 6/7][v2] Define do_fork_with_pids()
  ` [RFC][PATCH 7/7][v2] Define clone_with_pids syscall

[PATCH] cr: ipc: don't unlock before calling freeary in error path
 2009-05-29 20:46 UTC  (2+ messages)

[PATCH 02/20] io-controller: Common flat fair queuing code in elevaotor layer
 2009-05-29 19:16 UTC  (15+ messages)
    ` [PATCH 15/20] io-controller: map async requests to appropriate cgroup
    ` [PATCH 01/20] io-controller: Documentation

[Fwd: Re: [PATCH][RFC] freezer: Add CHECKPOINTING state to safeguard container checkpoint]
 2009-05-29 18:43 UTC 

[PATCH 01/38] cred: #include init.h in cred.h
 2009-05-29 17:26 UTC  (18+ messages)
        ` [PATCH 18/38] C/R: core stuff

[PATCH 1/3] export generic checkpoint headers to user space
 2009-05-29 10:22 UTC  (6+ messages)
  ` [PATCH 2/3] x86: export checkpoint_hdr.h
  ` [PATCH 3/3] s390: "

[PATCH 1/1] cr: sysvipc: don't break compilation with CONFIG_SYSVIPC=n
 2009-05-29 10:20 UTC  (2+ messages)

[PATCH 1/1] cr: s390: define CKPT_ARCH_ID for s390
 2009-05-29 10:16 UTC  (2+ messages)

[RFC v16][PATCH 20/43] c/r: export functionality used in next patch for restart-blocks
 2009-05-28 16:33 UTC  (30+ messages)
  ` [RFC v16][PATCH 21/43] c/r: restart-blocks
  ` [RFC v16][PATCH 22/43] c/r: checkpoint multiple processes
  ` [RFC v16][PATCH 23/43] c/r: restart "
  ` [RFC v16][PATCH 24/43] c/r: detect resource leaks for whole-container checkpoint
  ` [RFC v16][PATCH 25/43] tee: don't return 0 when another task drains/fills a pipe
  ` [RFC v16][PATCH 26/43] splice: added support for pipe-to-pipe splice()
  ` [RFC v16][PATCH 27/43] c/r: support for open pipes
  ` [RFC v16][PATCH 28/43] c/r: make ckpt_may_checkpoint_task() check each namespace individually
  ` [RFC v16][PATCH 29/43] c/r: support for UTS namespace
  ` [RFC v16][PATCH 30/43] c/r: stub implementation for IPC namespace
  ` [RFC v16][PATCH 31/43] deferqueue: generic queue to defer work
  ` [RFC v16][PATCH 32/43] c/r (ipc): allow allocation of a desired ipc identifier
  ` [RFC v16][PATCH 33/43] c/r (ipc): helpers to save and restore kern_ipc_perm structures
  ` [RFC v16][PATCH 34/43] c/r: save and restore ipc namespace basics
  ` [RFC v16][PATCH 35/43] c/r (ipc): export interface from ipc/shm.c to delete ipc shm
  ` [RFC v16][PATCH 36/43] c/r: support share-memory sysv-ipc
  ` [RFC v16][PATCH 37/43] c/r (ipc): make 'struct msg_msgseg' visible in ipc/util.h
  ` [RFC v16][PATCH 38/43] c/r: support message-queues sysv-ipc
  ` [RFC v16][PATCH 39/43] c/r (ipc): export interface from ipc/sem.c to cleanup ipc sem
  ` [RFC v16][PATCH 40/43] c/r: support semaphore sysv-ipc
  ` [RFC v16][PATCH 41/43] c/r: (s390): expose a constant for the number of words (CRs)
  ` [RFC v16][PATCH 42/43] c/r: add CKPT_COPY() macro
  ` [RFC v16][PATCH 43/43] c/r: define s390-specific checkpoint-restart code
    ` [RFC v16][PATCH 19/43] c/r: external checkpoint of a task other than ourself

[PATCH 0/8] a start to credentials c/r
 2009-05-28 14:36 UTC  (9+ messages)
` [PATCH 6/8] cr: checkpoint and restore task credentials

[PATCH 1/7] [PATCH] Factor out code to allocate pidmap page
 2009-05-28  2:58 UTC  (20+ messages)
` [PATCH 2/7] [PATCH] Have alloc_pidmap() return actual error code
` [PATCH 3/7] [PATCH] Add target_pid parameter to alloc_pidmap()
` [PATCH 4/7] [PATCH] Add target_pids parameter to alloc_pid()
` [PATCH 5/7] [PATCH] Add target_pids parameter to copy_process()
` [PATCH 6/7] [PATCH] Define do_fork_with_pids()
` [PATCH 7/7] [PATCH] Define clone_with_pids syscall

[PATCH 1/1] cr: nsproxy: fix refcounting
 2009-05-27 18:57 UTC  (2+ messages)

[PATCH] io-controller: Add io group reference handling for request
 2009-05-27 17:32 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