aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backing-dev-defs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara1-1/+1
2017-03-22bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara1-1/+0
2017-03-22bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara1-0/+1
2017-03-22bdi: Mark congested->bdi as internalJan Kara1-1/+3
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara1-0/+2
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2016-12-12include/linux/backing-dev-defs.h: shrink struct backing_dev_infoAndrew Morton1-1/+1
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe1-0/+1
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe1-0/+2
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-0/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo1-0/+3
2015-07-02writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo1-2/+3
2015-06-02writeback: disassociate inodes from dying bdi_writebacksTejun Heo1-0/+16
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo1-0/+50
2015-06-02writeback: implement memcg wb_domainTejun Heo1-0/+1
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo1-0/+2
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo1-2/+6
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo1-0/+2
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo1-0/+1
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo1-2/+12
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo1-3/+56
2015-06-02bdi: separate out congested state into a separate structTejun Heo1-2/+12
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+106