public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-08 20:13:40 to 2013-08-31 13:59:49 UTC [more...]

[PATCHSET cgroup/for-3.12] cgroup: factor out css creation into create_css()
 2013-08-31 13:59 UTC  (12+ messages)
  ` [PATCH 1/9] cgroup: fix css leaks on online_css() failure
  ` [PATCH 2/9] cgroup: css iterations and css_from_dir() are safe under cgroup_mutex
      ` [PATCH v2 "
  ` [PATCH 3/9] cgroup: make for_each_subsys() useable under cgroup_root_mutex
      ` [PATCH v2 "
  ` [PATCH 4/9] cgroup: move css_id commit from cgroup_populate_dir() to online_css()
  ` [PATCH 5/9] cgroup: reorder operations in cgroup_create()
  ` [PATCH 6/9] cgroup: combine css handling loops "
  ` [PATCH 8/9] cgroup: implement for_each_css()
  ` [PATCH 9/9] cgroup: remove for_each_root_subsys()
` [PATCH 7/9] cgroup: factor out cgroup_subsys_state creation into create_css()

[PATCH] cgroup, doc: make cgroup_disable doc accurater
 2013-08-31  6:34 UTC 

[patch 0/7] improve memcg oom killer robustness v2
 2013-08-30 19:58 UTC  (4+ messages)

[PATCH] cfq: explicitly use 64bit divide operation for 64bit arguments
 2013-08-30 17:52 UTC  (2+ messages)

[PATCHSET v2 cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-30 11:19 UTC  (37+ messages)
  ` [PATCH 01/12] cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax
  ` [PATCH 02/12] cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys
  ` [PATCH 03/12] cgroup: implement CFTYPE_NO_PREFIX
  ` [PATCH 04/12] cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroup
  ` [PATCH 05/12] cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp()
  ` [PATCH 06/12] cgroup, memcg: move cgroup_event implementation to memcg
      ` [PATCH v3 "
  ` [PATCH 07/12] memcg: cgroup_write_event_control() now knows @css is for memcg
  ` [PATCH 08/12] cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg
  ` [PATCH 09/12] memcg: remove cgroup_event->cft
  ` [PATCH 10/12] memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state
  ` [PATCH 11/12] memcg: rename cgroup_event to mem_cgroup_event
  ` [PATCH 12/12] cgroup: unexport cgroup_css() and remove __file_cft()

[PATCH 5/5] mm/cgroup: use N_MEMORY instead of N_HIGH_MEMORY
 2013-08-30  8:29 UTC  (4+ messages)

[GIT PULL] cgroup fixes for v3.11-rc7
 2013-08-29 15:53 UTC 

[PATCH] cgroup: fix rmdir EBUSY regression in 3.11
 2013-08-29 15:42 UTC  (2+ messages)
  ` [PATCH cgroup/for-3.11-fixes] "

[PATCH v2 0/3] Send audit/procinfo/cgroup data in socket-level control message
 2013-08-29 14:13 UTC  (4+ messages)
      ` [PATCH v2 1/3] Send loginuid and sessionid in SCM_AUDIT
      ` [PATCH v2 2/3] Send comm and cmdline in SCM_PROCINFO
      ` [PATCH v2 3/3] Send cgroup_path in SCM_CGROUP

[patch] mm, memcg: store memcg name for oom kill log consistency
 2013-08-29 13:30 UTC  (2+ messages)

OOPS in cfq/blkcgroups if CFQ_GROUP_IOSCHED is not set
 2013-08-28 18:26 UTC  (3+ messages)
        ` [PATCH] blkcg: relocate root_blkg setting and clearing

CGROUP 관련 문의
 2013-08-28 13:40 UTC 

[PATCH linux-next] cgroup: fix warning in css_from_id()
 2013-08-28 12:26 UTC 

[PATCH] memcg: check that kmem_cache has memcg_params before accessing it
 2013-08-27 11:56 UTC 

[PATCH 0/2] fs: supply inode uid/gid setting interface
 2013-08-27  9:20 UTC  (7+ messages)
` [PATCH 1/2] fs: implement inode uid/gid setting function
` [PATCH 2/2] fs: use inode_set_user to set uid/gid of inode

[PATCH V5 0/8] Add memcg dirty/writeback page accounting
 2013-08-23 16:11 UTC  (12+ messages)
` [PATCH V5 5/8] memcg: add per cgroup writeback pages accounting
        ` Fwd: "
          ` [PATCH 1/4] memcg: remove MEMCG_NR_FILE_MAPPED
          ` [PATCH 2/4] memcg: check for proper lock held in mem_cgroup_update_page_stat
          ` [PATCH 3/4] memcg: add per cgroup writeback pages accounting
          ` [PATCH 4/4] memcg: Document cgroup dirty/writeback memory statistics

[GIT PULL] cgroup fixes for v3.11-rc6
 2013-08-23 15:51 UTC  (2+ messages)
  ` [GIT PULL RESEND] "

[PATCH 00/11] cpuset: separate configured masks and effective masks
 2013-08-23 15:33 UTC  (27+ messages)
` [PATCH 01/11] cgroup: allow subsystems to create files for sane_behavior only
` [PATCH 03/11] cpuset: update cpuset->real_{cpus,mems}_allowed at hotplug
` [PATCH 06/11] cpuset: apply cs->real_{cpus,mems}_allowed
  ` [PATCH 02/11] cpuset: add cs->real_cpus_allowed and cs->real_mems_allowed
  ` [PATCH 04/11] cpuset: update cs->real_{cpus,mems}_allowed when config changes
  ` [PATCH 05/11] cpuset: inherite ancestor's masks if real_{cpus, mems}_allowed become empty
      ` [PATCH 05/11] cpuset: inherite ancestor's masks if real_{cpus,mems}_allowed "
  ` [PATCH 07/11] cpuset: use effective cpumask to build sched domains
  ` [PATCH 09/11] cpuset: enable onlined cpu/node in effective masks
  ` [PATCH 10/11] cpuset: allow writing offlined masks to cpuset.cpus/mems
  ` [PATCH 11/11] cpuset: export effective masks to userspace
` [PATCH 08/11] cpuset: separate configured masks and efffective masks

[PATCH v5] Soft limit rework
 2013-08-22 10:58 UTC  (5+ messages)

[PATCH] cpuset: fix a regression in validating config change
 2013-08-21 12:45 UTC  (2+ messages)

[PATCH 0/4] devcg: Store local settings for each device cgroup
 2013-08-19 17:12 UTC  (15+ messages)
  ` [PATCH 1/4] devcg: move behavior and exceptions into its own structure
  ` [PATCH 2/4] devcg: make dev_exception_ functions to use lists
  ` [PATCH 3/4] devcg: save locally saved settings
  ` [PATCH 4/4] devcg: try to reapply local settings

[PATCH cgroup/for-3.12 1/2] cgroup: fix subsystem file accesses on the root cgroup
 2013-08-19 13:57 UTC  (6+ messages)
  ` [PATCH cgroup/for-3.12 2/2] cgroup: fix cgroup_write_event_control()

[PATCH] cgroup: change cgroup_from_id() to css_from_id()
 2013-08-19 13:53 UTC  (4+ messages)
      ` [PATCH v2] "

[GIT PULL] cgroup fixes for v3.11-rc5
 2013-08-18 11:20 UTC 

[PATCH 1/2] cpuset: remove an unncessary forward declaration
 2013-08-16  6:48 UTC  (8+ messages)
  ` [PATCH 2/2] cpuset: remove redundant checks in file write functions

[PATCH cgroup/for-3.12 1/2] cgroup: fix cgroup_write_event_control()
 2013-08-15 15:41 UTC  (2+ messages)

[PATCH] mm: memcontrol: fix handling of swapaccount parameter
 2013-08-15  9:01 UTC  (6+ messages)

[PATCH] kmemcg: don't allocate extra memory for root memcg_cache_params (v2)
 2013-08-15  5:49 UTC 

[PATCH] kmemcg: don't allocate extra memory for root memcg_cache_params
 2013-08-15  5:13 UTC  (3+ messages)

[PATCHSET cgroup/for-3.12] cgroup: decouple cgroup_subsys_state lifetime from that of cgroup
 2013-08-14  0:27 UTC  (19+ messages)
` [PATCH 03/14] cgroup: add cgroup_subsys_state->parent
` [PATCH 05/14] cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->css
  ` [PATCH 04/14] cgroup: cgroup_css_from_dir() now should be called with RCU read locked
  ` [PATCH 06/14] cgroup: add __rcu modifier to cgroup->subsys[]
  ` [PATCH 07/14] cgroup: reorganize css init / exit paths
      ` [PATCH v2 "
  ` [PATCH 08/14] cgroup: move cgroup->subsys[] assignment to online_css()
      ` [PATCH v2 "
  ` [PATCH 09/14] cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item
  ` [PATCH 10/14] cgroup: replace cgroup->css_kill_cnt with ->nr_css
  ` [PATCH 11/14] cgroup: decouple cgroup_subsys_state destruction from cgroup destruction
  ` [PATCH 13/14] cgroup: move subsys file removal to kill_css()
` [PATCH 12/14] cgroup: factor out kill_css()
` [PATCH 14/14] cgroup: RCU protect each cgroup_subsys_state release

[PATCH][3.11] cpuset: fix the return value of cpuset_write_u64()
 2013-08-13 14:57 UTC  (2+ messages)

[PATCH] [RFC] kmemcg: remove union from memcg_params
 2013-08-13  4:53 UTC  (3+ messages)

[HEADSUP] conflicts between cgroup/for-3.12 and memcg
 2013-08-09 15:47 UTC  (4+ messages)

[PATCHSET cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-09  1:00 UTC  (11+ messages)

[PATCH 1/3] memcg: limit the number of thresholds per-memcg
 2013-08-09  0:50 UTC  (16+ messages)
` [PATCH 2/3] memcg: Limit the number of events registered on oom_control

[PATCH cgroup/for-3.12] cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
 2013-08-09  0:13 UTC  (2+ messages)

[PATCHSET cgroup/for-3.12] cgroup: use cgroup_subsys_state as the primary subsystem interface handle
 2013-08-09  0:12 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