cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-10 16:23:16 to 2012-04-18 06:57:20 UTC [more...]

[RFC] writeback and cgroup
 2012-04-18  6:57 UTC  (38+ messages)
    ` [Lsf] "

[RFD] Merge task counter into memcg
 2012-04-18  6:54 UTC  (37+ messages)
                              ` Cgroup in a single hierarchy (Was: Re: [RFD] Merge task counter into memcg)

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

[PATCH v1 0/7] memcg remove pre_destroy
 2012-04-17 17:47 UTC  (32+ 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

[PATCHSET] block: per-queue policy activation, take#2
 2012-04-17 12:04 UTC  (26+ messages)
  ` [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 UPDATED "
  ` [PATCH 07/11] blkcg: make request_queue bypassing on allocation
  ` [PATCH 09/11] blkcg: implement per-queue policy activation
` [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 10/11] blkcg: drop stuff unused after per-queue policy activation update
` [PATCH 11/11] blkcg: shoot down blkgs if all policies are deactivated

question about memsw of memory cgroup-subsystem
 2012-04-17  8:18 UTC  (6+ messages)

[PATCHSET] block: per-queue policy activation
 2012-04-16 22:41 UTC  (20+ 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

[PATCHSET] block: cosmetic updates to blkcg API
 2012-04-16 20:57 UTC  (7+ messages)
  ` [PATCH 1/6] blkcg: blkg_rwstat_read() was missing inline
  ` [PATCH 2/6] blkcg: remove blkio_group->path[]
  ` [PATCH 3/6] blkcg: style cleanups for blk-cgroup.h
  ` [PATCH 4/6] blkcg: mass rename of blkcg API
  ` [PATCH 5/6] blkcg: embed struct blkg_policy_data in policy specific data
  ` [PATCH 6/6] blkcg: collapse blkcg_policy_ops into blkcg_policy

[RFC v0 0/4] cgroup classid & netprio 'cleanups'
 2012-04-16 17:27 UTC  (6+ messages)
  ` [RFC v0 1/4] net: Only update sk_cgrp_prioidx on change
  ` [RFC v0 2/4] net: Do not double rcu_read_lock()
  ` [RFC v0 3/4] net: Move in_interrupt() check one function call up
  ` [RFC v0 4/4] net: Allow updating sk_class id to 0

[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  (4+ messages)
` [PATCH v3 2/2] cgroup: "


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