cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-17 03:35:16 to 2013-05-30 10:36:00 UTC [more...]

[PATCH v9 00/35] kmemcg shrinkers
 2013-05-30 10:36 UTC  (15+ 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 v3 0/3 -mm] Soft limit rework
 2013-05-30  8:45 UTC  (28+ messages)
` [patch v3 -mm 1/3] memcg: integrate soft reclaim tighter with zone shrinking code
        ` [PATCH 1/3] memcg: track children in soft limit excess to improve soft limit
        ` [PATCH 2/3] memcg, vmscan: Do not attempt soft limit reclaim if it would not scan anything
        ` [PATCH 3/3] memcg: Track all children over limit in the root
          ` [PATCH] memcg: enhance memcg iterator to support predicates
` [patch v3 -mm 3/3] vmscan, memcg: Do softlimit reclaim also for targeted reclaim

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

[PATCH 0/12][V3] memcg: make memcg's life cycle the same as cgroup
 2013-05-30  5:48 UTC  (15+ messages)
` [PATCH 1/9] Revert "memcg: avoid dangling reference count in creation failure."
` [PATCH 2/9] memcg, kmem: fix reference count handling on the error path
` [PATCH 4/9] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [PATCH 5/9] memcg: use css_get/put when charging/uncharging kmem
` [PATCH 6/9] memcg: use css_get/put for swap memcg
` [PATCH 7/9] memcg: don't need to get a reference to the parent
` [PATCH 8/9] memcg: kill memcg refcnt
` [PATCH 9/9] memcg: don't need to free memcg via RCU or workqueue
  ` [PATCH 3/9] memcg: use css_get() in sock_update_memcg()

[patch] mm, memcg: add oom killer delay
 2013-05-30  1:18 UTC 

[PATCH v7 00/11] per-cgroup cpu-stat
 2013-05-29 11:03 UTC  (12+ messages)
` [PATCH v7 04/11] sched: adjust exec_clock to use it as cpu usage metric
  ` [PATCH v7 01/11] don't call cpuacct_charge in stop_task.c
  ` [PATCH v7 02/11] cgroup: implement CFTYPE_NO_PREFIX
  ` [PATCH v7 03/11] cgroup, sched: let cpu serve the same files as cpuacct
  ` [PATCH v7 05/11] cpuacct: don't actually do anything
  ` [PATCH v7 06/11] sched: document the cpu cgroup
  ` [PATCH v7 07/11] sched: account guest time per-cgroup as well
  ` [PATCH v7 08/11] sched: Push put_prev_task() into pick_next_task()
  ` [PATCH v7 10/11] sched: change nr_context_switches calculation
  ` [PATCH v7 11/11] sched: introduce cgroup file stat_percpu
` [PATCH v7 09/11] sched: record per-cgroup number of context switches

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
 2013-05-29  2:48 UTC  (8+ messages)

[PATCH] cgroup: enabled xattr on root hierarchy if required
 2013-05-28 22:59 UTC  (4+ messages)
          ` [PATCH] cgroup: warn about mismatching options of a new mount of an existing hierarchy

[PATCH][trivial] memcg: Kconfig info update
 2013-05-28 14:53 UTC  (4+ messages)

[PATCHSET] cgroup: allow dropping RCU read lock while iterating
 2013-05-24  3:32 UTC  (21+ messages)
  ` [PATCH 1/5] cgroup: fix a subtle bug in descendant pre-order walk
  ` [PATCH 2/5] cgroup: make cgroup_is_removed() static
  ` [PATCH 3/5] cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
  ` [PATCH 4/5] cgroup: update iterators to use cgroup_next_sibling()
  ` [PATCH 5/5] device_cgroup: simplify cgroup tree walk in propagate_exception()

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
 2013-05-22  8:09 UTC 

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

[PATCH v6 00/31] kmemcg shrinkers
 2013-05-18  7:20 UTC  (12+ messages)
` [PATCH v6 12/31] fs: convert inode and dentry shrinking to be node aware

[PATCH V2 0/3] memcg: simply lock of page stat accounting
 2013-05-17 12:53 UTC  (9+ messages)

[PATCH] memcg: update TODO list in Documentation
 2013-05-17  5:46 UTC  (3+ 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).