cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-08 20:22:49 to 2013-05-17 05:46:13 UTC [more...]

[PATCH] memcg: update TODO list in Documentation
 2013-05-17  5:46 UTC  (3+ messages)

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

[patch v3 0/3 -mm] Soft limit rework
 2013-05-16 23:12 UTC  (11+ messages)
` [patch v3 -mm 1/3] memcg: integrate soft reclaim tighter with zone shrinking code
` [patch v3 -mm 2/3] memcg: Get rid of soft-limit tree infrastructure
` [patch v3 -mm 3/3] vmscan, memcg: Do softlimit reclaim also for targeted reclaim

[PATCH V2 0/3] memcg: simply lock of page stat accounting
 2013-05-16 13:28 UTC  (20+ messages)
` [PATCH V2 1/3] memcg: rewrite the comment about race condition "
` [PATCH V2 2/3] memcg: alter mem_cgroup_{update,inc,dec}_page_stat() args to memcg pointer
` [PATCH V2 3/3] memcg: simplify lock of memcg page stat account

[PATCH 0/4] Rebase device_cgroup v2 patchset
 2013-05-16  1:23 UTC  (7+ messages)

[GIT PULL] blk-throttle: implement proper hierarchy support
 2013-05-15  8:05 UTC  (2+ messages)

[PATCH] cgroup.h: remove some functions that are now gone
 2013-05-14 18:51 UTC  (2+ messages)

[PATCHSET] cgroup: implement task_cgroup_path_from_hierarchy()
 2013-05-14 18:45 UTC  (2+ messages)

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
 2013-05-14 16:08 UTC  (6+ messages)

[PATCH] cgroup: initialize xattr before calling d_instantiate()
 2013-05-14 15:38 UTC  (2+ messages)

cgroup dentry insufficiently initialized prior to calling d_instantiate
 2013-05-14 10:47 UTC  (2+ messages)

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

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


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