messages from 2009-05-27 15:42:12 to 2009-05-31 00:02:20 UTC [more...]
[RFC][v3][PATCH 1/7] Factor out code to allocate pidmap page
2009-05-31 0:02 UTC (4+ 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()
[BUG] net_cls: Panic occured when net_cls subsystem use
2009-05-30 23:34 UTC (24+ 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 0/9] credentials c/r: Introduction
2009-05-29 22:34 UTC (10+ 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 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 (19+ 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 01/43] c/r: extend arch_setup_additional_pages()
2009-05-28 16:33 UTC (49+ messages)
` [RFC v16][PATCH 02/43] c/r: make file_pos_read/write() public
` [RFC v16][PATCH 03/43] c/r: create syscalls: sys_checkpoint, sys_restart
` [RFC v16][PATCH 04/43] c/r: documentation
` [RFC v16][PATCH 05/43] c/r: basic infrastructure for checkpoint/restart
` [RFC v16][PATCH 06/43] c/r: x86_32 support "
` [RFC v16][PATCH 07/43] c/r: infrastructure for shared objects
` [RFC v16][PATCH 08/43] c/r: introduce '->checkpoint()' method in 'struct file_operations'
` [RFC v16][PATCH 09/43] c/r: dump open file descriptors
` [RFC v16][PATCH 10/43] c/r: restore "
` [RFC v16][PATCH 11/43] c/r: add generic '->checkpoint' f_op to ext fses
` [RFC v16][PATCH 12/43] c/r: add generic '->checkpoint()' f_op to simple devices
` [RFC v16][PATCH 13/43] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
` [RFC v16][PATCH 14/43] c/r: dump memory address space (private memory)
` [RFC v16][PATCH 15/43] c/r: restore "
` [RFC v16][PATCH 16/43] c/r: export shmem_getpage() to support shared memory
` [RFC v16][PATCH 17/43] c/r: dump anonymous- and file-mapped- "
` [RFC v16][PATCH 18/43] c/r: restore "
` [RFC v16][PATCH 19/43] c/r: external checkpoint of a task other than ourself
` [RFC v16][PATCH 20/43] c/r: export functionality used in next patch for restart-blocks
` [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
[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 (22+ 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)
[RFC v16][PATCH 00/43] Kernel based checkpoint/restart
2009-05-27 17:32 UTC
[PATCH 1/1] cr: safely restore a task's securebits
2009-05-27 16:31 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox