cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-19 08:59:14 to 2012-04-02 22:20:10 UTC [more...]

[PATCHSET] block: modularize blkcg config and stat file handling
 2012-04-02 22:20 UTC  (35+ 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
  ` [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

[RFC] event about group change
 2012-04-02 10:29 UTC  (4+ messages)
  ` [RFC] patch

[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

[PATCHSET] cgroup: cftype based file interface, take #2
 2012-03-31 16:47 UTC  (25+ messages)
  ` [PATCH 01/12] cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()
  ` [PATCH 02/12] cgroup: build list of all cgroups under a given cgroupfs_root
  ` [PATCH 03/12] cgroup: implement cgroup_add_cftypes() and friends
  ` [PATCH 04/12] cgroup: merge cft_release_agent cftype array into the base files array
  ` [PATCH 05/12] cgroup: relocate cftype and cgroup_subsys definitions in controllers
  ` [PATCH 06/12] cgroup: convert all non-memcg controllers to the new cftype interface
  ` [PATCH 07/12] memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAP
  ` [PATCH 08/12] cgroup: convert memcg controller to the new cftype interface
  ` [PATCH 09/12] cgroup: remove cgroup_add_file[s]()
  ` [PATCH 10/12] cgroup: relocate __d_cgrp() and __d_cft()
  ` [PATCH 11/12] cgroup: introduce struct cfent
      ` [PATCH UPDATED "
  ` [PATCH 12/12] cgroup: implement cgroup_rm_cftypes()

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

[RFC 0/7] Initial proposal for faster res_counter updates
 2012-03-30 13:53 UTC  (14+ 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

[PATCH -V4 00/10] memcg: Add memcg extension to control HugeTLB allocation
 2012-03-30 10:46 UTC  (46+ messages)
` [PATCH -V4 01/10] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V4 02/10] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V4 03/10] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V4 04/10] memcg: Add HugeTLB extension
` [PATCH -V4 05/10] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V4 07/10] hugetlbfs: Add memcg control files for hugetlbfs
` [PATCH -V4 08/10] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V4 09/10] memcg: move HugeTLB resource count to parent cgroup on memcg removal
` [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)

Q: cgroup: Questions about possible issues in cgroup locking
 2012-03-23 17:51 UTC  (13+ messages)

[PATCH] memcg: change behavior of moving charges at task move
 2012-03-23  9:45 UTC  (11+ messages)

[RFC][PATCH 0/3] page cgroup diet
 2012-03-23  8:54 UTC  (21+ messages)
` [RFC][PATCH 1/3] memcg: add methods to access pc->mem_cgroup
` [RFC][PATCH 2/3] memcg: reduce size of struct page_cgroup
` [RFC][PATCH 3/3] memcg: atomic update of memcg pointer and other bits

[RFC] event about group change
 2012-03-23  6:04 UTC  (2+ messages)

[PATCH v2 0/2] remove sock memcg dependencies on populate
 2012-03-22 18:19 UTC  (3+ 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

memcg-devel updated for v3.3
 2012-03-22  9:11 UTC  (2+ messages)

[PATCH 0/4] My contribution towards the end of populate()
 2012-03-21 16:30 UTC  (12+ messages)
  ` [PATCH 1/4] don't trigger warning when d_subdirs is not empty
  ` [PATCH 2/4] pass struct mem_cgroup instead of struct cgroup to socket memcg
  ` [PATCH 3/4] provide a function to register more cftype files into memcg
  ` [PATCH 4/4] get rid of populate for memcg

[PATCH] memcg: Do not open code accesses to res_counter members
 2012-03-21 13:26 UTC  (3+ messages)

[PATCHSET] cgroup: cftype based file interface
 2012-03-21  5:08 UTC  (29+ messages)
` [PATCH 01/10] cgroup: move cgroup_clear_directory() call out of cgroup_populate_dir()
` [PATCH 03/10] cgroup: implement cgroup_add_cftypes() and friends
` [PATCH 06/10] cgroup: convert memcg controller to the new cftype interface
` [PATCH 07/10] cgroup: remove cgroup_add_file[s]()
` [PATCH 09/10] cgroup: introduce struct cfent
    ` [PATCH UPDATED "

[GIT PULL] cgroup changes for v3.4
 2012-03-19 22:58 UTC 

[RFC][PATCH] cgroup: fix race between fork and cgroup freezing
 2012-03-19 15:05 UTC  (8+ 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).