messages from 2009-05-26 22:41:57 to 2009-05-29 22:33:08 UTC [more...]
[PATCH 0/9] credentials c/r: Introduction
2009-05-29 22:33 UTC (5+ 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][RFC] freezer: Add CHECKPOINTING state to safeguard container checkpoint
2009-05-29 22:25 UTC (4+ messages)
[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 (28+ messages)
` [PATCH 08/20] io-controller: idle for sometime on sync queue before expiring it
` [PATCH 09/20] io-controller: Separate out queue and data
` [PATCH 10/20] io-conroller: Prepare elevator layer for single queue schedulers
` [PATCH 11/20] io-controller: noop changes for hierarchical fair queuing
` [PATCH 12/20] io-controller: deadline "
` [PATCH 13/20] io-controller: anticipatory "
` [PATCH 14/20] blkio_cgroup patches from Ryo to track async bios
` [PATCH 15/20] io-controller: map async requests to appropriate cgroup
` [PATCH 16/20] io-controller: IO group refcounting support
` [PATCH 17/20] io-controller: Per cgroup request descriptor support
` [PATCH 18/20] io-controller: Support per cgroup per device weights and io class
` [PATCH 19/20] io-controller: Debug hierarchical IO scheduling
` [PATCH 20/20] io-controller: experimental debug patch for async queue wait before expiry
` [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 (23+ messages)
` [PATCH 17/38] groups: move code to kernel/groups.c
` [PATCH 16/38] x86: ptrace debugreg checks rewrite
` [PATCH 18/38] C/R: core stuff
[BUG] net_cls: Panic occured when net_cls subsystem use
2009-05-29 13:54 UTC (7+ messages)
[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 (11+ messages)
` [PATCH 5/8] groups: allow compilation on s390x
` [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 (5+ 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
[PATCH] cgroups: handle failure of cgroup_populate_dir() at mount/remount
2009-05-27 6:16 UTC (5+ messages)
Hola, friend
2009-05-27 2:34 UTC
[PATCH 14/38] Remove struct mm_struct::exe_file et al
2009-05-26 23:24 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