messages from 2013-04-08 08:21:29 to 2013-04-18 11:37:36 UTC [more...]
the NULL deref on umount in the 3.9.0-rc7 kernel
2013-04-18 11:37 UTC
[PATCH 25/28] proc: Supply an accessor to get the process ID associated with some proc files [RFC]
2013-04-17 1:53 UTC (2+ messages)
cgroup: status-quo and userland efforts
2013-04-17 1:29 UTC (22+ messages)
` [Workman-devel] "
[PATCH] memcg: Check more strictly to avoid ULLONG overflow by PAGE_ALIGN
2013-04-16 22:30 UTC (8+ messages)
[PATCH] devcg: remove parent_cgroup
2013-04-16 21:10 UTC (4+ messages)
[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
2013-04-16 14:43 UTC (45+ 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 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
` [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
[PATCHSET] cgroup, memcg: introduce sane_behavior mount option
2013-04-15 20:57 UTC (22+ messages)
` [PATCH 1/4] cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix
` [PATCH 2/4] move cgroupfs_root to include/linux/cgroup.h
` [PATCH 3/4] cgroup: introduce sane_behavior mount option
` [PATCH 4/4] memcg: force use_hierarchy if sane_behavior
` [PATCH v2 "
question about hierarchies
2013-04-15 18:30 UTC
[PATCH] cgroup: remove cgrp->top_cgroup
2013-04-15 6:26 UTC (2+ messages)
[PATCHSET] cgroup: implement task_cgroup_path_from_hierarchy()
2013-04-15 3:57 UTC (14+ messages)
` [PATCH 4/4] "
` [PATCH UPDATED "
` [PATCH 1/4] cgroup: refactor hierarchy_id handling
` [PATCH 2/4] cgroup: drop hierarchy_id_lock
` [PATCH 3/4] cgroup: make hierarchy_id use cyclic idr
[PATCH cgroup/for-3.10] cgroup: make cgroup_path() not print double slashes
2013-04-15 3:18 UTC (4+ messages)
` [PATCH UPDATED "
[PATCH] cgroup: remove bind() method from cgroup_subsys
2013-04-12 17:24 UTC (8+ messages)
[PATCHSET] perf, cgroup: implement hierarchy support for perf_event controller
2013-04-10 18:08 UTC (9+ messages)
` [PATCH 1/3] cgroup: make sure parent won't be destroyed before its children
` [PATCH 2/3] cgroup: implement cgroup_is_descendant()
` [PATCH 3/3] perf: make perf_event cgroup hierarchical
[PATCH] memcg: defer page_cgroup initialization
2013-04-09 16:15 UTC (5+ messages)
[PATCH 0/12][V2] memcg: make memcg's life cycle the same as cgroup
2013-04-09 7:55 UTC (24+ messages)
` [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 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 09/12] cgroup: make sure parent won't be destroyed before its children
` [PATCH 12/12] memcg: don't need to free memcg via RCU or workqueue
` [PATCH 13/12] memcg: don't need memcg->memcg_name
[PATCH 0/8] memcg, cgroup: kill css_id
2013-04-09 6:49 UTC (37+ messages)
` [PATCH 1/8] cgroup: implement cgroup_is_ancestor()
` [PATCH 2/8] cgroup: implement cgroup_from_id()
` [PATCH 3/8] memcg: convert to use cgroup_is_ancestor()
` [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
` [PATCH 7/8] memcg: don't use css_id any more
[PATCH 0/2] page_cgroup cleanups
2013-04-09 2:41 UTC (6+ messages)
` [PATCH 1/2] memcg: consistently use vmalloc for page_cgroup allocations
[PATCH v2 0/5] cpuacct, cgroup: Kill cgroup_subsys.active
2013-04-09 1:29 UTC (3+ messages)
[PATCH] Documentation: cgroup: add documentation for net_cls cgroups
2013-04-08 20:58 UTC (2+ messages)
[PATCH cgroup/for-3.10] devcg: remove broken_hierarchy tag
2013-04-08 12:24 UTC (2+ messages)
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).