cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-04 16:50:48 to 2012-04-13 20:11:33 UTC [more...]

[PATCHSET] block: per-queue policy activation, take#2
 2012-04-13 20:11 UTC  (10+ messages)
` [PATCH 05/11] blkcg: make blkg_conf_prep() take @pol and return with queue lock held
` [PATCH 08/11] blkcg: add request_queue->root_blkg
  ` [PATCH 01/11] cfq: fix build breakage & warnings
  ` [PATCH 02/11] blkcg: kill blkio_list and replace blkio_list_lock with a mutex
  ` [PATCH 03/11] blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs()
  ` [PATCH 04/11] blkcg: remove static policy ID enums
  ` [PATCH 06/11] blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing
  ` [PATCH 07/11] blkcg: make request_queue bypassing on allocation
  ` [PATCH 09/11] blkcg: implement per-queue policy activation

[PATCHSET] block: per-queue policy activation
 2012-04-13 18:17 UTC  (19+ messages)
  ` [PATCH 1/8] blkcg: kill blkio_list and replace blkio_list_lock with a mutex
  ` [PATCH 2/8] blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs()
  ` [PATCH 3/8] blkcg: remove static policy ID enums
  ` [PATCH 4/8] blkcg: make blkg_conf_prep() take @pol and return with queue lock held
  ` [PATCH 5/8] blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing
  ` [PATCH 6/8] blkcg: add request_queue->root_blkg
  ` [PATCH 7/8] blkcg: implement per-queue policy activation
  ` [PATCH 8/8] blkcg: drop stuff unused after per-queue policy activation update

question about memsw of memory cgroup-subsystem
 2012-04-13 14:49 UTC  (2+ messages)

[PATCH v1 0/7] memcg remove pre_destroy
 2012-04-13  8:50 UTC  (22+ messages)
  ` [PATCH 1/7] res_counter: add a function res_counter_move_parent()
  ` [PATCH 2/7] memcg: move charge to parent only when necessary
  ` [PATCH 3/7] memcg: move charges to root at rmdir()
  ` [PATCH 4/7] memcg: remove 'uncharge' argument from mem_cgroup_move_account()
  ` [PATCH 5/7] memcg: divide force_empty into 2 functions, avoid memory reclaim at rmdir
  ` [PATCH 6/7] memcg: remove pre_destroy()
  ` [PATCH 7/7] memcg: remove drain_all_stock_sync

[RFD] Merge task counter into memcg
 2012-04-13  2:48 UTC  (27+ messages)
                              ` Cgroup in a single hierarchy (Was: Re: [RFD] Merge task counter into memcg)

[RFC] writeback and cgroup
 2012-04-12 20:51 UTC  (36+ messages)
  ` [Lsf] "

[PATCH] remove BUG() in possible but rare condition
 2012-04-12  9:24 UTC  (13+ messages)

cgroup monitoring support tool
 2012-04-11 18:10 UTC 

[PATCH for-3.5] cgroup: remove cgroup_subsys->populate()
 2012-04-11 16:16 UTC  (3+ messages)

[PATCH v3 0/2] get rid of populate for memcg
 2012-04-10 17:05 UTC  (7+ messages)
  ` [PATCH v3 1/2] cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg
  ` [PATCH v3 2/2] cgroup: get rid of populate for memcg

[PATCH -V5 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-04-10  6:55 UTC  (27+ messages)
` [PATCH -V5 01/14] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V5 02/14] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V5 03/14] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V5 04/14] hugetlb: Use mmu_gather instead of a temporary linked list for accumulating pages
` [PATCH -V5 05/14] hugetlb: Avoid taking i_mmap_mutex in unmap_single_vma for hugetlb
` [PATCH -V5 06/14] hugetlb: Simplify migrate_huge_page
` [PATCH -V5 07/14] memcg: Add HugeTLB extension
` [PATCH -V5 08/14] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V5 09/14] memcg: track resource index in cftype private
` [PATCH -V5 10/14] hugetlbfs: Add memcg control files for hugetlbfs
` [PATCH -V5 11/14] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V5 12/14] memcg: move HugeTLB resource count to parent cgroup on memcg removal
` [PATCH -V5 13/14] hugetlb: migrate memcg info from oldpage to new page during migration
` [PATCH -V5 14/14] memcg: Add memory controller documentation for hugetlb management

[PATCH v2 0/2] update memcg to break its need of populate
 2012-04-10  1:37 UTC  (10+ messages)
  ` [PATCH v2 1/2] cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg
  ` [PATCH v2 2/2] cgroup: get rid of populate for memcg

bind() call in cgroup's css structure
 2012-04-10  0:59 UTC  (3+ messages)

[PATCH v2 0/5] per-cgroup /proc/stat statistics
 2012-04-09 22:25 UTC  (6+ messages)
  ` [PATCH v2 1/5] measure exec_clock for rt sched entities
  ` [PATCH v2 2/5] account guest time per-cgroup as well
  ` [PATCH v2 3/5] record nr_switches per task_group
  ` [PATCH v2 4/5] expose fine-grained per-cpu data for cpuacct stats
  ` [PATCH v2 5/5] expose per-taskgroup schedstats in cgroup

[PATCH v2 0/5] per-cgroup /proc/stat statistics
 2012-04-09 22:13 UTC 

[RFC 0/7] Initial proposal for faster res_counter updates
 2012-04-09  1:48 UTC  (6+ messages)
` [RFC 5/7] use percpu_counters for res_counter usage

[RFC] event about group change
 2012-04-06 15:43 UTC  (5+ messages)
` [RFC] patch

[PATCH] memcg: revise the position of threshold index while unregistering event
 2012-04-06  4:04 UTC  (5+ messages)
          ` [RESEND, PATCH] memcg: make threshold index in the right position

[PATCH] memcg: Do not open code accesses to res_counter members
 2012-04-05 23:53 UTC  (2+ messages)

[PATCH 1/6] memcg: fix unused variable warning
 2012-04-05 10:17 UTC  (4+ messages)
` [PATCH 5/6] memcg: fix broken boolen expression

[PATCH 18/21] blkcg: move blkio_group_conf->weight to cfq
 2012-04-04 18:36 UTC  (16+ messages)
    ` IOPS based scheduler (Was: Re: [PATCH 18/21] blkcg: move blkio_group_conf->weight to cfq)


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