summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-06-02writeback: make __wb_calc_thresh() take dirty_throttle_controlTejun Heo
2015-06-02writeback: add dirty_throttle_control->wb_bg_threshTejun Heo
2015-06-02writeback: consolidate dirty throttle parameters into dirty_throttle_controlTejun Heo
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo
2015-06-02writeback: implement wb_domainTejun Heo
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo
2015-06-02memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...Tejun Heo
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo
2015-06-02writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback'sTejun Heo
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo
2015-06-02writeback: make bdi->min/max_ratio handling cgroup writeback awareTejun Heo
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo
2015-06-02writeback: implement and use inode_congested()Tejun Heo
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo
2015-06-02writeback: let balance_dirty_pages() work on the matching cgroup bdi_writebackTejun Heo
2015-06-02writeback: attribute stats to the matching per-cgroup bdi_writebackTejun Heo
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2015-06-02bdi: separate out congested state into a separate structTejun Heo
2015-06-02writeback: add @gfp to wb_init()Tejun Heo
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02writeback: reorganize mm/backing-dev.cTejun Heo
2015-06-02writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo
2015-06-02writeback: s/bdi/wb/ in mm/page-writeback.cTejun Heo
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo
2015-06-02memcg: implement mem_cgroup_css_from_page()Tejun Heo
2015-06-02memcg: add mem_cgroup_root_cssTejun Heo
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15zsmalloc: remove extra cond_resched() in __zs_compactSergey Senozhatsky
2015-04-15zsmalloc: fix fatal corruption due to wrong size class selectionHeesub Shin
2015-04-15zsmalloc: remove unnecessary insertion/removal of zspage in compactionMinchan Kim
2015-04-15zsmalloc: micro-optimize zs_object_copy()Sergey Senozhatsky
2015-04-15zsmalloc: remove synchronize_rcu from zs_compact()Sergey Senozhatsky
2015-04-15mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie
2015-04-15zsmalloc: zsmalloc documentationMinchan Kim
2015-04-15zsmalloc: add fullness into statMinchan Kim
2015-04-15zsmalloc: record handle in page->private for huge objectMinchan Kim
2015-04-15zsmalloc: adjust ZS_ALMOST_FULLMinchan Kim