Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-07-22 09:59:32 to 2009-07-24 20:27:43 UTC [more...]

[PATCH 01/24] io-controller: Documentation
 2009-07-24 20:27 UTC  (13+ messages)
  ` [PATCH 02/24] io-controller: Core of the B-WF2Q+ scheduler
  ` [PATCH 03/24] io-controller: bfq support of in-class preemption
  ` [PATCH 04/24] io-controller: Common flat fair queuing code in elevaotor layer
  ` [PATCH 05/24] io-controller: Modify cfq to make use of flat elevator fair queuing
  ` [PATCH 06/24] io-controller: core bfq scheduler changes for hierarchical setup
  ` [PATCH 07/24] io-controller: cgroup related changes for hierarchical group support
  ` [PATCH 08/24] io-controller: Common hierarchical fair queuing code in elevaotor layer
  ` [PATCH 09/24] io-controller: cfq changes to use "
  ` [PATCH 10/24] io-controller: Export disk time used and nr sectors dipatched through cgroups
  ` [PATCH 11/24] io-controller: Debug hierarchical IO scheduling
  ` [PATCH 12/24] io-controller: Introduce group idling
  ` [PATCH 13/24] io-controller: Wait for requests to complete from last queue before new queue is scheduled

[RFC] IO scheduler based IO controller V7
 2009-07-24 20:27 UTC 

[PATCH] c/r: [signal 1/3] blocked and template for shared signals
 2009-07-24 20:04 UTC  (11+ messages)
  ` [PATCH] c/r: [signal 2/3] checkpoint/restart of rlimit
  ` [PATCH] c/r: [signal 3/3] pending signals (private, shared)

[PATCH 1/1] veth: don't free priv->status until dev->destructor (v2)
 2009-07-24 19:46 UTC  (5+ messages)

[RFC v17][PATCH 10/60] c/r: make file_pos_read/write() public
 2009-07-24 19:09 UTC  (64+ messages)
  ` [RFC v17][PATCH 11/60] pids 1/7: Factor out code to allocate pidmap page
  ` [RFC v17][PATCH 12/60] pids 2/7: Have alloc_pidmap() return actual error code
  ` [RFC v17][PATCH 13/60] pids 3/7: Add target_pid parameter to alloc_pidmap()
  ` [RFC v17][PATCH 14/60] pids 4/7: Add target_pids parameter to alloc_pid()
  ` [RFC v17][PATCH 15/60] pids 5/7: Add target_pids parameter to copy_process()
  ` [RFC v17][PATCH 16/60] pids 6/7: Define do_fork_with_pids()
  ` [RFC v17][PATCH 17/60] pids 7/7: Define clone_with_pids syscall
  ` [RFC v17][PATCH 18/60] c/r: create syscalls: sys_checkpoint, sys_restart
  ` [RFC v17][PATCH 19/60] c/r: documentation
  ` [RFC v17][PATCH 20/60] c/r: basic infrastructure for checkpoint/restart
  ` [RFC v17][PATCH 21/60] c/r: x86_32 support "
  ` [RFC v17][PATCH 22/60] c/r: external checkpoint of a task other than ourself
  ` [RFC v17][PATCH 23/60] c/r: export functionality used in next patch for restart-blocks
  ` [RFC v17][PATCH 24/60] c/r: restart-blocks
  ` [RFC v17][PATCH 25/60] c/r: checkpoint multiple processes
  ` [RFC v17][PATCH 26/60] c/r: restart "
  ` [RFC v17][PATCH 27/60] c/r: introduce PF_RESTARTING, and skip notification on exit
  ` [RFC v17][PATCH 28/60] c/r: support for zombie processes
  ` [RFC v17][PATCH 29/60] c/r: Save and restore the [compat_]robust_list member of the task struct
  ` [RFC v17][PATCH 30/60] c/r: infrastructure for shared objects
  ` [RFC v17][PATCH 31/60] c/r: detect resource leaks for whole-container checkpoint
  ` [RFC v17][PATCH 32/60] c/r: introduce '->checkpoint()' method in 'struct file_operations'
  ` [RFC v17][PATCH 33/60] c/r: dump open file descriptors
  ` [RFC v17][PATCH 34/60] c/r: restore "
  ` [RFC v17][PATCH 35/60] c/r: add generic '->checkpoint' f_op to ext fses
  ` [RFC v17][PATCH 36/60] c/r: add generic '->checkpoint()' f_op to simple devices
  ` [RFC v17][PATCH 37/60] c/r: introduce method '->checkpoint()' in struct vm_operations_struct
  ` [RFC v17][PATCH 38/60] c/r: dump memory address space (private memory)
  ` [RFC v17][PATCH 39/60] c/r: restore "
  ` [RFC v17][PATCH 40/60] c/r: export shmem_getpage() to support shared memory
  ` [RFC v17][PATCH 41/60] c/r: dump anonymous- and file-mapped- "
  ` [RFC v17][PATCH 42/60] c/r: restore "
  ` [RFC v17][PATCH 43/60] splice: export pipe/file-to-pipe/file functionality
  ` [RFC v17][PATCH 44/60] c/r: support for open pipes
  ` [RFC v17][PATCH 45/60] c/r: make ckpt_may_checkpoint_task() check each namespace individually
  ` [RFC v17][PATCH 46/60] c/r: support for UTS namespace
  ` [RFC v17][PATCH 47/60] deferqueue: generic queue to defer work
  ` [RFC v17][PATCH 48/60] c/r (ipc): allow allocation of a desired ipc identifier
  ` [RFC v17][PATCH 49/60] c/r: save and restore sysvipc namespace basics
  ` [RFC v17][PATCH 50/60] c/r: support share-memory sysv-ipc
  ` [RFC v17][PATCH 51/60] c/r: support message-queues sysv-ipc
  ` [RFC v17][PATCH 52/60] c/r: support semaphore sysv-ipc
  ` [RFC v17][PATCH 53/60] c/r: (s390): expose a constant for the number of words (CRs)
  ` [RFC v17][PATCH 54/60] c/r: add CKPT_COPY() macro
  ` [RFC v17][PATCH 55/60] c/r: define s390-specific checkpoint-restart code
  ` [RFC v17][PATCH 56/60] c/r: clone_with_pids: define the s390 syscall
  ` [RFC v17][PATCH 57/60] c/r: capabilities: define checkpoint and restore fns
  ` [RFC v17][PATCH 58/60] c/r: checkpoint and restore task credentials
  ` [RFC v17][PATCH 59/60] c/r: restore file->f_cred
  ` [RFC v17][PATCH 60/60] c/r: checkpoint and restore (shared) task's sighand_struct
  ` [RFC v17][PATCH 00/60] Kernel based checkpoint/restart

[PATCH 0/6] CGroups: cgroup memberlist enhancement+fix
 2009-07-24 19:05 UTC  (14+ messages)
  ` [PATCH 1/6] Adds a read-only "procs" file similar to "tasks" that shows only unique tgids
  ` [PATCH 2/6] Ensures correct concurrent opening/reading of pidlists across pid namespaces
  ` [PATCH 3/6] Quick vmalloc vs kmalloc fix to the case where array size is too large
  ` [PATCH 4/6] Changes css_set freeing mechanism to be under RCU
  ` [PATCH 5/6] Makes procs file writable to move all threads by tgid at once
  ` [PATCH 6/6] Lets ss->can_attach and ss->attach do whole threadgroups at a time

repairers
 2009-07-24 19:04 UTC 

dropsonde
 2009-07-24 18:29 UTC 

[RFC][PATCH] checkpoint/restart: Add support for epoll
 2009-07-24 17:22 UTC  (4+ messages)

lxc: linux container tools 0.6.3 release
 2009-07-24 15:35 UTC 

[RFC][PATCH] flexible array implementation v4
 2009-07-24 15:07 UTC  (6+ messages)

[PATCH 7/9] blkio-cgroup-v9: Page tracking hooks
 2009-07-24  8:48 UTC  (8+ messages)
          ` [Xen-devel] "

BUG in tty_open when using containers and ptrace
 2009-07-24  7:31 UTC  (20+ messages)
                                    ` [lxc-devel] "

+ cgroups-fix-pid-namespace-bug.patch added to -mm tree
 2009-07-24  5:59 UTC  (3+ messages)

[PATCH 0/4] CGroup: Support for named and empty hierarchies
 2009-07-24  5:21 UTC  (19+ messages)
  ` [PATCH 1/4] Support named cgroups hierarchies
  ` [PATCH 2/4] Move the cgroup debug subsys into cgroup.c to access internal state
  ` [PATCH 3/4] Add a back-pointer from struct cg_cgroup_link to struct cgroup
  ` [PATCH 4/4] Allow cgroup hierarchies to be created with no bound subsystems

[PATCH 0/6] CGroups: cgroup memberlist enhancement+fix
 2009-07-24  3:19 UTC 

[PATCH 1/1] cr: s390: set return value for self-checkpoint
 2009-07-24  1:47 UTC  (2+ messages)

Add Checkpoint/Restart support for UNIX sockets
 2009-07-24  1:32 UTC  (13+ messages)
  ` [PATCH 1/5] Add _ckpt_read_hdr_type() helper
  ` [PATCH 2/5] Add an errno validation function
  ` [PATCH 3/5] Add a ckpt_read_string() function to allow reading of a variable-length (but length-capped) string from the checkpoint stream
  ` [PATCH 4/5] Add a common sock_bind() helper to unify the security hook
` [PATCH 5/5] c/r: Add AF_UNIX support (v6)

[RFC][PATCH] flexible array implementation v3
 2009-07-23 16:02 UTC  (5+ messages)

Please confirm
 2009-07-23 15:33 UTC 

[RFCv2][PATCH] flexible array implementation
 2009-07-23 14:30 UTC  (11+ messages)

[PATCH] c/r: checkpoint and restore FIFOs
 2009-07-23  3:52 UTC 

[cr][git]linux-cr branch, ckpt-v17-dev, updated. v2.6.27-rc5-46167-g45c1135
 2009-07-23  3:45 UTC 

[PATCH][user-cr]: Fix typo in -lpthread
 2009-07-23  1:17 UTC  (3+ messages)

shoetree
 2009-07-22 21:41 UTC 

zaffer
 2009-07-22 18:23 UTC 

[RFC][PATCH] flexible array implementation v3
 2009-07-22 17:53 UTC 

[PATCH 0/36] checkpoint/restart: opened files of generic, non-extX filesystems
 2009-07-22 14:34 UTC  (2+ messages)

recognisance
 2009-07-22 11:48 UTC 


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