Linux Container Development
 help / color / mirror / Atom feed
 messages from 2013-04-01 07:26:45 to 2013-04-16 20:25:36 UTC [more...]

unique watch -true!
 2013-04-16 20:25 UTC 

[PATCH] devcg: remove parent_cgroup
 2013-04-16 20:24 UTC 

[PATCH 25/28] proc: Supply an accessor to get the process ID associated with some proc files [RFC]
 2013-04-16 18:27 UTC 

cgroup: status-quo and userland efforts
 2013-04-16 17:10 UTC  (20+ messages)
      ` [Workman-devel] "

[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
 2013-04-16 14:43 UTC  (45+ messages)
  ` [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 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 06/32] mm: new shrinker API
  ` [PATCH v3 07/32] shrinker: convert superblock shrinkers to new API
  ` [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 10/32] dcache: convert to use new lru list infrastructure
  ` [PATCH v3 11/32] list_lru: per-node "
  ` [PATCH v3 12/32] shrinker: add node awareness
  ` [PATCH v3 13/32] fs: convert inode and dentry shrinking to be node aware
  ` [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 16/32] fs: convert fs shrinkers to new scan/count API
  ` [PATCH v3 17/32] drivers: convert shrinkers to new count/scan API
  ` [PATCH v3 18/32] shrinker: convert remaining shrinkers to "
  ` [PATCH v3 19/32] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v3 20/32] shrinker: Kill old ->shrink 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 23/32] lru: add an element to a memcg list
  ` [PATCH v3 24/32] list_lru: also include memcg lists in counts and scans
  ` [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 28/32] memcg: scan cache objects hierarchically
  ` [PATCH v3 29/32] memcg: move initialization to memcg creation
  ` [PATCH v3 30/32] memcg: shrink dead memcgs upon global memory pressure
  ` [PATCH v3 31/32] super: targeted memcg reclaim
  ` [PATCH v3 32/32] memcg: debugging facility to access dangling memcgs

[PATCH 1/4] cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix
 2013-04-15 20:57 UTC  (21+ messages)
  ` [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
  ` [PATCHSET] cgroup, memcg: introduce sane_behavior mount option
    ` [PATCH v2 4/4] memcg: force use_hierarchy if sane_behavior

[PATCHSET] cgroup: implement task_cgroup_path_from_hierarchy()
 2013-04-15  3:57 UTC  (14+ messages)
  ` [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 4/4] cgroup: implement task_cgroup_path_from_hierarchy()
    ` [PATCH UPDATED "

[PATCH UPDATED cgroup/for-3.10] cgroup: make cgroup_path() not print double slashes
 2013-04-15  3:18 UTC  (3+ messages)
  ` [PATCH "

[PATCH cgroup/for-3.10] cgroup: make cgroup_path() not print double slashes
 2013-04-14 17:37 UTC 

[PATCHSET] cgroup, memcg: introduce sane_behavior mount option
 2013-04-12 23:10 UTC 

[PATCH v2 02/28] vmscan: take at least one pass with shrinkers
 2013-04-11  9:25 UTC  (59+ messages)
    ` [PATCH v2 21/28] vmscan: also shrink slab in memcg pressure
    ` [PATCH v2 22/28] memcg, list_lru: duplicate LRUs upon kmemcg creation
    ` [PATCH v2 23/28] lru: add an element to a memcg list
    ` [PATCH v2 26/28] memcg: per-memcg kmem shrinking
  ` [PATCH v2 00/28] memcg-aware slab shrinking
    ` [PATCH v2 05/28] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v2 08/28] list: add a new LRU list type
  ` [PATCH v2 03/28] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v2 06/28] mm: new shrinker API
    ` [PATCH v2 10/28] dcache: convert to use new lru list infrastructure

[PATCH 1/3] cgroup: make sure parent won't be destroyed before its children
 2013-04-10 18:08 UTC  (8+ messages)
  ` [PATCH 2/3] cgroup: implement cgroup_is_descendant()
  ` [PATCH 3/3] perf: make perf_event cgroup hierarchical
  ` [PATCHSET] perf, cgroup: implement hierarchy support for perf_event controller

CHRISTMAS SALE!!
 2013-04-09 20:23 UTC 

[PATCHSET] perf, cgroup: implement hierarchy support for perf_event controller
 2013-04-09  2:23 UTC 

[PATCH cgroup/for-3.10] devcg: remove broken_hierarchy tag
 2013-04-08 12:24 UTC  (2+ messages)

[PATCH 1/5] cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks()
 2013-04-07 16:30 UTC  (7+ messages)
  ` [PATCH 2/5] cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
  ` [PATCH 3/5] cgroup: unexport locking interface and cgroup_attach_task()
  ` [PATCH 4/5] cgroup: kill cgroup_[un]lock()
  ` [PATCH 5/5] cgroup: remove cgroup_lock_is_held()
  ` [PATCHSET] cgroup: unexport locking interface

[PATCHSET] cgroup: unexport locking interface
 2013-04-04 23:36 UTC 

Social network for 2D and 3D artists
 2013-04-04 16:02 UTC 

Curso de Gestão e Controle do Orçamento Público
 2013-04-02 16:12 UTC 

[PATCH 00/10] cgroups: Task counter subsystem v8
 2013-04-02  0:07 UTC  (12+ messages)

Stone mosaic and Glass mosaic and Metal mosaic Supply与您共享了相册。
 2013-04-01 13:30 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox