Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-07-14 10:31:29 to 2009-07-22 20:41:39 UTC [more...]

Add Checkpoint/Restart support for UNIX sockets
 2009-07-22 20:41 UTC  (4+ 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][user-cr]: Fix typo in -lpthread
 2009-07-22 20:28 UTC 

[RFCv2][PATCH] flexible array implementation
 2009-07-22 19:55 UTC  (9+ messages)

[PATCH 0/4] CGroup: Support for named and empty hierarchies
 2009-07-22 19:50 UTC  (5+ 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

zaffer
 2009-07-22 18:23 UTC 

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

[RFC v17][PATCH 01/60] c/r: extend arch_setup_additional_pages()
 2009-07-22 17:52 UTC  (62+ messages)
  ` [RFC v17][PATCH 02/60] x86: ptrace debugreg checks rewrite
  ` [RFC v17][PATCH 03/60] c/r: break out new_user_ns()
  ` [RFC v17][PATCH 04/60] c/r: split core function out of some set*{u, g}id functions
  ` [RFC v17][PATCH 05/60] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
  ` [RFC v17][PATCH 06/60] cgroup freezer: Update stale locking comments
  ` [RFC v17][PATCH 07/60] cgroup freezer: Add CHECKPOINTING state to safeguard container checkpoint
  ` [RFC v17][PATCH 08/60] cgroup freezer: interface to freeze a cgroup from within the kernel
  ` [RFC v17][PATCH 09/60] Namespaces submenu
  ` [RFC v17][PATCH 10/60] c/r: make file_pos_read/write() public
  ` [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

[PATCH 1/1] veth: don't free priv->status until dev->destructor (v2)
 2009-07-22 15:55 UTC  (4+ messages)

[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 

[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
 2009-07-22  9:59 UTC 

[cr][git]linux-cr branch, ckpt-v17, created. v2.6.27-rc5-46164-gcb4f8e4
 2009-07-22  9:58 UTC 

[PATCH 2/9] dm-ioband-1.12.1: All-in-one patch
 2009-07-22  9:40 UTC  (19+ messages)
    ` [PATCH 3/9] blkio-cgroup-v9: The new page_cgroup framework
      ` [PATCH 4/9] blkio-cgroup-v9: Refactoring io-context initialization
        ` [PATCH 5/9] blkio-cgroup-v9: The body of blkio-cgroup
          ` [PATCH 6/9] blkio-cgroup-v9: The document "
            ` [PATCH 7/9] blkio-cgroup-v9: Page tracking hooks
                ` [PATCH 9/9] blkio-cgroup-v9: Add a cgroup support to dm-ioband
              ` [PATCH 8/9] blkio-cgroup-v9: Fast page tracking

BUG in tty_open when using containers and ptrace
 2009-07-22  6:41 UTC  (17+ messages)

[PATCH] cgroup: fix reverse unlock sequence in cgroup_get_sb
 2009-07-22  2:32 UTC  (12+ messages)

[PATCH] cgroup: make unlock sequence in cgroup_get_sb consistent
 2009-07-22  2:31 UTC 

[PATCH 3/9] [RFC] Add a back-pointer from struct cg_cgroup_link to struct cgroup
 2009-07-21 23:48 UTC  (4+ messages)
` [PATCH 4/9] [RFC] Allow cgroup hierarchies to be created with no bound subsystems

[RFC][PATCH] flexible array implementation
 2009-07-21 22:33 UTC  (8+ messages)

[RFCv2][PATCH] flexible array implementation
 2009-07-21 22:00 UTC 

carousels
 2009-07-21 20:57 UTC 

[PATCH 22/25] io-controller: Per io group bdi congestion interface
 2009-07-21 17:57 UTC  (6+ messages)
    ` [PATCH 21/25] io-controller: Per cgroup request descriptor support

reboots
 2009-07-21 16:53 UTC 

[RFC][PATCH] flexible array implementation
 2009-07-21 16:03 UTC 

[PATCH 1/9] I/O bandwidth controller and BIO tracking
 2009-07-21 14:09 UTC 

[PATCH] cgroup: fix reverse unlock sequence in cgroup_get_sb
 2009-07-21 10:25 UTC 

minimisation
 2009-07-19 18:26 UTC 

[patch 2/2] sched: fix nr_uninterruptible accounting of frozen tasks really
 2009-07-18 23:59 UTC  (13+ messages)

axletree
 2009-07-17 15:50 UTC 

UK Pharmacy Online Sale 80% OFF!
 2009-07-17 11:42 UTC 

[PATCH 0/1] Memory usage limit notification addition to memcg
 2009-07-17  2:33 UTC  (7+ messages)
      ` [PATCH 1/1] "

RFC: VETH patch to zero timestamp
 2009-07-17  0:01 UTC 

animalizes
 2009-07-16 18:01 UTC 

detractions
 2009-07-15 20:44 UTC 

[PATCH] Save and restore the [compat_]robust_list member of the task struct
 2009-07-15 19:15 UTC  (3+ messages)

[PATCH 0/2] CGroups: cgroup member list enhancement/fix
 2009-07-15 16:18 UTC  (8+ messages)
          ` [PATCH 1/2] Adds a read-only "procs" file similar to "tasks" that shows only unique tgids

[cr][git]linux-cr branch, ckpt-v17-rc2, created. v2.6.27-rc5-45616-g96b7bc2
 2009-07-15 14:38 UTC  (3+ messages)

[RFC][PATCH] checkpoint/restart: Add support for epoll
 2009-07-15  9:22 UTC  (2+ messages)

vlan based macvlan issue
 2009-07-15  8:13 UTC  (2+ messages)

[PATCH v2 0/3] CGroups: cgroup member list enhancement/fix
 2009-07-15  1:31 UTC  (17+ messages)
` [PATCH 1/3] Adds a read-only "procs" file similar to "tasks" that shows only unique tgids
` [PATCH 3/3] Quick vmalloc vs kmalloc fix to the case where array size is too large

[PATCH] Make do_restart() and do_checkpoint() return long
 2009-07-14 19:56 UTC 


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