cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-19 18:30:01 to 2015-04-06 20:04:34 UTC [more...]

[PATCHSET 2/3 v2 block/for-4.1/core] writeback: cgroup writeback backpressure propagation
 2015-04-06 20:04 UTC  (20+ 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

[PATCHSET 1/3 v3 block/for-4.1/core] writeback: cgroup writeback support
 2015-04-06 19:58 UTC  (50+ messages)
` [PATCH 01/49] memcg: add per cgroup dirty page accounting
` [PATCH 02/49] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
` [PATCH 03/49] update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
` [PATCH 04/49] blkcg: always create the blkcg_gq for the root blkcg
` [PATCH 05/49] memcg: add mem_cgroup_root_css
` [PATCH 06/49] blkcg: add blkcg_root_css
` [PATCH 07/49] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH 08/49] blkcg: implement task_get_blkcg_css()
` [PATCH 09/49] blkcg: implement bio_associate_blkcg()
` [PATCH 10/49] memcg: implement mem_cgroup_css_from_page()
` [PATCH 11/49] writeback: move backing_dev_info->state into bdi_writeback
` [PATCH 12/49] writeback: move backing_dev_info->bdi_stat[] "
` [PATCH 13/49] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 14/49] writeback: s/bdi/wb/ in mm/page-writeback.c
` [PATCH 15/49] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
` [PATCH 16/49] writeback: reorganize mm/backing-dev.c
` [PATCH 17/49] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 18/49] bdi: make inode_to_bdi() inline
` [PATCH 19/49] writeback: add @gfp to wb_init()
` [PATCH 20/49] bdi: separate out congested state into a separate struct
` [PATCH 21/49] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 22/49] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 23/49] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested
` [PATCH 24/49] writeback: attribute stats to the matching per-cgroup bdi_writeback
  ` [PATCH 25/49] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 26/49] writeback: make congestion functions per bdi_writeback
` [PATCH 27/49] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 28/49] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 29/49] writeback: implement and use inode_congested()
` [PATCH 30/49] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 31/49] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 32/49] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 33/49] writeback: don't issue wb_writeback_work if clean
` [PATCH 34/49] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 35/49] writeback: implement bdi_for_each_wb()
` [PATCH 36/49] writeback: remove bdi_start_writeback()
` [PATCH 37/49] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 38/49] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 39/49] writeback: make bdi_start_background_writeback() "
` [PATCH 40/49] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 41/49] writeback: add wb_writeback_work->auto_free
` [PATCH 42/49] writeback: implement bdi_wait_for_completion()
` [PATCH 43/49] writeback: implement wb_wait_for_single_work()
` [PATCH 44/49] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 45/49] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 46/49] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 47/49] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 48/49] mpage: make __mpage_writepage() "
` [PATCH 49/49] ext2: enable cgroup writeback support

[PATCH] cpusets: Make cpus_allowed and mems_allowed masks hotplug invariant
 2015-04-06 17:47 UTC  (8+ messages)

[PATCH v8 0/4] cgroups: add pids subsystem
 2015-04-06 15:05 UTC  (8+ messages)
  ` [PATCH v8 1/4] cgroups: use bitmask to filter for_each_subsys
` [PATCH v8 2/4] cgroups: replace explicit ss_mask checking with for_each_subsys_which
` [PATCH v8 3/4] cgroups: allow a cgroup subsystem to reject a fork
` [PATCH v8 4/4] cgroups: implement the PIDs subsystem

[PATCH] Documentation/memcg: update memcg/kmem status
 2015-04-04 13:29 UTC  (4+ messages)

[PATCH v7 0/4] cgroups: add pids subsystem
 2015-04-01  2:40 UTC  (7+ messages)
` [PATCH v7 1/4] cgroups: use bitmask to filter for_each_subsys
` [PATCH v7 2/4] cgroups: replace explicit ss_mask checking with for_each_subsys_which
` [PATCH v7 3/4] cgroups: allow a cgroup subsystem to reject a fork
` [PATCH v7 4/4] cgroups: implement the PIDs subsystem

[PATCHSET 1/3 v2 block/for-4.1/core] writeback: cgroup writeback support
 2015-03-31 15:26 UTC  (56+ messages)
