cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-04 05:20:13 to 2013-12-16 17:19:37 UTC [more...]

3.13-rc breaks MEMCG_SWAP
 2013-12-16 17:19 UTC  (10+ messages)

[PATCH 1/2] memcg: fix memcg_size() calculation
 2013-12-16 16:53 UTC  (5+ messages)
  ` [PATCH 2/2] memcg: do not use vmalloc for mem_cgroup allocations
    ` [Devel] "

[PATCH v14 00/18] kmemcg shrinkers
 2013-12-16 12:17 UTC  (19+ messages)
` [PATCH v14 01/18] memcg: make cache index determination more robust
` [PATCH v14 02/18] memcg: consolidate callers of memcg_cache_id
` [PATCH v14 03/18] memcg: move initialization to memcg creation
` [PATCH v14 05/18] memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
` [PATCH v14 06/18] memcg: rework memcg_update_kmem_limit synchronization
` [PATCH v14 07/18] list_lru, shrinkers: introduce list_lru_shrink_{count,walk}
` [PATCH v14 08/18] fs: consolidate {nr,free}_cached_objects args in shrink_control
` [PATCH v14 09/18] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v14 10/18] vmscan: remove shrink_control arg from do_try_to_free_pages()
` [PATCH v14 11/18] vmscan: call NUMA-unaware shrinkers irrespective of nodemask
` [PATCH v14 13/18] vmscan: take at least one pass with shrinkers
` [PATCH v14 14/18] list_lru: add per-memcg lists
` [PATCH v14 15/18] fs: make shrinker memcg aware
` [PATCH v14 16/18] vmpressure: in-kernel notifications
  ` [PATCH v14 04/18] memcg: make for_each_mem_cgroup macros public
  ` [PATCH v14 12/18] vmscan: shrink slab on memcg pressure
  ` [PATCH v14 17/18] memcg: reap dead memcgs upon global memory pressure
` [PATCH v14 18/18] memcg: flush memcg items upon memcg destruction

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

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-14 20:03 UTC  (36+ 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 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
 2013-12-13 23:55 UTC  (25+ messages)

[PATCH cgroup/for-3.14] cgroup: fix fail path in cgroup_load_subsys()
 2013-12-13 20:47 UTC  (3+ messages)

[patch 1/8] fork: collapse copy_flags into copy_process
 2013-12-13 11:47 UTC  (37+ messages)
              ` [patch 2/8] mm, mempolicy: rename slab_node for clarity
              ` [patch 3/8] mm, mempolicy: remove per-process flag
              ` [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

[PATCH] cgroup: fix fail path in cgroup_load_subsys()
 2013-12-12 18:51 UTC  (7+ messages)

[PATCH -next] cgroup: fix missing unlock on error in cgroup_load_subsys()
 2013-12-12 15:46 UTC  (3+ messages)

Race in memcg kmem?
 2013-12-12 13:39 UTC  (5+ messages)

cgroup filter on physics interface can't control container
 2013-12-12 12:18 UTC 

[PATCH] memcg: remove KMEM_ACCOUNTED_ACTIVATED
 2013-12-10 12:05 UTC  (14+ messages)

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)

[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/for-3.13-fixes] cgroup: fix cgroup_create() error handling path
 2013-12-06 20:15 UTC 

[PATCH v12 00/18] kmemcg shrinkers
 2013-12-05 21:19 UTC  (12+ messages)
` [PATCH v12 09/18] vmscan: shrink slab on memcg pressure
` [PATCH v12 10/18] memcg,list_lru: add per-memcg LRU list infrastructure

[PATCHSET cgroup/for-3.14] cgroup: consolidate file handling
 2013-12-05 17:26 UTC  (11+ messages)
` [PATCH 10/12] cgroup: attach cgroup_open_file to all cgroup files
    ` [PATCH v2 "
` [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  (11+ messages)
  ` [lxc-devel] "

[patch] mm: memcg: do not declare OOM from __GFP_NOFAIL allocations
 2013-12-04  6:10 UTC  (12+ 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).