cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-02 10:31:53 to 2013-12-10 08:04:23 UTC [more...]

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-10  8:04 UTC  (25+ messages)
` [PATCH v13 01/16] memcg: make cache index determination more robust
` [PATCH v13 02/16] memcg: consolidate callers of memcg_cache_id
` [PATCH v13 03/16] memcg: move initialization to memcg creation
` [PATCH v13 04/16] memcg: move memcg_caches_array_size() function
  ` [PATCH v13 05/16] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v13 06/16] vmscan: remove shrink_control arg from do_try_to_free_pages()
` [PATCH v13 07/16] vmscan: call NUMA-unaware shrinkers irrespective of nodemask
` [PATCH v13 08/16] mm: list_lru: require shrink_control in count, walk functions
` [PATCH v13 09/16] fs: consolidate {nr,free}_cached_objects args in shrink_control
` [PATCH v13 10/16] vmscan: shrink slab on memcg pressure
` [PATCH v13 11/16] mm: list_lru: add per-memcg lists
` [PATCH v13 12/16] fs: mark list_lru based shrinkers memcg aware
` [PATCH v13 13/16] vmscan: take at least one pass with shrinkers
` [PATCH v13 14/16] vmpressure: in-kernel notifications
` [PATCH v13 15/16] memcg: reap dead memcgs upon global memory pressure
` [PATCH v13 16/16] memcg: flush memcg items upon memcg destruction

[patch] mm, memcg: add memory.oom_control notification for system oom
 2013-12-09 23:05 UTC  (24+ messages)
      ` [patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves

[patch 1/8] fork: collapse copy_flags into copy_process
 2013-12-09 22:37 UTC  (27+ messages)
              ` [patch 2/8] mm, mempolicy: rename slab_node for clarity
              ` [patch 3/8] mm, mempolicy: remove per-process flag
              ` [patch 4/8] mm, memcg: add tunable for oom reserves
              ` [patch 5/8] res_counter: remove interface for locked charging and uncharging
              ` [patch 6/8] res_counter: add interface for maximum nofail charge
              ` [patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves
              ` [patch 8/8] mm, memcg: add memcg oom reserve documentation

can't add process PID to group/tasks
 2013-12-09 22:25 UTC 

Bug#731715: can't add process PID to group/tasks
 2013-12-09 22:19 UTC 

cgroups-blkio CFQ scheduling does not work well in a RAID5 configuration
 2013-12-09 20:50 UTC  (4+ messages)

[PATCH] memcg: remove KMEM_ACCOUNTED_ACTIVATED
 2013-12-09 18:44 UTC  (15+ messages)

[PATCH -next] cgroup: fix missing unlock on error in cgroup_load_subsys()
 2013-12-09 12:38 UTC 

[PATCHSET REPOST cgroup/for-3.14] cgroup: factor out css creation into create_css()
 2013-12-09  9:15 UTC  (9+ messages)
  ` [PATCH 1/7] cgroup: css iterations and css_from_dir() are safe under cgroup_mutex
  ` [PATCH 2/7] cgroup: make for_each_subsys() useable under cgroup_root_mutex
  ` [PATCH 3/7] cgroup: reorder operations in cgroup_create()
  ` [PATCH 4/7] cgroup: combine css handling loops "
  ` [PATCH 5/7] cgroup: factor out cgroup_subsys_state creation into create_css()
  ` [PATCH 7/7] cgroup: remove for_each_root_subsys()
` [PATCH 6/7] cgroup: implement for_each_css()

[PATCH] cgroup: fix bug on cgroup_create() fail path
 2013-12-09  9:10 UTC  (8+ messages)
` [PATCH cgroup/for-3.13-fixes] cgroup: fix oops in cgroup init failure path

[PATCH] cgroup: fix fail path in cgroup_load_subsys()
 2013-12-07  7:58 UTC 

[PATCH cgroup/for-3.13-fixes] cgroup: fix cgroup_create() error handling path
 2013-12-06 20:15 UTC 

[patch 1/2] mm: memcg: handle non-error OOM situations more gracefully
 2013-12-06  8:57 UTC  (12+ messages)
` [patch 2/2] fs: buffer: move allocation failure loop into the allocator

[PATCH v12 00/18] kmemcg shrinkers
 2013-12-05 21:19 UTC  (38+ messages)
` [PATCH v12 01/18] memcg: make cache index determination more robust
` [PATCH v12 02/18] memcg: consolidate callers of memcg_cache_id
` [PATCH v12 03/18] memcg: move initialization to memcg creation
` [PATCH v12 04/18] memcg: move several kmemcg functions upper
` [PATCH v12 05/18] fs: do not use destroy_super() in alloc_super() fail path
` [PATCH v12 06/18] vmscan: rename shrink_slab() args to make it more generic
` [PATCH v12 07/18] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v12 08/18] vmscan: do_try_to_free_pages(): remove shrink_control argument
` [PATCH v12 09/18] vmscan: shrink slab on memcg pressure
` [PATCH v12 10/18] memcg,list_lru: add per-memcg LRU list infrastructure
` [PATCH v12 11/18] memcg,list_lru: add function walking over all lists of a per-memcg LRU
` [PATCH v12 12/18] fs: make icache, dcache shrinkers memcg-aware
` [PATCH v12 13/18] memcg: per-memcg kmem shrinking
` [PATCH v12 14/18] vmscan: take at least one pass with shrinkers
` [PATCH v12 15/18] memcg: allow kmem limit to be resized down
` [PATCH v12 16/18] vmpressure: in-kernel notifications
` [PATCH v12 17/18] memcg: reap dead memcgs upon global memory pressure
` [PATCH v12 18/18] memcg: flush memcg items upon memcg destruction

[PATCHSET cgroup/for-3.14] cgroup: consolidate file handling
 2013-12-05 17:26 UTC  (24+ messages)
` [PATCH 07/12] cgroup: unify cgroup_write_X64() and cgroup_write_string()
` [PATCH 10/12] cgroup: attach cgroup_open_file to all cgroup files
    ` [PATCH v2 "
` [PATCH 11/12] cgroup: replace cftype->read_seq_string() with cftype->seq_show()
` [PATCH 12/12] cgroup: unify pidlist and other file handling
    ` [PATCH v3 "

[patch 0/2] mm: memcg: 3.13 fixes
 2013-12-05 13:14 UTC  (6+ messages)
` [patch 1/2] mm: memcg: fix race condition between memcg teardown and swapin
` [patch 2/2] mm: memcg: do not allow task about to OOM kill to bypass the limit

cgroup management daemon
 2013-12-04 23:06 UTC  (20+ messages)
      ` [lxc-devel] "

[patch] mm: memcg: do not declare OOM from __GFP_NOFAIL allocations
 2013-12-04  6:10 UTC  (17+ messages)

[PATCH v2 17/23] mm/page_cgroup: Use memblock apis for early memory allocations
 2013-12-03  2:27 UTC 

3.10.16 cgroup_mutex deadlock
 2013-12-03  1:37 UTC  (15+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).