cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-22 21:13:40 to 2015-06-12 17:21:58 UTC [more...]

[PATCH v14 0/4] cgroup: add PIDs subsystem
 2015-06-12 17:21 UTC  (9+ messages)
  ` [PATCH v14 1/4] cgroup: fix uninitialised iterator in for_each_subsys_which
  ` [PATCH v14 2/4] cgroup, block: implement task_get_css()
  ` [PATCH v14 3/4] cgroup: allow a cgroup subsystem to reject a fork
  ` [PATCH v14 4/4] cgroup: implement the PIDs subsystem
              ` [PATCH] cgroup: add documentation for the PIDs controller

[PATCH -mm v6 0/6] idle memory tracking
 2015-06-12  9:52 UTC  (7+ messages)
` [PATCH -mm v6 1/6] memcg: add page_cgroup_ino helper
` [PATCH -mm v6 2/6] hwpoison: use page_cgroup_ino for filtering by memcg
` [PATCH -mm v6 3/6] memcg: zap try_get_mem_cgroup_from_page
` [PATCH -mm v6 4/6] proc: add kpagecgroup file
` [PATCH -mm v6 5/6] proc: add kpageidle file
` [PATCH -mm v6 6/6] proc: export idle flag via kpageflags

[PATCH 1/2] connector: add cgroup release event report to proc connector
 2015-06-11 15:28 UTC  (7+ messages)
  ` [PATCH 2/2] cgroup: report cgroup release event "

[PATCHSET block/for-4.2/writeback] block, cgroup: make cfq charge async IOs to the appropriate blkcgs
 2015-06-10  2:49 UTC  (31+ messages)
  ` [PATCH 1/8] cfq-iosched: simplify control flow in cfq_get_queue()
  ` [PATCH 2/8] cfq-iosched: fix async oom queue handling
  ` [PATCH 3/8] cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()
  ` [PATCH 4/8] cfq-iosched: minor cleanups
  ` [PATCH 5/8] cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()
  ` [PATCH 7/8] cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()
  ` [PATCH 4.5/8] blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical allocations
` [PATCH 6/8] cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_get_queue()
` [PATCH 8/8] cfq-iosched: charge async IOs to the appropriate blkcg's instead of the root

[PATCH v5 0/4] idle memory tracking
 2015-06-09  8:26 UTC  (5+ messages)

[PATCH v13 0/5] cgroup: add PIDs subsystem
 2015-06-09  7:23 UTC  (12+ messages)
` [PATCH v13 1/5] cgroup: use bitmask to filter for_each_subsys
  ` [PATCH v13 2/5] cgroup: replace explicit ss_mask checking with for_each_subsys_which
` [PATCH v13 3/5] cgroup, block: implement task_get_css()
` [PATCH v13 4/5] cgroup: allow a cgroup subsystem to reject a fork
` [PATCH v13 5/5] cgroup: implement the PIDs subsystem

Cgroup hierarchical support
 2015-06-09  4:24 UTC  (2+ messages)

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-06-08 15:10 UTC  (40+ messages)
` [PATCH 11/51] memcg: implement mem_cgroup_css_from_page()
    ` [PATCH v2 "
    ` [PATCH v3 "
  ` [PATCH v4 "
` [PATCH 16/51] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
    ` [PATCH block/for-4.2-writeback] v9fs: fix error handling in v9fs_session_init()
` [PATCH 26/51] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 27/51] writeback: make congestion functions per bdi_writeback
` [PATCH 28/51] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 29/51] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 30/51] writeback: implement and use inode_congested()
` [PATCH 31/51] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 32/51] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 33/51] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 34/51] writeback: don't issue wb_writeback_work if clean
` [PATCH 35/51] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 36/51] writeback: implement bdi_for_each_wb()
` [PATCH 37/51] writeback: remove bdi_start_writeback()
` [PATCH 38/51] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 39/51] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 40/51] writeback: make bdi_start_background_writeback() "
` [PATCH 41/51] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 42/51] writeback: make wakeup_dirtytime_writeback() "
` [PATCH 43/51] writeback: add wb_writeback_work->auto_free
` [PATCH 44/51] writeback: implement bdi_wait_for_completion()
` [PATCH 45/51] writeback: implement wb_wait_for_single_work()
` [PATCH 46/51] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 47/51] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 48/51] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 49/51] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 50/51] mpage: make __mpage_writepage() "
` [PATCH 51/51] ext2: enable cgroup writeback support

[PATCH RFC] memcg: close the race window between OOM detection and killing
 2015-06-06  0:56 UTC  (11+ messages)

[RFC][PATCH 0/2] Android style loosening of cgroup attach permissions
 2015-06-05 21:33 UTC  (8+ messages)

[PATCH v11 0/7] cgroups: add pids subsystem
 2015-06-05 20:05 UTC  (4+ messages)
