summaryrefslogtreecommitdiff
path: root/include/linux/backing-dev.h
AgeCommit message (Expand)Author
2023-08-21writeback: remove unused delaration of bdi_async_bio_wqXiu Jianfeng
2022-11-30mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch
2022-11-30mm: add bdi_set_min_bytes() functionStefan Roesch
2022-11-30mm: add bdi_get_min_bytes() functionStefan Roesch
2022-11-30mm: add bdi_set_max_bytes() functionStefan Roesch
2022-11-30mm: add bdi_get_max_bytes() functionStefan Roesch
2022-11-30mm: use part per 1000000 for bdi ratiosStefan Roesch
2022-11-30mm: add bdi_set_strict_limit() functionStefan Roesch
2022-07-29writeback: remove inode_to_wb_is_valid()Xiu Jianfeng
2022-07-17writeback: cleanup bdi_sched_wait()Xiu Jianfeng
2022-06-16init: Initialize noop_backing_dev_info earlyJan Kara
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig
2022-03-22remove congestion tracking frameworkNeilBrown
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown
2022-03-22remove inode_congested()NeilBrown
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-18mm/writeback: Rename __add_wb_stat() to wb_stat_mod()Matthew Wilcox (Oracle)
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03writeback: reliably update bandwidth estimationJan Kara
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig
2020-05-09bdi: simplify bdi_allocChristoph Hellwig
2020-05-09bdi: remove bdi_register_ownerChristoph Hellwig
2020-05-07bdi: move bdi_dev_name out of lineChristoph Hellwig
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o
2019-08-27writeback: Separate out wb_get_lookup() from wb_get_create()Tejun Heo
2019-08-27bdi: Add bdi->idTejun Heo
2019-08-27writeback: Generalize and expose wb_completionTejun Heo
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo
2019-03-05writeback: fix inode cgroup switching commentGreg Thelen
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior
2018-04-20writeback: safer lock nestingGreg Thelen
2018-04-13Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin
2018-04-10backing: silence compiler warning using __printfMathieu Malaterre
2018-01-18lockdep: Convert some users to constMatthew Wilcox
2017-11-15writeback: remove unused function parameterWang Long
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim