messages from 2013-03-29 06:44:15 to 2013-04-08 14:00:59 UTC [more...]
[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
2013-04-08 14:00 UTC (33+ messages)
` [PATCH v3 03/32] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v3 04/32] dentry: move to per-sb LRU locks
` [PATCH v3 05/32] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v3 08/32] list: add a new LRU list type
` [PATCH v3 09/32] inode: convert inode lru list to generic lru list code
` [PATCH v3 11/32] list_lru: per-node list infrastructure
` [PATCH v3 12/32] shrinker: add node awareness
` [PATCH v3 13/32] fs: convert inode and dentry shrinking to be node aware
` [PATCH v3 16/32] fs: convert fs shrinkers to new scan/count API
` [PATCH v3 18/32] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v3 20/32] shrinker: Kill old ->shrink API
` [PATCH v3 23/32] lru: add an element to a memcg list
` [PATCH v3 25/32] list_lru: per-memcg walks
` [PATCH v3 26/32] memcg: per-memcg kmem shrinking
` [PATCH v3 27/32] list_lru: reclaim proportionaly between memcgs and nodes
` [PATCH v3 29/32] memcg: move initialization to memcg creation
` [PATCH v3 31/32] super: targeted memcg reclaim
` [PATCH v3 01/32] super: fix calculation of shrinkable objects for small numbers
` [PATCH v3 02/32] vmscan: take at least one pass with shrinkers
` [PATCH v3 06/32] mm: new shrinker API
` [PATCH v3 07/32] shrinker: convert superblock shrinkers to new API
` [PATCH v3 10/32] dcache: convert to use new lru list infrastructure
` [PATCH v3 14/32] xfs: convert buftarg LRU to generic code
` [PATCH v3 15/32] xfs: convert dquot cache lru to list_lru
` [PATCH v3 17/32] drivers: convert shrinkers to new count/scan API
` [PATCH v3 19/32] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v3 21/32] vmscan: also shrink slab in memcg pressure
` [PATCH v3 22/32] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v3 24/32] list_lru: also include memcg lists in counts and scans
` [PATCH v3 28/32] memcg: scan cache objects hierarchically
` [PATCH v3 30/32] memcg: shrink dead memcgs upon global memory pressure
` [PATCH v3 32/32] memcg: debugging facility to access dangling memcgs
cgroup: status-quo and userland efforts
2013-04-08 13:46 UTC (2+ messages)
[PATCH cgroup/for-3.10] devcg: remove broken_hierarchy tag
2013-04-08 12:24 UTC (2+ messages)
[PATCH 0/8] memcg, cgroup: kill css_id
2013-04-08 8:23 UTC (9+ messages)
` [PATCH 1/8] cgroup: implement cgroup_is_ancestor()
` [PATCH 3/8] memcg: convert to use cgroup_is_ancestor()
` [PATCH 7/8] memcg: don't use css_id any more
` [PATCH 2/8] cgroup: implement cgroup_from_id()
` [PATCH 4/8] memcg: convert to use cgroup_from_id()
` [PATCH 5/8] memcg: convert to use cgroup->id
` [PATCH 6/8] memcg: fail to create cgroup if the cgroup id is too big
` [PATCH 8/8] cgroup: kill css_id
[RFC][PATCH 0/7] memcg: make memcg's life cycle the same as cgroup
2013-04-08 7:18 UTC (48+ messages)
` [RFC][PATCH 1/7] memcg: use css_get in sock_update_memcg()
` [RFC][PATCH 2/7] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [RFC][PATCH 3/7] memcg: use css_get/put when charging/uncharging kmem
` [RFC][PATCH 4/7] memcg: use css_get/put for swap memcg
` [RFC][PATCH 5/7] cgroup: make sure parent won't be destroyed before its children
` [RFC][PATCH 6/7] memcg: don't need to get a reference to the parent
` [RFC][PATCH 7/7] memcg: kill memcg refcnt
[PATCH 0/12][V2] memcg: make memcg's life cycle the same as cgroup
2013-04-08 6:36 UTC (14+ messages)
` [PATCH 05/12] memcg: use css_get() in sock_update_memcg()
` [PATCH 06/12] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [PATCH 07/12] memcg: use css_get/put when charging/uncharging kmem
` [PATCH 08/12] memcg: use css_get/put for swap memcg
` [PATCH 01/12] memcg: take reference before releasing rcu_read_lock
` [PATCH 02/12] memcg: avoid accessing memcg after releasing reference
` [PATCH 03/12] Revert "memcg: avoid dangling reference count in creation failure."
` [PATCH 04/12] memcg, kmem: fix reference count handling on the error path
` [PATCH 09/12] cgroup: make sure parent won't be destroyed before its children
` [PATCH 10/12] memcg: don't need to get a reference to the parent
` [PATCH 12/12] memcg: don't need to free memcg via RCU or workqueue
` [PATCH 11/12] memcg: kill memcg refcnt
` [PATCH 13/12] memcg: don't need memcg->memcg_name
[PATCHSET] cgroup: unexport locking interface
2013-04-07 16:30 UTC (8+ messages)
` [PATCH 3/5] cgroup: unexport locking interface and cgroup_attach_task()
` [PATCH 1/5] cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks()
` [PATCH 2/5] cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
` [PATCH 4/5] cgroup: kill cgroup_[un]lock()
` [PATCH 5/5] cgroup: remove cgroup_lock_is_held()
[PATCH 0/2] page_cgroup cleanups
2013-04-05 16:25 UTC (7+ messages)
` [PATCH 1/2] memcg: consistently use vmalloc for page_cgroup allocations
` [PATCH 2/2] memcg: defer page_cgroup initialization
[PATCH] memcg: fix memcg_cache_name() to use cgroup_name()
2013-04-04 7:06 UTC (10+ messages)
[PATCH v2] cgroup: remove unused parameter in cgroup_task_migrate()
2013-04-03 21:05 UTC (3+ messages)
[PATCH] cgroups: Documentation/cgroup/cgroup.txt - a trivial fix
2013-04-03 21:03 UTC (2+ messages)
Fwd: Nexus 4 Android kernel hangs on boot if CONFIG_CGROUP_MEM_RES_CTLR=y
2013-04-03 16:39 UTC
[PATCH] memcg: don't do cleanup manually if mem_cgroup_css_online() fails
2013-04-03 9:48 UTC (27+ messages)
` [PATCH -v2] "
` [PATCH 1/2] Revert "memcg: avoid dangling reference count in creation failure."
` [PATCH 2/2] memcg, kmem: clean up reference count handling on the error path
[PATCH v3] memcg: Add memory.pressure_level events
2013-04-03 4:02 UTC (5+ messages)
[PATCH v4] memcg: Add memory.pressure_level events
2013-04-03 3:59 UTC
cpuset filesystems - a (short) doubt
2013-04-03 3:52 UTC (2+ messages)
[PATCH 00/10] cgroups: Task counter subsystem v8
2013-04-02 0:07 UTC (12+ messages)
[PATCH] memcg: implement boost mode
2013-04-01 10:02 UTC (5+ messages)
[PATCH] memcg: avoid accessing memcg after releasing reference
2013-04-01 9:39 UTC (3+ messages)
[PATCH] memcg: take reference before releasing rcu_read_lock
2013-04-01 7:24 UTC (6+ messages)
[PATCH] cgroup: remove unused parameter in cgroup_task_migrate()
2013-04-01 1:47 UTC (2+ messages)
[PATCH] cgroups: Documentation/kernel-parameters.txt
2013-03-30 9:33 UTC (2+ messages)
Error: /bin/echo: write error: No space left on device
2013-03-29 18:09 UTC (3+ messages)
[PATCH v2 0/5] cpuacct, cgroup: Kill cgroup_subsys.active
2013-03-29 10:36 UTC (5+ messages)
` [PATCH v2 3/5] cpuacct: Initialize cpuacct subsystem earlier
` [PATCH v2 4/5] cpuacct: No need to check subsys active state
` [PATCH v2 5/5] cgroup: Kill subsys.active flag
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).