` [PATCH v11 7/7] cgroup: implement the PIDs subsystem

[PATCH -mm 1/2] memcg: remove unused mem_cgroup->oom_wakeups
 2015-06-03 20:32 UTC  (9+ messages)
  ` [PATCH -mm 2/2] memcg: convert mem_cgroup->under_oom from atomic_t to int
    ` [PATCH v2 "
  ` [PATCH v2 -mm 1/2] memcg: remove unused mem_cgroup->oom_wakeups

[PATCH v12 0/8] cgroup: add pids subsystem
 2015-06-03  2:44 UTC  (19+ messages)
` [PATCH v12 4/8] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH v12 5/8] cgroup: move enum cgroup_subsys_id definition
` [PATCH v12 8/8] cgroup: implement the PIDs subsystem

[PATCH] cgroup: add seq_file forward declaration for struct cftype
 2015-05-29 13:16 UTC  (2+ messages)

[PATCHSET 3/3 v4 block/for-4.2/core] writeback: implement foreign cgroup inode bdi_writeback switching
 2015-05-28 18:50 UTC  (10+ messages)
  ` [PATCH 1/9] writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
  ` [PATCH 7/9] writeback: add lockdep annotation to inode_to_wb()
` [PATCH 2/9] writeback: make writeback_control track the inode being written back
` [PATCH 3/9] writeback: implement foreign cgroup inode detection
` [PATCH 4/9] writeback: implement [locked_]inode_to_wb_and_lock_list()
` [PATCH 5/9] writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
` [PATCH 6/9] writeback: use unlocked_inode_to_wb transaction in inode_congested()
` [PATCH 8/9] writeback: implement foreign cgroup inode bdi_writeback switching
` [PATCH 9/9] writeback: disassociate inodes from dying bdi_writebacks

[PATCHSET 3/3 v3 block/for-4.2/core] writeback: implement foreign cgroup inode bdi_writeback switching
 2015-05-28  0:03 UTC  (11+ messages)
` [PATCH 1/9] writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
` [PATCH 2/9] writeback: make writeback_control track the inode being written back
` [PATCH 3/9] writeback: implement foreign cgroup inode detection
` [PATCH 4/9] writeback: implement [locked_]inode_to_wb_and_lock_list()
` [PATCH 5/9] writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
` [PATCH 6/9] writeback: use unlocked_inode_to_wb transaction in inode_congested()
` [PATCH 7/9] writeback: add lockdep annotation to inode_to_wb()
    ` [PATCH v5 "
` [PATCH 8/9] writeback: implement foreign cgroup inode bdi_writeback switching
` [PATCH 9/9] writeback: disassociate inodes from dying bdi_writebacks

[PATCHSET] cgroup, sched: restructure threadgroup locking and replace it with a percpu_rwsem
 2015-05-27  0:34 UTC  (8+ messages)
` [PATCH 2/3] sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem

[PATCH 3/7] memcg: immigrate charges only when a threadgroup leader is moved
 2015-05-26  7:16 UTC  (13+ messages)

[PATCH] cgroup: add explicit cast and comment for return type conversion
 2015-05-26  4:52 UTC  (7+ messages)

[PATCHSET 2/3 v3 block/for-4.2/core] writeback: cgroup writeback backpressure propagation
 2015-05-22 23:12 UTC  (21+ messages)
` [PATCH 01/19] memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online
` [PATCH 02/19] writeback: clean up wb_dirty_limit()
` [PATCH 03/19] writeback: reorganize [__]wb_update_bandwidth()
` [PATCH 04/19] writeback: implement wb_domain
` [PATCH 05/19] writeback: move global_dirty_limit into wb_domain
` [PATCH 06/19] writeback: consolidate dirty throttle parameters into dirty_throttle_control
` [PATCH 07/19] writeback: add dirty_throttle_control->wb_bg_thresh
` [PATCH 08/19] writeback: make __wb_calc_thresh() take dirty_throttle_control
` [PATCH 09/19] writeback: add dirty_throttle_control->pos_ratio
` [PATCH 10/19] writeback: add dirty_throttle_control->wb_completions
` [PATCH 11/19] writeback: add dirty_throttle_control->dom
` [PATCH 12/19] writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a parameter
` [PATCH 13/19] writeback: separate out domain_dirty_limits()
` [PATCH 14/19] writeback: move over_bground_thresh() to mm/page-writeback.c
` [PATCH 15/19] writeback: update wb_over_bg_thresh() to use wb_domain aware operations
` [PATCH 16/19] writeback: implement memcg wb_domain
` [PATCH 17/19] writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes
` [PATCH 18/19] writeback: implement memcg writeback domain based throttling
` [PATCH 19/19] mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support is in use


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 read-only IMAP folder(s) and NNTP newsgroup(s).