cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-30 08:45:56 to 2013-06-05 21:17:04 UTC [more...]

[PATCHSET] memcg: fix and reimplement iterator
 2013-06-05 21:17 UTC  (28+ messages)
  ` [PATCH 1/3] memcg: fix subtle memory barrier bug in mem_cgroup_iter()
  ` [PATCH 2/3] memcg: restructure mem_cgroup_iter()
  ` [PATCH 3/3] memcg: simplify mem_cgroup_reclaim_iter

[PATCH v2 00/10] cpuset: implement sane hierarchy behaviors
 2013-06-05 20:57 UTC  (14+ messages)
  ` [PATCH v2 01/10] cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
  ` [PATCH v2 02/10] cpuset: cleanup guarantee_online_{cpus|mems}()
  ` [PATCH v2 03/10] cpuset: remove unnecessary variable in cpuset_attach()
  ` [PATCH v2 04/10] cpuset: remove cpuset_test_cpumask()
  ` [PATCH v2 05/10] cpuset: re-structure update_cpumask() a bit
  ` [PATCH v2 06/10] cpuset: record old_mems_allowed in struct cpuset
  ` [PATCH v2 07/10] cpuset: introduce effective_{cpumask|nodemask}_cpuset()
  ` [PATCH v2 08/10] cpuset: allow to keep tasks in empty cpusets
  ` [PATCH v2 09/10] cpuset: allow to move tasks to "
  ` [PATCH v2 10/10] cpuset: fix to migrate mm correctly in a corner case

[PATCH cgroup/for-3.11 1/3] cgroup: mark "tasks" cgroup file as insane
 2013-06-05 19:03 UTC  (19+ messages)
  ` [PATCH cgroup/for-3.11 2/3] cgroup: mark "notify_on_release" and "release_agent" cgroup files insane
      ` [PATCH cgroup/for-3.11 3/3] cgroup: clean up the cftype array for the base cgroup files

[PATCH v4] memcg: Add memory.pressure_level events
 2013-06-05 14:56 UTC  (3+ messages)

[patch] mm, memcg: add oom killer delay
 2013-06-05 13:49 UTC  (34+ messages)

[patch v4] Soft limit rework
 2013-06-05  9:09 UTC  (24+ messages)
` [patch -v4 1/8] memcg: integrate soft reclaim tighter with zone shrinking code
` [patch -v4 2/8] memcg: Get rid of soft-limit tree infrastructure
` [patch -v4 3/8] vmscan, memcg: Do softlimit reclaim also for targeted reclaim
` [patch -v4 4/8] memcg: enhance memcg iterator to support predicates
` [patch -v4 5/8] memcg: track children in soft limit excess to improve soft limit
` [patch -v4 6/8] memcg, vmscan: Do not attempt soft limit reclaim if it would not scan anything
` [patch -v4 7/8] memcg: Track all children over limit in the root
` [patch -v4 8/8] memcg, vmscan: do not fall into reclaim-all pass too quickly

[PATCH] memcg: do not account memory used for cache creation
 2013-06-04 14:10 UTC 

[PATCH v7 00/34] kmemcg shrinkers
 2013-06-04  9:10 UTC  (5+ messages)
` [PATCH v7 19/34] drivers: convert shrinkers to new count/scan API

[PATCH v10 00/35] kmemcg shrinkers
 2013-06-03 19:30 UTC  (36+ messages)