` [PATCH 01/48] memcg: add per cgroup dirty page accounting
` [PATCH 02/48] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
  ` [PATCH 03/48] update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
  ` [PATCH 23/48] writeback: attribute stats to the matching per-cgroup bdi_writeback
  ` [PATCH 27/48] writeback, blkcg: propagate non-root blkcg congestion state
  ` [PATCH 43/48] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 04/48] memcg: add mem_cgroup_root_css
` [PATCH 05/48] blkcg: add blkcg_root_css
` [PATCH 06/48] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH 07/48] blkcg: implement task_get_blkcg_css()
` [PATCH 08/48] blkcg: implement bio_associate_blkcg()
` [PATCH 09/48] memcg: implement mem_cgroup_css_from_page()
` [PATCH 10/48] writeback: move backing_dev_info->state into bdi_writeback
` [PATCH 11/48] writeback: move backing_dev_info->bdi_stat[] "
` [PATCH 12/48] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 13/48] writeback: s/bdi/wb/ in mm/page-writeback.c
` [PATCH 14/48] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
` [PATCH 15/48] writeback: reorganize mm/backing-dev.c
` [PATCH 16/48] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 17/48] bdi: make inode_to_bdi() inline
` [PATCH 18/48] writeback: add @gfp to wb_init()
` [PATCH 19/48] bdi: separate out congested state into a separate struct
` [PATCH 20/48] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 21/48] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 22/48] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested
` [PATCH 24/48] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 25/48] writeback: make congestion functions per bdi_writeback
` [PATCH 26/48] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 28/48] writeback: implement and use mapping_congested()
` [PATCH 29/48] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 30/48] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 31/48] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 32/48] writeback: don't issue wb_writeback_work if clean
` [PATCH 33/48] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 34/48] writeback: implement bdi_for_each_wb()
` [PATCH 35/48] writeback: remove bdi_start_writeback()
` [PATCH 36/48] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 37/48] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 38/48] writeback: make bdi_start_background_writeback() "
` [PATCH 39/48] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 40/48] writeback: add wb_writeback_work->auto_free
` [PATCH 41/48] writeback: implement bdi_wait_for_completion()
` [PATCH 42/48] writeback: implement wb_wait_for_single_work()
` [PATCH 44/48] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 45/48] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 46/48] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 47/48] mpage: make __mpage_writepage() "
` [PATCH 48/48] ext2: enable cgroup writeback support

[PATCH v6 0/3] cgroups: add pids subsystem
 2015-03-26 22:18 UTC  (9+ messages)
` [PATCH v6 2/3] cgroups: allow a cgroup subsystem to reject a fork

[PATCHSET 3/3 block/for-4.1/core] writeback: implement foreign cgroup inode bdi_writeback switching
 2015-03-25 22:44 UTC  (10+ messages)
` [PATCH 1/8] writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
` [PATCH 2/8] writeback: make writeback_control track the inode being written back
` [PATCH 3/8] writeback: implement foreign cgroup inode detection
` [PATCH 4/8] truncate: swap the order of conditionals in cancel_dirty_page()
` [PATCH 5/8] writeback: implement [locked_]inode_to_wb_and_lock_list()
` [PATCH 6/8] writeback: implement I_WB_SWITCH and bdi_writeback stat update transaction
` [PATCH 7/8] writeback: add lockdep annotation to inode_to_wb()
` [PATCH 8/8] writeback: implement foreign cgroup inode bdi_writeback switching
` [PATCH 9/8] writeback: disassociate inodes from dying bdi_writebacks

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

[PATCH] mm: Remove usages of ACCESS_ONCE
 2015-03-25  7:51 UTC  (8+ messages)

[PATCH v2 0/2] mm: Remove usages of ACCESS_ONCE()
 2015-03-24 22:29 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Use READ_ONCE() for non-scalar types
` [PATCH v2 2/2] mm: Remove rest of ACCESS_ONCE() usages

FWD: cgroups: pids v5 patchset review
 2015-03-24 20:31 UTC 

LXC/cgroups process group scheduling in linux 3.18+
 2015-03-21  7:13 UTC 

[PATCH v4 RESEND 0/4] cpusets,isolcpus: exclude isolcpus from load balancing in cpusets
 2015-03-19 18:30 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 read-only IMAP folder(s) and NNTP newsgroup(s).