messages from 2015-06-26 16:01:42 to 2015-07-22 11:56:44 UTC [more...]
[PATCH] cgroup: net_cls: fix false-positive "suspicious RCU usage"
2015-07-22 11:56 UTC (4+ messages)
` [PATCH v2] "
[PATCH -mm v9 0/8] idle memory tracking
2015-07-22 10:33 UTC (22+ messages)
` [PATCH -mm v9 1/8] memcg: add page_cgroup_ino helper
` [PATCH -mm v9 2/8] hwpoison: use page_cgroup_ino for filtering by memcg
` [PATCH -mm v9 3/8] memcg: zap try_get_mem_cgroup_from_page
` [PATCH -mm v9 4/8] proc: add kpagecgroup file
` [PATCH -mm v9 5/8] mmu-notifier: add clear_young callback
` [PATCH -mm v9 6/8] proc: add kpageidle file
` [PATCH -mm v9 7/8] proc: export idle flag via kpageflags
` [PATCH -mm v9 8/8] proc: add cond_resched to /proc/kpage* read/write loop
[PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support
2015-07-22 3:56 UTC (11+ messages)
` [PATCH 1/2] ext4: replace ext4_io_submit->io_op with ->io_wbc
` [PATCH 2/2] ext4: implement cgroup writeback support
Access rules for current->memcg
2015-07-21 12:25 UTC (15+ messages)
[PATCH -mm v8 0/7] idle memory tracking
2015-07-17 9:27 UTC (21+ messages)
` [PATCH -mm v8 1/7] memcg: add page_cgroup_ino helper
` [PATCH -mm v8 2/7] hwpoison: use page_cgroup_ino for filtering by memcg
` [PATCH -mm v8 3/7] memcg: zap try_get_mem_cgroup_from_page
` [PATCH -mm v8 4/7] proc: add kpagecgroup file
` [PATCH -mm v8 5/7] mmu-notifier: add clear_young callback
` [PATCH -mm v8 6/7] proc: add kpageidle file
` [PATCH -mm v8 7/7] proc: export idle flag via kpageflags
[cgroup:review-blkcg-stats-cleanup 32/35] block/blk-cgroup.c:654:1: warning: the frame size of 1360 bytes is larger than 1024 bytes
2015-07-16 5:25 UTC
[cgroup:review-blkcg-stats-cleanup 30/35] block/cfq-iosched.c:3696:2: error: implicit declaration of function 'blkg_to_cfqg'
2015-07-15 20:37 UTC
[PATCH v14 4/4] cgroup: implement the PIDs subsystem
2015-07-14 21:32 UTC (3+ messages)
` [PATCH] cgroup: add documentation for the PIDs controller
[PATCH v14 0/4] cgroup: add PIDs subsystem
2015-07-14 21:31 UTC (4+ messages)
` [PATCH v14 4/4] cgroup: implement the "
[PATCH -mm v7 0/6] idle memory tracking
2015-07-14 20:27 UTC (10+ messages)
` [PATCH -mm v7 1/6] memcg: add page_cgroup_ino helper
` [PATCH -mm v7 2/6] hwpoison: use page_cgroup_ino for filtering by memcg
` [PATCH -mm v7 3/6] memcg: zap try_get_mem_cgroup_from_page
` [PATCH -mm v7 4/6] proc: add kpagecgroup file
` [PATCH -mm v7 5/6] proc: add kpageidle file
` [PATCH -mm v7 6/6] proc: export idle flag via kpageflags
[RFC PATCH 0/4] Shared vhost design
2015-07-13 4:07 UTC (5+ messages)
` [RFC PATCH 1/4] vhost: Introduce a universal thread to serve all users
` [RFC PATCH 2/4] vhost: Limit the number of devices served by a single worker thread
` [RFC PATCH 3/4] cgroup: Introduce a function to compare cgroups
` [RFC PATCH 4/4] vhost: Add cgroup-aware creation of worker threads
[PATCH -mm v6 0/6] idle memory tracking
2015-07-11 14:53 UTC (7+ messages)
` [PATCH -mm v6 5/6] proc: add kpageidle file
[PATCHSET block/for-4.3] writeback: cgroup writeback updates
2015-07-09 21:41 UTC (9+ messages)
` [PATCH 1/5] writeback: bdi_for_each_wb() iteration is memcg ID based not blkcg
` [PATCH 2/5] writeback: remove wb_writeback_work->single_wait/done
` [PATCH 3/5] writeback: explain why @inode is allowed to be NULL for inode_congested()
` [PATCH 4/5] kernfs: implement kernfs_path_len()
` [PATCH 5/5] writeback: update writeback tracepoints to report cgroup
[PATCHSET v2 block/for-4.3] blkcg: blkcg_policy methods cleanup
2015-07-09 21:13 UTC (11+ messages)
` [PATCH 4/7] blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods
` [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 5/7] blk-throttle: remove asynchrnous percpu stats allocation mechanism
` [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
[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
2015-07-08 8:24 UTC (92+ messages)
` [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 block/for-4.3] writeback: explain why @inode is allowed to be NULL for 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 block/for-4.3] writeback: update writeback tracepoints to report cgroup
` [PATCH 41/51] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 42/51] writeback: make wakeup_dirtytime_writeback() "
` [PATCH 44/51] writeback: implement bdi_wait_for_completion()
` [PATCH 45/51] writeback: implement wb_wait_for_single_work()
` [PATCH block/for-4.3] writeback: remove wb_writeback_work->single_wait/done
` [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
[PATCHSET v2 block/for-4.3] block, cgroup: make cfq charge async IOs to the appropriate blkcgs
2015-07-07 15:36 UTC (10+ messages)
` [PATCH 2/9] cfq-iosched: fix async oom queue handling
` [PATCH 3/9] cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()
` [PATCH 5/9] blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical allocations
` [PATCH 6/9] cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()
` [PATCH 7/9] cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_get_queue()
` [PATCH 1/9] cfq-iosched: simplify control flow in cfq_get_queue()
` [PATCH 4/9] cfq-iosched: minor cleanups
` [PATCH 8/9] cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()
` [PATCH 9/9] cfq-iosched: charge async IOs to the appropriate blkcg's instead of the root
TrueCrypt hangs when unmounting disk partition
2015-07-02 13:19 UTC (2+ messages)
[PATCHSET block/for-4.2/writeback] blkcg: blkcg stats cleanup
2015-06-30 6:50 UTC (6+ messages)
` [PATCH 1/6] cgroup: make cftype->private a unsigned long
` [PATCH 5/6] blkcg: move io_service_bytes and io_serviced stats into blkcg_gq
[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)
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).