` [PATCH v10 02/35] super: fix calculation of shrinkable objects for small numbers
` [PATCH v10 05/35] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v10 20/35] drivers: convert shrinkers to new count/scan API
  ` [PATCH v10 01/35] fs: bump inode and dentry counters to long
  ` [PATCH v10 03/35] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v10 04/35] dentry: move to per-sb LRU locks
  ` [PATCH v10 06/35] mm: new shrinker API
  ` [PATCH v10 07/35] shrinker: convert superblock shrinkers to new API
  ` [PATCH v10 08/35] list: add a new LRU list type
  ` [PATCH v10 09/35] inode: convert inode lru list to generic lru list code
  ` [PATCH v10 10/35] dcache: convert to use new lru list infrastructure
  ` [PATCH v10 11/35] list_lru: per-node "
  ` [PATCH v10 12/35] shrinker: add node awareness
  ` [PATCH v10 13/35] vmscan: per-node deferred work
  ` [PATCH v10 14/35] list_lru: per-node API
  ` [PATCH v10 15/35] fs: convert inode and dentry shrinking to be node aware
  ` [PATCH v10 16/35] xfs: convert buftarg LRU to generic code
  ` [PATCH v10 17/35] xfs: rework buffer dispose list tracking
  ` [PATCH v10 18/35] xfs: convert dquot cache lru to list_lru
  ` [PATCH v10 19/35] fs: convert fs shrinkers to new scan/count API
  ` [PATCH v10 21/35] i915: bail out earlier when shrinker cannot acquire mutex
  ` [PATCH v10 22/35] shrinker: convert remaining shrinkers to count/scan API
  ` [PATCH v10 23/35] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v10 24/35] shrinker: Kill old ->shrink API
  ` [PATCH v10 25/35] vmscan: also shrink slab in memcg pressure
  ` [PATCH v10 26/35] memcg,list_lru: duplicate LRUs upon kmemcg creation
  ` [PATCH v10 27/35] lru: add an element to a memcg list
  ` [PATCH v10 28/35] list_lru: per-memcg walks
  ` [PATCH v10 29/35] memcg: per-memcg kmem shrinking
  ` [PATCH v10 30/35] memcg: scan cache objects hierarchically
  ` [PATCH v10 32/35] super: targeted memcg reclaim
  ` [PATCH v10 33/35] memcg: move initialization to memcg creation
  ` [PATCH v10 34/35] vmpressure: in-kernel notifications
  ` [PATCH v10 35/35] memcg: reap dead memcgs upon global memory pressure
` [PATCH v10 31/35] vmscan: take at least one pass with shrinkers

[GIT PULL] cgroup fixes for v3.10-rc4
 2013-06-03  3:39 UTC 

[PATCH 0/12][V3] memcg: make memcg's life cycle the same as cgroup
 2013-05-30 15:12 UTC  (7+ messages)
` [PATCH 5/9] memcg: use css_get/put when charging/uncharging kmem

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
 2013-05-30 10:59 UTC  (4+ messages)

[PATCH v9 00/35] kmemcg shrinkers
 2013-05-30 10:36 UTC  (36+ messages)
` [PATCH v9 02/35] super: fix calculation of shrinkable objects for small numbers
  ` [PATCH v9 01/35] fs: bump inode and dentry counters to long
  ` [PATCH v9 03/35] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v9 04/35] dentry: move to per-sb LRU locks
  ` [PATCH v9 05/35] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v9 06/35] mm: new shrinker API
  ` [PATCH v9 07/35] shrinker: convert superblock shrinkers to new API
  ` [PATCH v9 08/35] list: add a new LRU list type
  ` [PATCH v9 09/35] inode: convert inode lru list to generic lru list code
  ` [PATCH v9 10/35] dcache: convert to use new lru list infrastructure
  ` [PATCH v9 11/35] list_lru: per-node "
  ` [PATCH v9 12/35] shrinker: add node awareness
  ` [PATCH v9 13/35] vmscan: per-node deferred work
  ` [PATCH v9 14/35] list_lru: per-node API
  ` [PATCH v9 15/35] fs: convert inode and dentry shrinking to be node aware
  ` [PATCH v9 16/35] xfs: convert buftarg LRU to generic code
  ` [PATCH v9 17/35] xfs: rework buffer dispose list tracking
  ` [PATCH v9 18/35] xfs: convert dquot cache lru to list_lru
  ` [PATCH v9 19/35] fs: convert fs shrinkers to new scan/count API
  ` [PATCH v9 21/35] i915: bail out earlier when shrinker cannot acquire mutex
  ` [PATCH v9 22/35] shrinker: convert remaining shrinkers to count/scan API
  ` [PATCH v9 23/35] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v9 24/35] shrinker: Kill old ->shrink API
  ` [PATCH v9 25/35] vmscan: also shrink slab in memcg pressure
  ` [PATCH v9 26/35] memcg,list_lru: duplicate LRUs upon kmemcg creation
  ` [PATCH v9 27/35] lru: add an element to a memcg list
  ` [PATCH v9 28/35] list_lru: per-memcg walks
  ` [PATCH v9 29/35] memcg: per-memcg kmem shrinking
  ` [PATCH v9 30/35] memcg: scan cache objects hierarchically
  ` [PATCH v9 32/35] super: targeted memcg reclaim
  ` [PATCH v9 33/35] memcg: move initialization to memcg creation
  ` [PATCH v9 34/35] vmpressure: in-kernel notifications
  ` [PATCH v9 35/35] memcg: reap dead memcgs upon global memory pressure
` [PATCH v9 20/35] drivers: convert shrinkers to new count/scan API
` [PATCH v9 31/35] vmscan: take at least one pass with shrinkers

[patch v3 -mm 1/3] memcg: integrate soft reclaim tighter with zone shrinking code
 2013-05-30  8:45 UTC  (6+ 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).