cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-28 14:36:58 to 2012-04-10 16:23:16 UTC [more...]

[RFC] writeback and cgroup
 2012-04-10 16:23 UTC  (23+ messages)
    ` [Lsf] "

[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 v3 0/2] get rid of populate for memcg
 2012-04-10  2:44 UTC  (6+ 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 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  (15+ messages)
  ` [RFC 1/7] split percpu_counter_sum
  ` [RFC 2/7] consolidate all res_counter manipulation
  ` [RFC 3/7] bundle a percpu counter into res_counters and use its lock
  ` [RFC 4/7] move res_counter_set limit to res_counter.c
  ` [RFC 5/7] use percpu_counters for res_counter usage
  ` [RFC 6/7] Add min and max statistics to percpu_counter
  ` [RFC 7/7] Global optimization

[RFC] event about group change
 2012-04-06 15:43 UTC  (6+ 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

[PATCHSET] block: modularize blkcg config and stat file handling
 2012-04-04 18:36 UTC  (56+ messages)
  ` [PATCH 01/21] blkcg: remove unused @pol and @plid parameters
  ` [PATCH 02/21] blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcounters
  ` [PATCH 03/21] blkcg: introduce blkg_stat and blkg_rwstat
  ` [PATCH 04/21] blkcg: restructure statistics printing
  ` [PATCH 05/21] blkcg: drop blkiocg_file_write_u64()
  ` [PATCH 06/21] blkcg: restructure configuration printing
  ` [PATCH 07/21] blkcg: restructure blkio_group configruation setting
  ` [PATCH 08/21] blkcg: blkg_conf_prep()
  ` [PATCH 09/21] blkcg: export conf/stat helpers to prepare for reorganization
  ` [PATCH 10/21] blkcg: implement blkio_policy_type->cftypes
  ` [PATCH 11/21] blkcg: move conf/stat file handling code to policies
  ` [PATCH 12/21] cfq: collapse cfq.h into cfq-iosched.c
  ` [PATCH 13/21] blkcg: move statistics update code to policies
  ` [PATCH 14/21] blkcg: cfq doesn't need per-cpu dispatch stats
  ` [PATCH 15/21] blkcg: add blkio_policy_ops operations for exit and stat reset
  ` [PATCH 16/21] blkcg: move blkio_group_stats to cfq-iosched.c
  ` [PATCH 17/21] blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c
  ` [PATCH 18/21] blkcg: move blkio_group_conf->weight to cfq
                                  ` IOPS based scheduler (Was: Re: [PATCH 18/21] blkcg: move blkio_group_conf->weight to cfq)
  ` [PATCH 19/21] blkcg: move blkio_group_conf->iops and ->bps to blk-throttle
  ` [PATCH 20/21] blkcg: pass around pd->pdata instead of pd itself in prfill functions
  ` [PATCH 21/21] blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros

[PATCHSET] cgroup: cftype based file interface, take #2
 2012-04-03 20:37 UTC  (15+ messages)
` [PATCH 11/12] cgroup: introduce struct cfent
    ` [PATCH UPDATED "

[PATCH 1/2] cgroup: use negative bias on css->refcnt to block css_tryget()
 2012-04-01 19:48 UTC  (6+ messages)
  ` [PATCH 2/2] cgroup: make css->refcnt clearing on cgroup removal optional

[PATCH] cgroup: deprecate remount option changes and "name=" mount option
 2012-03-31 16:41 UTC  (3+ messages)
` [PATCH] cgroup: deprecate remount option changes "

[PATCH -V4 00/10] memcg: Add memcg extension to control HugeTLB allocation
 2012-03-30 10:46 UTC  (21+ messages)
` [PATCH -V4 04/10] memcg: Add HugeTLB extension
` [PATCH -V4 05/10] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V4 08/10] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V4 10/10] memcg: Add memory controller documentation for hugetlb management

cgroups commit 61d1d219c4 breaks systemd
 2012-03-30  8:38 UTC  (6+ messages)
      ` [PATCH for-3.4-fixes] cgroup: cgroup_attach_task() could return -errno after success

[GIT PULL] cgroup: urgent fix for 3.4-rc1 merge window
 2012-03-30  5:26 UTC 

[PATCH] cgroup: update MAINTAINERS entry
 2012-03-29 15:53 UTC  (2+ messages)


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