messages from 2014-11-04 15:00:39 to 2015-01-13 14:50:53 UTC [more...]
[patch 2/3] mm: memcontrol: consolidate memory controller initialization
2015-01-13 14:50 UTC (8+ messages)
` [patch 3/3] mm: memcontrol: consolidate swap controller code
` [patch 1/3] mm: memcontrol: remove unnecessary soft limit tree node test
[PATCH] memcg: remove extra newlines from memcg oom kill log
2015-01-13 14:15 UTC (3+ messages)
[patch 1/2] mm: page_counter: pull "-1" handling out of page_counter_memparse()
2015-01-12 23:37 UTC (4+ messages)
` [patch 2/2] mm: memcontrol: default hierarchy interface for memory
[PATCHSET RFC block/for-next] writeback: cgroup writeback support
2015-01-10 16:05 UTC (54+ messages)
` [PATCH 01/45] writeback: add struct dirty_context
` [PATCH 02/45] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 03/45] memcg: encode page_cgflags in the lower bits of page->mem_cgroup
` [PATCH 04/45] memcg, writeback: implement memcg_blkcg_ptr
` [PATCH 05/45] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 06/45] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback
` [PATCH 07/45] writeback: attribute stats to the matching per-cgroup bdi_writeback
` [PATCH 08/45] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 09/45] writeback: make congestion functions per bdi_writeback
` [PATCH 10/45] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 11/45] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 12/45] writeback: implement and use mapping_congested()
` [PATCH 13/45] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 14/45] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 15/45] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 16/45] writeback: don't issue wb_writeback_work if clean
` [PATCH 17/45] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 18/45] writeback: implement bdi_for_each_wb()
` [PATCH 19/45] writeback: remove bdi_start_writeback()
` [PATCH 20/45] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 22/45] writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info
` [PATCH 23/45] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 24/45] writeback: add wb_writeback_work->auto_free
` [PATCH 25/45] writeback: implement bdi_wait_for_completion()
` [PATCH 26/45] writeback: implement wb_wait_for_single_work()
` [PATCH 27/45] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 28/45] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 29/45] writeback: move i_wb_list emptiness test into inode_wb_list_del() from its caller
` [PATCH 30/45] vfs, writeback: introduce struct inode_wb_link
` [PATCH 31/45] vfs, writeback: add inode_wb_link->data point to the associated bdi_writeback
` [PATCH 32/45] vfs, writeback: move inode->dirtied_when into inode->i_wb_link
` [PATCH 33/45] writeback: minor reorganization of fs/fs-writeback.c
` [PATCH 34/45] vfs, writeback: implement support for multiple inode_wb_link's
` [PATCH 35/45] vfs, writeback: implement inode->i_nr_syncs
` [PATCH 36/45] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 37/45] writeback: make writeback_control carry the inode_wb_link being served
` [PATCH 38/45] writeback: make cyclic writeback cursor cgroup writeback aware
` [PATCH 39/45] writeback: make DIRTY_PAGES tracking "
` [PATCH 40/45] writeback: make write_cache_pages() "
` [PATCH 41/45] writeback: make __writeback_single_inode() "
` [PATCH 42/45] writeback: make __filemap_fdatawrite_range() croup "
` [PATCH 43/45] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 21/45] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 44/45] mpage: make __mpage_writepage() honor cgroup writeback
` [PATCH 45/45] ext2: enable cgroup writeback support
[patch 1/3] mm: memcontrol: remove unnecessary soft limit tree node test
2015-01-10 2:13 UTC
[patch 1/3] mm: memcontrol: remove unnecessary soft limit tree node test
2015-01-10 2:13 UTC
[PATCHv3 0/8] CGroup Namespaces
2015-01-07 23:35 UTC (35+ messages)
` [PATCHv3 1/8] kernfs: Add API to generate relative kernfs path
` [PATCHv3 2/8] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
` [PATCHv3 3/8] cgroup: add function to get task's cgroup on default hierarchy
` [PATCHv3 4/8] cgroup: export cgroup_get() and cgroup_put()
` [PATCHv3 5/8] cgroup: introduce cgroup namespaces
` [PATCHv3 6/8] cgroup: cgroup namespace setns support
` [PATCHv3 7/8] cgroup: mount cgroupns-root when inside non-init cgroupns
` [PATCHv3 8/8] cgroup: Add documentation for cgroup namespaces
[PATCHSET v2 block/for-next] writeback: prepare for cgroup writeback support
2015-01-07 15:11 UTC (19+ messages)
` [PATCH 01/16] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
` [PATCH 02/16] update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
` [PATCH 03/16] blkcg: add blkcg_root_css
` [PATCH 04/16] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH 05/16] blkcg: implement task_get_blkcg_css()
` [PATCH 06/16] blkcg: implement bio_associate_blkcg()
` [PATCH 07/16] writeback: move backing_dev_info->state into bdi_writeback
` [PATCH 08/16] writeback: move backing_dev_info->bdi_stat[] "
` [PATCH 09/16] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 10/16] writeback: move backing_dev_info->wb_lock and ->worklist "
` [PATCH 11/16] writeback: move lingering dirty IO lists transfer from bdi_destroy() to wb_exit()
` [PATCH 12/16] writeback: reorganize mm/backing-dev.c
` [PATCH 13/16] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 14/16] writeback: cosmetic change in account_page_dirtied()
` [PATCH 15/16] writeback: add @gfp to wb_init()
` [PATCH 16/16] writeback: move inode_to_bdi() to include/linux/backing-dev.h
[PATCH 1/2 cgroup/for-3.20] cgroup: reorder SUBSYS(blkio) in cgroup_subsys.h
2015-01-07 3:57 UTC (4+ messages)
` [PATCH 2/2 cgroup/for-3.20] cgroup: add dummy css_put() for !CONFIG_CGROUPS
[patch] mm: memcontrol: track move_lock state internally
2015-01-05 15:30 UTC (3+ messages)
[PATCH 4/5] Update of Documentation/cgroups/00-INDEX
2015-01-05 14:20 UTC
[patch] mm: memcontrol: switch soft limit default back to infinity
2014-12-29 8:42 UTC (3+ messages)
[PATCH] memcg: Provide knob for force OOM into the memcg
2014-12-19 21:15 UTC (7+ messages)
[GIT PULL] cgroup changes for v3.19-rc1
2014-12-10 17:10 UTC (2+ messages)
[PATCH] mm: memcontrol.c: Cleaning up function that are not used anywhere
2014-12-08 16:02 UTC (3+ messages)
[Question] page allocation failure
2014-12-08 10:20 UTC (2+ messages)
[Question] page allocation failure
2014-12-08 3:18 UTC (3+ messages)
[PATCH] mm: memcontrol: Skip test_mem_cgroup_node_reclaimable() when no MAX_NUMNODES or not more than 1
2014-12-07 13:53 UTC
[PATCH] mm: memcontrol: Skip test_mem_cgroup_node_reclaimable() when no MAX_NUMNODES or not more than 1
2014-12-07 10:33 UTC (2+ messages)
[PATCH] mm: memcontrol.c: Cleaning up function that are not used anywhere
2014-12-03 17:04 UTC (5+ messages)
[PATCH 1/2] cgroups: Documentation: fix wrong cgroupfs paths
2014-12-03 16:43 UTC (5+ messages)
` [PATCH 2/2] cgroups: Documentation: fix trivial typos and wrong paragraph numberings
[PATCHv2 0/7] CGroup Namespaces
2014-12-02 19:14 UTC (16+ messages)
` [PATCHv2 7/7] cgroup: mount cgroupns-root when inside non-init cgroupns
[PATCH] mm/memcontrol: fix defined but not used compiler warning
2014-12-02 11:48 UTC (2+ messages)
[PATCH] cgroups: Documentation: fix wrong cgroupfs paths
2014-11-24 18:41 UTC (3+ messages)
low memory killer
2014-11-24 16:17 UTC (7+ messages)
` 答复: "
` 答复: "
[PATCH 1/3 cgroup/for-3.19] cgroup: add cgroup_subsys->css_released()
2014-11-18 7:50 UTC (5+ messages)
` [PATCH 2/3 cgroup/for-3.19] cgroup: add cgroup_subsys->css_e_css_changed()
` [PATCH 3/3 cgroup/for-3.19] cgroup: implement cgroup_get_e_css()
[PATCH cgroup/for-3.19 1/3] cgroup: separate out cgroup_calc_child_subsys_mask() from cgroup_refresh_child_subsys_mask()
2014-11-18 7:50 UTC (5+ messages)
` [PATCH cgroup/for-3.19 2/3] cgroup: restructure child_subsys_mask handling in cgroup_subtree_control_write()
` [PATCH cgroup/for-3.19 3/3] cgroup: fix the async css offline wait logic "
Potential documentation error for cpuacct
2014-11-16 4:39 UTC (2+ messages)
[patch 1/3] mm: embed the memcg pointer directly into struct page
2014-11-06 18:55 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).