messages from 2014-12-08 10:20:13 to 2015-01-20 17:00:11 UTC [more...]
[patch] mm: memcontrol: default hierarchy interface for memory fix - "none"
2015-01-20 17:00 UTC (5+ messages)
[patch 0/2] mm: memcontrol: default hierarchy interface for memory v2
2015-01-20 16:57 UTC (6+ messages)
` [patch 1/2] mm: page_counter: pull "-1" handling out of page_counter_memparse()
` [patch 2/2] mm: memcontrol: default hierarchy interface for memory
[patch] mm: memcontrol: default hierarchy interface for memory fix - high reclaim
2015-01-20 15:44 UTC (5+ messages)
[PATCH -mm v2 0/7] memcg: release kmemcg_id on css offline
2015-01-19 15:42 UTC (11+ messages)
` [PATCH -mm v2 1/7] slab: embed memcg_cache_params to kmem_cache
` [PATCH -mm v2 2/7] slab: link memcg caches of the same kind into a list
` [PATCH -mm v2 3/7] cgroup: release css->id after css_free
` [PATCH -mm v2 4/7] slab: use css id for naming per memcg caches
` [PATCH -mm v2 5/7] memcg: free memcg_caches slot on css offline
` [PATCH -mm v2 6/7] list_lru: add helpers to isolate items
` [PATCH -mm v2 7/7] memcg: reparent list_lrus and free kmemcg_id on css offline
[PATCHSET RFC 0/6] memcg: inode-based dirty-set controller
2015-01-16 14:25 UTC (13+ messages)
` [PATCH 1/6] memcg: inode-based dirty and writeback pages accounting
` [PATCH 2/6] memcg: dirty-set limiting and filtered writeback
` [PATCH 3/6] memcg: track shared inodes with dirty pages
` [PATCH 4/6] percpu_ratelimit: high-performance ratelimiting counter
` [PATCH 5/6] delay-injection: resource management via procrastination
` [PATCH 6/6] memcg: filesystem bandwidth controller
[patch 1/2] mm: page_counter: pull "-1" handling out of page_counter_memparse()
2015-01-15 17:08 UTC (19+ messages)
` [patch 2/2] mm: memcontrol: default hierarchy interface for memory
[patch] mm: memcontrol: fold move_anon() and move_file()
2015-01-14 15:42 UTC (2+ messages)
[patch] mm: memcontrol: default hierarchy interface for memory fix
2015-01-13 19:02 UTC
[patch] mm: memcontrol: default hierarchy interface for memory fix
2015-01-13 19:02 UTC
[patch] mm: memcontrol: fold move_anon() and move_file()
2015-01-13 18:59 UTC
[patch] mm: memcontrol: fold move_anon() and move_file()
2015-01-13 18:59 UTC
[patch 2/3] mm: memcontrol: consolidate memory controller initialization
2015-01-13 15:01 UTC (10+ 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)
[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 (29+ messages)
` [PATCHv3 5/8] cgroup: introduce cgroup namespaces
` [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 (2+ messages)
[Question] page allocation failure
2014-12-08 10:20 UTC (2+ 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).