cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-04 18:36:58 to 2015-07-01 08:20:15 UTC [more...]

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-07-01  8:20 UTC  (59+ messages)
` [PATCH 06/51] memcg: add mem_cgroup_root_css
` [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 19/51] bdi: make inode_to_bdi() inline
` [PATCH 21/51] bdi: separate out congested state into a separate struct
` [PATCH 22/51] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 23/51] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 24/51] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested
` [PATCH 25/51] writeback: attribute stats to the matching per-cgroup bdi_writeback
` [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() "

[PATCHSET block/for-4.2/writeback] blkcg: blkcg stats cleanup
 2015-06-30  6:50 UTC  (14+ messages)
  ` [PATCH 1/6] cgroup: make cftype->private a unsigned long
  ` [PATCH 2/6] blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with it
  ` [PATCH 3/6] blkcg: make blkcg_[rw]stat per-cpu
  ` [PATCH 6/6] blkcg: remove cfqg_stats->sectors
` [PATCH 4/6] blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gq
` [PATCH 5/6] blkcg: move io_service_bytes and io_serviced stats "

[PATCH] mm:Make the function alloc_mem_cgroup_per_zone_info bool
 2015-06-29 15:55 UTC  (7+ messages)

[PATCH] mm:Return proper error code return if call to kzalloc_node falis in the function alloc_mem_cgroup_per_zone_info
 2015-06-29 15:52 UTC  (2+ messages)

[GIT PULL] cgroup changes for v4.2-rc1
 2015-06-26 15:56 UTC 

[PATCHSET block/for-4.2/writeback] blkcg: blkcg_policy methods cleanup
 2015-06-25 19:10 UTC  (9+ messages)
  ` [PATCH 1/7] blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()
  ` [PATCH 2/7] blkcg: use blkg_free() in blkcg_init_queue() failure path
  ` [PATCH 3/7] blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fn
  ` [PATCH 4/7] blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods
  ` [PATCH 6/7] blk-throttle: clean up blkg_policy_data alloc/init/exit/free methods
  ` [PATCH 7/7] blkcg: make blkcg_policy methods take a pointer to blkcg_policy_data
` [PATCH 5/7] blk-throttle: remove asynchrnous percpu stats allocation mechanism

[PATCH] cgroup: return -ESRCH if no tasks get migrated
 2015-06-24  6:12 UTC 

[PATCHSET block/for-4.2/writeback] cgroup, writeback: misc updates for cgroup writeback support
 2015-06-20 20:00 UTC  (15+ messages)
` [PATCH 1/3] writeback: do foreign inode detection iff cgroup writeback is enabled
  ` [PATCH 2/3] vfs, writeback: replace FS_CGROUP_WRITEBACK with MS_CGROUPWB
` [PATCH 3/3] writeback, blkio: add documentation for cgroup writeback support

[PATCHSET cgroup/for-4.2] cgroup: require write perm on common ancestor for migration
 2015-06-18 20:55 UTC  (14+ messages)
  ` [PATCH 1/4] kernfs: make kernfs_get_inode() public
  ` [PATCH 2/4] cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()
  ` [PATCH 3/4] cgroup: require write perm on common ancestor when moving processes on the default hierarchy
    ` [PATCH v2 "
  ` [PATCH 4/4] cgroup: add delegation section to unified hierarchy documentation
      ` [PATCH v2 "

[PATCH] cgroup: add documentation for the PIDs controller
 2015-06-18 17:50 UTC  (2+ messages)

[PATCH] selinux: enable setting security context in cgroup
 2015-06-18 16:43 UTC  (2+ messages)

How we use cgroups in rkt
 2015-06-18 14:40 UTC  (4+ messages)

Relationships between datastructures in ASCII
 2015-06-18  6:37 UTC 

[PATCHSET v2 block/for-4.2/writeback] cgroup, writeback: misc updates for cgroup writeback support
 2015-06-17 18:31 UTC  (6+ messages)
` [PATCH 1/3] writeback: do foreign inode detection iff cgroup writeback is enabled
  ` [PATCH 2/3] vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB
  ` [PATCH 3/3] writeback, blkio: add documentation for cgroup writeback support

[PATCHSET 2/3 v3 block/for-4.2/core] writeback: cgroup writeback backpressure propagation
 2015-06-17 14:41 UTC  (3+ messages)
` [PATCH 01/19] memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online

[PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-06-16 22:53 UTC  (3+ messages)
` [PATCH 1/2] ext4: replace ext4_io_submit->io_op with ->io_wbc
` [PATCH 2/2] ext4: implement cgroup writeback support

[PATCH cgroup/for-4.2] MAINTAINERS: add a cgroup core co-maintainer
 2015-06-15  1:30 UTC  (3+ messages)

[PATCHSET block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-06-12 22:02 UTC  (3+ messages)
` [PATCH 1/2] ext4: replace ext4_io_submit->io_op with ->io_wbc
` [PATCH 2/2] ext4: implement cgroup writeback support

[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  (6+ messages)

[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 6/8] cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_get_queue()
  ` [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 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)

[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


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