cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-25 12:07:36 to 2013-12-04 05:20:09 UTC [more...]

[patch 1/8] fork: collapse copy_flags into copy_process
 2013-12-04  5:20 UTC  (5+ 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

cgroup management daemon
 2013-12-04  5:09 UTC  (35+ messages)
  ` [lxc-devel] "

[PATCH v12 00/18] kmemcg shrinkers
 2013-12-04  4:51 UTC  (34+ 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

[patch] mm: memcg: do not declare OOM from __GFP_NOFAIL allocations
 2013-12-04  4:34 UTC  (15+ messages)

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

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

[PATCH] memcg: remove KMEM_ACCOUNTED_ACTIVATED
 2013-12-03 22:38 UTC  (10+ messages)

[PATCHSET cgroup/for-3.14] cgroup: consolidate file handling
 2013-12-03 21:04 UTC  (30+ messages)
  ` [PATCH 01/12] cgroup, sched: convert away from cftype->read_map()
  ` [PATCH 02/12] cpuset: convert away from cftype->read()
  ` [PATCH 03/12] memcg: convert away from cftype->read() and ->read_map()
  ` [PATCH 04/12] netprio_cgroup: convert away from cftype->read_map()
  ` [PATCH 05/12] hugetlb_cgroup: convert away from cftype->read()
  ` [PATCH 06/12] cgroup: remove cftype->read(), ->read_map() and ->write()
  ` [PATCH 07/12] cgroup: unify cgroup_write_X64() and cgroup_write_string()
  ` [PATCH 08/12] cgroup: unify read path so that seq_file is always used
  ` [PATCH 09/12] cgroup: generalize cgroup_pidlist_open_file
  ` [PATCH 10/12] cgroup: attach cgroup_open_file to all cgroup files
  ` [PATCH 11/12] cgroup: replace cftype->read_seq_string() with cftype->seq_show()
  ` [PATCH 12/12] cgroup: unify pidlist and other file handling

[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)

noprefix mount option
 2013-11-30 10:51 UTC  (3+ messages)

[GIT PULL] cgroup fixes for v3.13-rc1
 2013-11-29 15:56 UTC 

[PATCHSET cgroup-for-3.14] cgroup: restructure pidlist handling
 2013-11-29 15:46 UTC  (9+ messages)
` [PATCH 4/9] cgroup: introduce struct cgroup_pidlist_open_file
    ` [PATCH v2 "
` [PATCH 7/9] cgroup: load and release pidlists from seq_file start and stop respectively
    ` [PATCH v2 "

cgroups-blkio CFQ scheduling does not work well in a RAID5 configuration
 2013-11-29 14:15 UTC  (2+ messages)

[PATCH] memcg: fix kmem_account_flags check in memcg_can_account_kmem()
 2013-11-29 10:09 UTC  (5+ messages)
` [PATCH] memcg: make memcg_update_cache_sizes() static

Possible regression with cgroups in 3.11
 2013-11-29  8:33 UTC  (15+ messages)

[PATCH for-3.13-fixes] cgroup: fix cgroup_subsys_state leak for seq_files
 2013-11-28  9:06 UTC  (2+ messages)

[PATCH v11 00/15] kmemcg shrinkers
 2013-11-27  6:26 UTC  (24+ messages)
` [PATCH v11 03/15] vmscan: also shrink slab in memcg pressure
` [PATCH v11 04/15] memcg: move initialization to memcg creation
  ` [PATCH v11 05/15] memcg: move stop and resume accounting functions
        ` [Devel] [PATCH v11 00/15] kmemcg shrinkers
` [PATCH v11 06/15] memcg: per-memcg kmem shrinking
` [PATCH v11 07/15] memcg: scan cache objects hierarchically
` [PATCH v11 08/15] vmscan: take at least one pass with shrinkers
` [PATCH v11 09/15] memcg,list_lru: add per-memcg LRU list infrastructure
` [PATCH v11 10/15] memcg,list_lru: add function walking over all lists of a per-memcg LRU
` [PATCH v11 11/15] super: make icache, dcache shrinkers memcg-aware
` [PATCH v11 12/15] memcg: allow kmem limit to be resized down
` [PATCH v11 13/15] vmpressure: in-kernel notifications
` [PATCH v11 14/15] memcg: reap dead memcgs upon global memory pressure
` [PATCH v11 15/15] memcg: flush memcg items upon memcg destruction

Possible regression with cgroups in 3.11
 2013-11-25 21:57 UTC  (14+ 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).