Linux Container Development
 help / color / mirror / Atom feed
 messages from 2011-09-02 00:42:31 to 2011-09-14 08:01:34 UTC [more...]

[PATCH] Fix repeatable Oops on container destroy with conntrack
 2011-09-14  8:01 UTC  (8+ messages)

[patch 0/2] symlinks for mapped files in proc
 2011-09-14  6:52 UTC  (6+ messages)
` [patch 1/2] fs, proc: Make proc_get_link to use dentry instead of inode
` [patch 2/2] fs, proc: Introduce the /proc/<pid>/map_files/ directory v12

[PATCH 00/11 v5] cgroups: Task counter subsystem
 2011-09-13 22:23 UTC  (18+ messages)
` [PATCH 01/11] cgroups: Add res_counter_write_u64() API
` [PATCH 02/11] cgroups: New resource counter inheritance API
` [PATCH 03/11] cgroups: Add previous cgroup in can_attach_task/attach_task callbacks
` [PATCH 04/11] cgroups: New cancel_attach_task subsystem callback
` [PATCH 05/11] cgroups: Ability to stop res charge propagation on bounded ancestor
` [PATCH 06/11] cgroups: Add res counter common ancestor searching
` [PATCH 07/11] res_counter: Allow charge failure pointer to be null
` [PATCH 08/11] cgroups: Pull up res counter charge failure interpretation to caller
` [PATCH 09/11] cgroups: Add a task counter subsystem
` [PATCH 10/11] cgroups: Allow subsystems to cancel a fork
` [PATCH 11/11] cgroups: Convert task counter to use the subsys fork callback

[PATCH] per-cgroup tcp buffer limitation
 2011-09-13 19:08 UTC  (27+ messages)

[RFC] fs, proc: Introduce the /proc/<pid>/map_files/ directory v2
 2011-09-13 14:20 UTC  (3+ messages)

[PATCH v2 0/9] per-cgroup tcp buffers limitation
 2011-09-12 10:31 UTC  (26+ messages)
` [PATCH v2 1/9] per-netns ipv4 sysctl_tcp_mem
` [PATCH v2 2/9] Kernel Memory cgroup
` [PATCH v2 3/9] socket: initial cgroup code
` [PATCH v2 4/9] function wrappers for upcoming socket
` [PATCH v2 5/9] foundations of per-cgroup memory pressure controlling
` [PATCH v2 6/9] per-cgroup tcp buffers control
` [PATCH v2 7/9] tcp buffer limitation: per-cgroup limit
` [PATCH v2 8/9] Display current tcp memory allocation in kmem cgroup
` [PATCH v2 9/9] Add documentation about kmem_cgroup

[PATCH 1/4] cgroup: change locking order in attach_task_by_pid()
 2011-09-11  3:35 UTC  (8+ messages)
  ` [PATCH 2/4] threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem
  ` [PATCH 3/4] threadgroup: extend threadgroup_lock() to cover exit and exec
  ` [PATCH 4/4] cgroup: always lock threadgroup during migration
  ` [PATCHSET cgroup] extend threadgroup locking

[PATCH 1/6] cgroup_freezer: fix freezer->state setting bug in freezer_change_state()
 2011-09-11  1:54 UTC  (26+ messages)
  ` [PATCH 2/6] freezer: set PF_NOFREEZE on a dying task right before TASK_DEAD "
  ` [PATCH 3/6] freezer: restructure __refrigerator()
  ` [PATCH 4/6] freezer: use lock_task_sighand() in fake_signal_wake_up()
  ` [PATCH 5/6] freezer: remove unused @sig_only from freeze_task()
  ` [PATCH 6/6] freezer: kill unused set_freezable_with_signal()
  ` [PATCHSET pm-freezer] freezer: fixes & simplifications
                  ` [PATCH 0/1] freezer: fix wait_event_freezable/__thaw_task races
                    ` [PATCH 1/1] "

[PATCH] Fix repeatable Oops on container destroy with conntrack
 2011-09-10 18:48 UTC 

[PATCH] Fix repeatable Oops on container destroy with conntrack
 2011-09-10 18:48 UTC 

[patch 0/2] Introduce /proc/pid/map_files v6
 2011-09-10 13:49 UTC  (48+ messages)
` [patch 2/2] fs, proc: Introduce the /proc/<pid>/map_files/ directory v6
                                                  ` [kernel-hardening] "

Repeatable OOPS with containers and netfilter
 2011-09-09 18:30 UTC  (4+ messages)

(unknown),
 2011-09-09 14:56 UTC  (22+ messages)
  ` [PATCH 01/15] add Documentation/namespaces/user_namespace.txt (v3)
  ` [PATCH 02/15] user ns: setns: move capable checks into per-ns attach helper
  ` [PATCH 03/15] keyctl: check capabilities against key's user_ns
  ` [PATCH 04/15] user_ns: convert fs/attr.c to targeted capabilities
  ` [PATCH 05/15] userns: clamp down users of cap_raised
  ` [PATCH 06/15] user namespace: make each net (net_ns) belong to a user_ns
  ` [PATCH 07/15] user namespace: use net->user_ns for some capable calls under net/
  ` [PATCH 08/15] af_netlink.c: make netlink_capable userns-aware
  ` [PATCH 09/15] user ns: convert ipv6 to targeted capabilities
  ` [PATCH 10/15] net/core/scm.c: target capable() calls to user_ns owning the net_ns
  ` [PATCH 11/15] userns: make some net-sysfs capable calls targeted
  ` [PATCH 12/15] user_ns: target af_key capability check
  ` [PATCH 13/15] userns: net: make many network capable calls targeted
  ` [PATCH 14/15] net: pass user_ns to cap_netlink_recv()
  ` [PATCH 15/15] make kernel/signal.c user ns safe (v2)
    ` missing [PATCH 01/15]

Possible race between cgroup_attach_proc and de_thread, and questionable code in de_thread
 2011-09-08  2:11 UTC  (4+ messages)
                  ` [PATCH][BUGFIX] cgroups: more safe tasklist locking in cgroup_attach_proc

Kernel oops on 2.6.38 on destroying a container
 2011-09-07 22:17 UTC  (3+ messages)

Kernel oops on 2.6.38 on destroying a container
 2011-09-07 12:55 UTC 

[PATCHSET cgroup] extend threadgroup locking
 2011-09-04 18:01 UTC 

user namespaces v3: continue targetting capabilities
 2011-09-02 19:56 UTC 

[PATCH pm-freezer 1/4] cgroup_freezer: fix freezer->state setting bug in freezer_change_state()
 2011-09-02 18:31 UTC  (9+ messages)
      ` [PATCH pm-freezer 3/4] freezer: restructure __refrigerator()

[PATCHSET pm-freezer] freezer: fixes & simplifications
 2011-09-02 18:27 UTC 


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