Linux Container Development
 help / color / mirror / Atom feed
 messages from 2013-06-21 08:35:20 to 2013-07-12 20:38:17 UTC [more...]

[PATCH 2/2] cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()
 2013-07-12 20:38 UTC  (5+ messages)
  ` [PATCH cgroup 1/2] cgroup: move module ref handling into rebind_subsystems()
  ` [PATCH v2 "

[PATCH cgroup/for-3.12] cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()
 2013-07-12 20:02 UTC  (2+ messages)

[PATCH 1/9] cgroup: minor updates around cgroup_clear_directory()
 2013-07-12 19:37 UTC  (29+ messages)
  ` [PATCH 2/9] cgroup: fix error path of cgroup_addrm_files()
  ` [PATCH 3/9] cgroup: fix cgroup_add_cftypes() error handling
  ` [PATCH 4/9] cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir()
  ` [PATCH 5/9] cgroup: update error handling in cgroup_populate_dir()
  ` [PATCH 6/9] cgroup: make rebind_subsystems() handle file additions and removals with proper error handling
  ` [PATCH 7/9] cgroup: cosmetic follow-up cleanups
  ` [PATCH 8/9] cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount()
  ` [PATCH 9/9] blkcg: make blkcg_policy_register() correctly handle cgroup_add_cftypes() failures
  ` [PATCH 5.5/9] cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir()
  ` [PATCHSET] cgroup: fix and clean up cgroup file creations and removals
    ` [PATCH v2 5/9] cgroup: update error handling in cgroup_populate_dir()
    ` [PATCH v2 6/9] cgroup: make rebind_subsystems() handle file additions and removals with proper error handling
    ` [PATCH v3 "
    ` [PATCH v4 "

[OFFLIST] status of devcg
 2013-07-12 13:04 UTC  (9+ messages)

Interaction user namespace, /proc/1 ownership & cap_set
 2013-07-12 10:04 UTC  (16+ messages)

[PATCH cgroup/for-3.12] cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()
 2013-07-11 23:34 UTC 

cgroup: status-quo and userland efforts
 2013-07-09 23:12 UTC  (54+ messages)
                      ` [Workman-devel] "

[PATCH 09/10] idr: Remove unneeded idr locking, idr_preload() usage
 2013-07-06  5:08 UTC 

[PATCH v3 23/25] cgroup: Change how dentry's d_lock field is accessed
 2013-07-04 17:01 UTC  (2+ messages)

[Part1 PATCH 00/22] Add namespace support for audit
 2013-07-04  3:30 UTC  (12+ messages)

I need the list member, thanks
 2013-07-03  6:37 UTC 

[GIT PULL] cpuset changes for v3.11-rc1
 2013-07-03  2:47 UTC 

Passa a Vodafone con Relax summer è Superconveniente
 2013-07-03  0:28 UTC 

Undelivered Mail Returned to Sender
 2013-07-02 16:03 UTC 

[GIT PULL] cgroup changes for v3.11-rc1
 2013-07-02 15:38 UTC 

PROBLEM: Processes writing large files in memory-limited LXC container are killed by OOM
 2013-07-02 12:42 UTC  (14+ messages)

[Announce] Checkpoint-restore tool v0.6
 2013-07-01 18:19 UTC 

[PATCH cgroup/for-3.11 1/2] cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()
 2013-06-29 21:17 UTC  (3+ messages)
  ` [PATCH cgroup/for-3.11 2/2] cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
    ` [PATCH cgroup/for-3.11 3/2] cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existing hierarchy

[PATCH cgroup 1/2] cgroup: move module ref handling into rebind_subsystems()
 2013-06-29  4:12 UTC 

[PATCHSET] cgroup: fix and clean up cgroup file creations and removals
 2013-06-28 23:45 UTC 

cgroup access daemon
 2013-06-28 19:48 UTC  (7+ messages)

fatiguer de payer vos cigarettes trop cher ? alors cliquez ici
 2013-06-27 18:45 UTC 

cgroup access daemon
 2013-06-27 16:53 UTC 

[PATCH RFC] procfs: add pidnr file
 2013-06-26 20:26 UTC  (2+ messages)

[PATCH cgroup/for-3.11 2/3] cgroup: fix RCU accesses around task->cgroups
 2013-06-26 17:49 UTC  (10+ messages)
      ` [PATCH cgroup/for-3.11 3/3] cgroup: always use RCU accessors for protected accesses
  ` [PATCH cgroup/for-3.11 1/3] cgroup: fix RCU accesses to task->cgroups
  ` [PATCH v2 "

[PATCH RFC] procfs: add pidnr file
 2013-06-26 16:18 UTC 

[PATCH cgroup/for-3.11] cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
 2013-06-25 18:44 UTC  (3+ messages)

[PATCH 1/6] cgroup: convert CFTYPE_* flags to enums
 2013-06-25 18:42 UTC  (21+ messages)
  ` [PATCH 2/6] cgroup: prefix global variables with "cgroup_"
  ` [PATCH 3/6] cgroup: remove cgroup->actual_subsys_mask
  ` [PATCH 4/6] cgroup: clean up find_css_set() and friends
  ` [PATCH 5/6] cgroup: s/for_each_subsys()/for_each_root_subsys()/
  ` [PATCH 6/6] cgroup: implement for_each_[builtin_]subsys()
  ` [PATCHSET cgroup/for-3.11] cgroup: miscellaneous cleanups
  ` [PATCH 5.5/6] cgroup: move init_css_set initialization inside cgroup_mutex
    ` [PATCH v2 3/6] cgroup: remove cgroup->actual_subsys_mask
    ` [PATCH v2 6/6] cgroup: implement for_each_[builtin_]subsys()

cgroup with correct cpu time
 2013-06-25 10:07 UTC 

[PATCHSET cgroup/for-3.11] cgroup: miscellaneous cleanups
 2013-06-22  1:34 UTC 

[PATCH cgroup/for-3.11 1/3] cgroup: fix RCU accesses to task->cgroups
 2013-06-21 22:51 UTC 

Orange Alert: Please review your June 2013 monthly statement
 2013-06-21 12:46 UTC 

Oranges Alerts: Please review your personalized financial statement - June 2013
 2013-06-21 12:44 UTC 

[PATCH cgroup/for-3.11] cgroup: disallow rename(2) if sane_behavior
 2013-06-21  8:35 UTC  (4+ messages)


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