Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-07-21 14:09:11 to 2009-07-23 19:32:45 UTC [more...]

BUG in tty_open when using containers and ptrace
 2009-07-23 19:32 UTC  (18+ messages)
                                        ` [lxc-devel] "

[PATCH 1/1] cr: s390: set return value for self-checkpoint
 2009-07-23 18:21 UTC 

Add Checkpoint/Restart support for UNIX sockets
 2009-07-23 16:58 UTC  (12+ 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)

[RFC v17][PATCH 01/60] c/r: extend arch_setup_additional_pages()
 2009-07-23 15:33 UTC  (72+ 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

Please confirm
 2009-07-23 15:33 UTC 

[RFC][PATCH] flexible array implementation v4
 2009-07-23 15:26 UTC 

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

[PATCH 0/4] CGroup: Support for named and empty hierarchies
 2009-07-23 14:31 UTC  (18+ 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

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

[PATCH 2/9] dm-ioband-1.12.1: All-in-one patch
 2009-07-23 12:02 UTC  (24+ messages)
    ` [PATCH 3/9] blkio-cgroup-v9: The new page_cgroup framework
        ` [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
                    ` [Xen-devel] Re: [PATCH 7/9] blkio-cgroup-v9: Page tracking hooks
      ` [PATCH 4/9] blkio-cgroup-v9: Refactoring io-context initialization

[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 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] cgroup: fix reverse unlock sequence in cgroup_get_sb
 2009-07-22  2:32 UTC  (10+ 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 21/25] io-controller: Per cgroup request descriptor support
 2009-07-21 17:57 UTC 

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 


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