summaryrefslogtreecommitdiff
path: root/include/linux/backing-dev-defs.h
AgeCommit message (Expand)Author
2021-11-06mm: simplify bdi refcountingChristoph Hellwig
2021-09-03writeback: fix bandwidth estimate for spiky workloadJan Kara
2021-09-03writeback: track number of inodes under writebackJan Kara
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin
2021-06-29writeback, cgroup: support switching multiple inodes at onceRoman Gushchin
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig
2020-07-08writeback: remove {set,clear}_wb_congestedChristoph Hellwig
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig
2020-05-09bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig
2020-04-17buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason.Zhiqiang Liu
2019-08-27writeback, memcg: Implement foreign dirty flushingTejun Heo
2019-08-27bdi: Add bdi->idTejun Heo
2019-08-27writeback: Generalize and expose wb_completionTejun Heo
2019-06-03backing-dev: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-22writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo
2018-12-28writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara
2018-04-20writeback: safer lock nestingGreg Thelen
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04writeback: eliminate work item allocation in bd_start_writeback()Jens Axboe
2017-10-03writeback: only allow one inflight and pending full flushJens Axboe
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara
2017-03-22bdi: Do not wait for cgwbs release in bdi_unregister()Jan Kara
2017-03-22bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()Jan Kara
2017-03-22bdi: Mark congested->bdi as internalJan Kara
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-12include/linux/backing-dev-defs.h: shrink struct backing_dev_infoAndrew Morton
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo
2015-07-02writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo
2015-06-02writeback: disassociate inodes from dying bdi_writebacksTejun Heo
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2015-06-02writeback: implement memcg wb_domainTejun Heo
2015-06-02writeback: implement bdi_wait_for_completion()Tejun 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: make congestion functions per 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: separate out include/linux/backing-dev-defs.hTejun Heo