Linux Container Development
 help / color / mirror / Atom feed
 messages from 2010-12-07 14:50:43 to 2011-01-11 06:43:54 UTC [more...]

[PATCH 01/08] Add a user_namespace as creator/owner of uts_namespace
 2011-01-11  6:43 UTC 

userns: targeted capabilities v4
 2011-01-11  6:43 UTC 

[PATCH 1/7] Add a user_namespace as creator/owner of uts_namespace
 2011-01-11  5:27 UTC  (16+ messages)
  ` [PATCH 2/7] security: Make capabilities relative to the user namespace
  ` [PATCH 3/7] allow sethostname in a container
  ` [PATCH 4/7] allow killing tasks in your own or child userns
  ` [PATCH 5/7] Allow ptrace from non-init user namespaces
  ` [PATCH 6/7] user namespaces: convert all capable checks in kernel/sys.c
  ` [PATCH 7/7] user namespaces: convert several capable() calls

[PATCH] Teach cifs about network namespaces
 2011-01-11  4:35 UTC 

[PATCH 00/11] checkpoint: various mm-related bits
 2011-01-11  2:38 UTC  (11+ messages)
` [PATCH 04/11] checkpoint: introduce device vma type
` [PATCH 05/11] checkpoint: allow VM_{IO,RESERVED,PFNMAP} mappings
  ` [PATCH 0/4] Checkpoint/restart support for HUGETLB pages
  ` [PATCH 1/4] c/r: pass file instead of inode to checkpoint_memory_pointer
  ` [PATCH 2/4] c/r: [ipc] allow shmat callers to specify ipc namespace
  ` [PATCH 3/4] c/r: checkpoint/restart of anonymous hugetlb mappings
  ` [PATCH 4/4] c/r: support checkpoint/restart of SysV SHM_HUGETLB regions

global_send_sigint
 2011-01-11  1:59 UTC  (2+ messages)

[RFC][PATCH][usercr]: Remove exit() calls in app_restart()
 2011-01-11  1:52 UTC  (2+ messages)

[PATCH][cr]: Ghost tasks must not be detached in kernel
 2011-01-11  1:51 UTC  (2+ messages)

[PATCH][usercr]: Ghost tasks must be detached
 2011-01-11  1:51 UTC  (2+ messages)

STDIN_FILENO during restart
 2011-01-11  1:50 UTC  (2+ messages)

[PATCH][cr]: Fix C/R of termios
 2011-01-11  1:46 UTC  (2+ messages)

[Patch 0/2] Checkpoint and restart of file locks
 2011-01-11  1:37 UTC  (3+ messages)
  ` [PATCH 1/2] Refactor fcntl_setlk() and fcntl_setlk64()
  ` [PATCH 2/2] c/r: add checkpoint support for file-locks

linux-cr: v23-rc1 pushed
 2011-01-11  1:18 UTC 

userns: targeted capabilities v3
 2011-01-10 21:11 UTC 

Containers and /proc/sys/vm/drop_caches
 2011-01-08 12:39 UTC  (11+ messages)

Mapping PIDs from parent->child namespaces
 2011-01-05 13:54 UTC  (11+ messages)

+ memcg-fix-deadlock-between-cpuset-and-memcg.patch added to -mm tree
 2011-01-05  7:51 UTC 

[PATCH v5 0/3] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
 2011-01-04  0:57 UTC  (49+ messages)
      ` [PATCH v5 3/3] cgroups: make procs file writable
                                  ` [RFC][BUGFIX] memcg: fix dead lock between cpuset and memcg (Re: [PATCH v5 3/3] cgroups: make procs file writable)
    ` [PATCH v6 0/3] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
        ` [PATCH v6 1/3] cgroups: read-write lock CLONE_THREAD forking per threadgroup
        ` [PATCH v6 2/3] cgroups: add can_attach callback for checking all threads in a group
        ` [PATCH v6 3/3] cgroups: make procs file writable
        ` [PATCH v7 0/3] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
          ` [PATCH v7 1/3] cgroups: read-write lock CLONE_THREAD forking per threadgroup
          ` [PATCH v7 2/3] cgroups: add atomic-context per-thread subsystem callbacks
          ` [PATCH v7 3/3] cgroups: make procs file writable

[RFC 1/5] user namespaces: Add a user_namespace as creator/owner of uts_namespace
 2011-01-02 14:39 UTC  (28+ messages)
      ` [RFC 3/5] user namespaces: allow sethostname in a container
        ` [RFC 4/5] user namespaces: allow killing tasks in your own or child userns
          ` [RFC 5/5] user namespaces: Allow ptrace from non-init user namespaces
    ` [RFC 2/5] user namespaces: make capabilities relative to the user namespace

New video cip of Arnold'n co
 2010-12-24  3:38 UTC 

[PATCH 1/2] cgroup: Set CGRP_RELEASABLE when adding to a cgroup
 2010-12-18 19:30 UTC 

[RFC 0/5] user namespaces: start clamping down
 2010-12-17 15:22 UTC 

[PATCH 1/2] cgroup: Set CGRP_RELEASABLE when adding to a cgroup
 2010-12-17  1:12 UTC  (3+ messages)

cgroup tasks file error
 2010-12-15 22:08 UTC  (13+ messages)

[PATCH v2 1/6] cgroups: Shrink struct cgroup_subsys
 2010-12-15  9:36 UTC  (6+ messages)
  ` [PATCH v2 2/6] cgroups: Allow to bind a subsystem to a cgroup hierarchy
  ` [PATCH v2 3/6] cgroups: Allow to unbind subsystem from "
  ` [PATCH v2 4/6] cgroups: Mark some subsystems bindable/unbindable
  ` [PATCH v2 5/6] cgroups: Triger BUG if a bindable subsystem calls css_get()
  ` [PATCH v2 6/6] cgroups: Update documentation for bindable subsystems

[PATCH v2 0/6] cgroups: Bindable cgroup subsystems
 2010-12-15  9:34 UTC 

[PATCH cgroups] Remove deprecated subsystem from examples
 2010-12-15  2:28 UTC 

cgroup tasks file error
 2010-12-14 17:17 UTC  (6+ messages)

C/R of termios
 2010-12-13 19:21 UTC  (5+ messages)

regular lxc development call?
 2010-12-13 18:12 UTC  (4+ messages)
      ` [Lxc-users] "

[RFC PATCH 3/4] allow sethostname in a container
 2010-12-11  1:29 UTC  (7+ messages)
      ` [RFC PATCH 4/4] allow killing tasks in your own or child userns
  ` [RFC PATCH 2/4] security: Make capabilities relative to the user namespace
  ` [RFC PATCH 1/4] Add a user_namespace as creator/owner of uts_namespace

[RFC PATCH 1/4] Add a user_namespace as creator/owner of uts_namespace
 2010-12-09 17:20 UTC 

Delivery Status Notification (Failure)
 2010-12-09 17:01 UTC 

Register
 2010-12-09  6:21 UTC 

trying to build simple checkpoint/restart recipes
 2010-12-08 22:26 UTC  (5+ messages)

Containers HOWTO? (Where do I start?)
 2010-12-08 22:11 UTC  (4+ messages)

[PATCH] user_ns: Improve the user_ns on-the-slab packaging
 2010-12-07 22:13 UTC  (5+ messages)


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