aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backing-dev-defs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29bdi: remove enum wb_congested_stateXiu Jianfeng1-7/+0
2022-03-22remove congestion tracking frameworkNeilBrown1-8/+0
2021-11-06mm: simplify bdi refcountingChristoph Hellwig1-0/+3
2021-09-03writeback: fix bandwidth estimate for spiky workloadJan Kara1-0/+1
2021-09-03writeback: track number of inodes under writebackJan Kara1-0/+1
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin1-0/+1
2021-06-29writeback, cgroup: support switching multiple inodes at onceRoman Gushchin1-2/+16
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin1-0/+1
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-4/+0
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig1-24/+1
2020-07-08writeback: remove {set,clear}_wb_congestedChristoph Hellwig1-12/+2
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig1-2/+0
2020-05-09bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig1-0/+1
2020-04-17buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu1-1/+0
2019-08-27writeback, memcg: Implement foreign dirty flushingTejun Heo1-0/+1
2019-08-27bdi: Add bdi->idTejun Heo1-0/+2
2019-08-27writeback: Generalize and expose wb_completionTejun Heo1-0/+20
2019-06-03backing-dev: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+0
2019-01-22writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-0/+1
2018-12-28writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell1-0/+8
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior1-1/+2
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara1-1/+1
2018-04-20writeback: safer lock nestingGreg Thelen1-0/+5
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+24
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe1-0/+23
2017-10-03writeback: only allow one inflight and pending full flushJens Axboe1-0/+1
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