aboutsummaryrefslogtreecommitdiffstats
path: root/mm/backing-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-8/+5
2017-04-20block: Remove unused functionsJan Kara1-50/+6
2017-04-20bdi: Export bdi_alloc_node() and bdi_put()Jan Kara1-0/+2
2017-04-20block: Unregister bdi on last reference dropJan Kara1-0/+2
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara1-5/+15
2017-03-22bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()Jan Kara1-3/+3
2017-03-22bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara1-21/+1
2017-03-22bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara1-0/+22
2017-03-22bdi: Unify bdi->wb_list handling for root wb_writebackJan Kara1-6/+28
2017-03-22bdi: Make wb->bdi a proper referenceJan Kara1-2/+11
2017-03-22bdi: Mark congested->bdi as internalJan Kara1-5/+5
2017-03-08bdi: Fix use-after-free in wb_congested_put()Jan Kara1-15/+21
2017-03-08block: Allow bdi re-registrationJan Kara1-0/+7
2017-02-22mm/backing-dev.c: use rb_entry()Geliang Tang1-2/+2
2017-02-08block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo1-2/+7
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara1-1/+33
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe1-0/+1
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-0/+19
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-7/+8
2016-05-20mm: throttle on IO only when there are too many dirty and writeback pagesMichal Hocko1-17/+3
2016-03-31writeback: fix the wrong congested state variable definitionKaixu Xia1-2/+2
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-2/+2
2016-02-11mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes1-1/+1
2016-02-05mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa1-1/+1
2016-01-14mm: memcontrol: export root_mem_cgroupJohannes Weiner1-1/+1
2015-12-12mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any progressMichal Hocko1-3/+16
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-21writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb_bdi_destroy()Tejun Heo1-4/+6
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo1-1/+11
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo1-1/+13
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-08-18blkcg: rename subsystem name from blkio to ioTejun Heo1-2/+2
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner1-4/+4
2015-07-02writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo1-6/+16
2015-07-02writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo1-41/+46
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-126/+508
2015-06-04bdi: fix wrong error return value in cgwb_create()Tejun Heo1-1/+3
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo1-30/+0
2015-06-02writeback: implement memcg wb_domainTejun Heo1-1/+8
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo1-3/+3
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo1-0/+1
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo1-5/+0
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo1-1/+1
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo1-11/+11
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo1-0/+397
2015-06-02bdi: separate out congested state into a separate structTejun Heo1-2/+5
2015-06-02writeback: add @gfp to wb_init()Tejun Heo1-4/+5
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo1-0/+1
2015-06-02writeback: reorganize mm/backing-dev.cTejun Heo1-87/+87
2015-06-02writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo1-31/+28