linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHSET 2/3 block/for-4.1/core] writeback: cgroup writeback backpressure propagation
 2015-03-23  5:07 UTC  (18+ messages)
` [PATCH 01/18] memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online
` [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 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

[PATCHSET 1/3 v2 block/for-4.1/core] writeback: cgroup writeback support
 2015-03-23  4:54 UTC  (49+ 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 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 23/48] writeback: attribute stats to the matching per-cgroup bdi_writeback
` [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 27/48] writeback, blkcg: propagate non-root blkcg congestion state
` [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 43/48] writeback: restructure try_writeback_inodes_sb[_nr]()
` [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 00/24] huge tmpfs: an alternative approach to THPageCache
 2015-03-23  4:40 UTC  (12+ messages)
` [PATCH 01/24] mm: update_lru_size warn and reset bad lru_size
` [PATCH 03/24] mm: use __SetPageSwapBacked and don't ClearPageSwapBacked
` [PATCH 11/24] huge tmpfs: shrinker to migrate and free underused holes

4.0.0-rc4: panic in free_block
 2015-03-23  2:19 UTC  (31+ messages)

[PATCH 00/16] Sanitize usage of ->flags and ->mapping for tail pages
 2015-03-23  0:28 UTC  (18+ messages)
` [PATCH 01/16] mm: consolidate all page-flags helpers in <linux/page-flags.h>
` [PATCH 02/16] page-flags: trivial cleanup for PageTrans* helpers
` [PATCH 03/16] page-flags: introduce page flags policies wrt compound pages
` [PATCH 05/16] page-flags: define behavior of FS/IO-related flags on "
` [PATCH 07/16] page-flags: define behavior SL*B-related "
` [PATCH 10/16] page-flags: define PG_swapbacked behavior "
` [PATCH 11/16] page-flags: define PG_swapcache "
` [PATCH 14/16] page-flags: define PG_uptodate "
` [PATCH 15/16] page-flags: look on head page if the flag is encoded in page->mapping

[PATCH] mremap: add MREMAP_NOHOLE flag --resend
 2015-03-22  7:22 UTC  (8+ messages)

backing_dev_info cleanups & lifetime rule fixes V2
 2015-03-21 15:11 UTC  (3+ messages)
` [PATCH 11/12] fs: don't reassign dirty inodes to default_backing_dev_info

[PATCH V7] Allow compaction of unevictable pages
 2015-03-21 13:33 UTC  (5+ messages)

[PATCH] mm/compaction: reset compaction scanner positions
 2015-03-21 11:58 UTC 

[PATCH] [RFC] mm/compaction: initialize compaction information
 2015-03-21 11:53 UTC  (9+ messages)
        ` [PATCH][RFCv2] mm/compaction: reset compaction scanner positions

[mm/flatmem] BUG: Int 6: CR2 (null)
 2015-03-21 11:08 UTC 

[PATCH] tracing: add trace event for memory-failure
 2015-03-21  5:44 UTC  (5+ messages)

[PATCH 0/2] Tracking user space vDSO remaping
 2015-03-20 23:19 UTC  (4+ messages)
` [PATCH 1/2] mm: Introducing arch_remap hook
` [PATCH 2/2] powerpc/mm: Tracking vDSO remap

[PATCH] mm: Use GFP_KERNEL allocation for the page cache in page_cache_read
 2015-03-20 22:51 UTC  (12+ messages)

[PATCH 1/4] mm: free swp_entry in madvise_free
 2015-03-20 22:43 UTC  (3+ messages)
` [PATCH 3/4] mm: move lazy free pages to inactive list

[PATCH V3 0/4] hugetlbfs: add min_size filesystem mount option
 2015-03-20 20:47 UTC  (5+ messages)
` [PATCH V3 1/4] hugetlbfs: add minimum size tracking fields to subpool structure
` [PATCH V3 2/4] hugetlbfs: add minimum size accounting to subpools
` [PATCH V3 3/4] hugetlbfs: accept subpool min_size mount option and setup accordingly
` [PATCH V3 4/4] hugetlbfs: document min_size mount option and cleanup

[PATCH 4/4] mm: numa: Slow PTE scan rate if migration failures occur
 2015-03-20 17:02 UTC  (25+ messages)

[PATCH V2 0/4] hugetlbfs: add min_size filesystem mount option
 2015-03-20 16:24 UTC  (6+ messages)
` [PATCH V2 4/4] hugetlbfs: document min_size "

[PATCH -next v2 0/4] mm: replace mmap_sem for mm->exe_file serialization
 2015-03-20 16:09 UTC  (8+ messages)

[RFC] Strange do_munmap in mmap_region
 2015-03-20 15:41 UTC  (5+ messages)

[LKP] [mm] cc87317726f: WARNING: CPU: 0 PID: 1 at drivers/iommu/io-pgtable-arm.c:413 __arm_lpae_unmap+0x341/0x380()
 2015-03-20 15:41 UTC  (10+ messages)
    ` [LKP] [mm] cc87317726f: WARNING: CPU: 0 PID: 1 atdrivers/iommu/io-pgtable-arm.c:413 __arm_lpae_unmap+0x341/0x380()
        ` [LKP] [mm] cc87317726f: WARNING: CPU: 0 PID: 1atdrivers/iommu/io-pgtable-arm.c:413 __arm_lpae_unmap+0x341/0x380()
            ` [LKP] [mm] cc87317726f: WARNING: CPU: 0 PID:1atdrivers/iommu/io-pgtable-arm.c:413 __arm_lpae_unmap+0x341/0x380()

[PATCH] mm: fix lockdep build in rcu-protected get_mm_exe_file()
 2015-03-20 14:47 UTC 

[PATCH v4 0/5] mm: cma: add some debug information for CMA
 2015-03-20 14:31 UTC  (10+ messages)
` [PATCH v4 1/5] mm: cma: add trace events to debug physically-contiguous memory allocations

[PATCH 04/16] page-flags: define PG_locked behavior on compound pages
 2015-03-20  8:04 UTC  (2+ messages)

[PATCH] mm/zsmalloc.c: fix comment for get_pages_per_zspage
 2015-03-20  7:43 UTC 

Re: mm/zsmalloc.c: count in handle's size when calculating pages_per_zspage
 2015-03-20  7:06 UTC 

[mmotm:master 332/380] kernel/fork.c:697:37: sparse: incorrect type in argument 1 (different base types)
 2015-03-20  7:05 UTC 

Re: mm/zsmalloc.c: count in handle's size when calculating pages_per_zspage
 2015-03-20  7:01 UTC 

mm/zsmalloc.c: count in handle's size when calculating pages_per_zspage
 2015-03-20  5:55 UTC  (3+ messages)

[RFC 00/16] Introduce ZONE_CMA
 2015-03-20  4:28 UTC  (4+ messages)
` [RFC 13/16] mm/cma: populate ZONE_CMA and use this zone when GFP_HIGHUSERMOVABLE

[mmotm:master 332/380] include/linux/rcupdate.h:594:2: note: in expansion of macro 'rcu_lockdep_assert'
 2015-03-20  1:06 UTC 

[mmotm:master 173/380] fs/hugetlbfs/inode.c:770:77: warning: comparison of distinct pointer types lacks a cast
 2015-03-20  0:42 UTC 

[mmotm:master 332/380] kernel/fork.c:697:30: note: in expansion of macro 'rcu_dereference_protected'
 2015-03-20  0:29 UTC 

[mmotm:master 332/380] kernel/fork.c:697:273: warning: passing argument 1 of 'lock_is_held' from incompatible pointer type
 2015-03-20  0:28 UTC 

mmotm 2015-03-19-16-38 uploaded
 2015-03-19 23:38 UTC 

[patch 1/2] mm, mempool: poison elements backed by slab allocator
 2015-03-19 23:26 UTC  (4+ messages)

[PATCH V6] Allow compaction of unevictable pages
 2015-03-19 19:42 UTC  (2+ messages)

[PATCH] mm/memory-failure.c: define page types for action_result() in one place
 2015-03-19 19:26 UTC  (2+ messages)

[PATCHv4 00/24] THP refcounting redesign
 2015-03-19 17:10 UTC  (3+ messages)

[RFC v2 0/3] mm/vmalloc: fix possible exhaustion of vmalloc space
 2015-03-19 14:04 UTC  (3+ messages)
` [RFC v2 1/3] mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram allocator
` [RFC v2 3/3] mm/vmalloc: get rid of dirty bitmap inside vmap_block structure

[RFC v7 2/2] mm: swapoff prototype: frontswap handling added
 2015-03-19 10:55 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox