cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-13 10:36:58 to 2013-05-24 10:29:24 UTC [more...]

[PATCH v8 00/34] kmemcg shrinkers
 2013-05-24 10:29 UTC  (31+ messages)
` [PATCH v8 02/34] super: fix calculation of shrinkable objects for small numbers
  ` [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 19/34] drivers: convert shrinkers to new count/scan API
` [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-24  7:54 UTC  (14+ 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()

[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 10:32 UTC  (10+ messages)

[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 v3 0/3 -mm] Soft limit rework
 2013-05-21  6:53 UTC  (21+ 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 v6 00/31] kmemcg shrinkers
 2013-05-18  7:20 UTC  (31+ messages)
` [PATCH v6 04/31] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v7 "
` [PATCH v6 09/31] dcache: convert to use new lru list infrastructure
` [PATCH v6 12/31] fs: convert inode and dentry shrinking to be node aware
` [PATCH v6 15/31] fs: convert fs shrinkers to new scan/count API

[PATCH V2 0/3] memcg: simply lock of page stat accounting
 2013-05-17 12:53 UTC  (23+ messages)
` [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] memcg: update TODO list in Documentation
 2013-05-17  5:46 UTC  (3+ messages)

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


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