aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backing-dev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman1-1/+0
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+3
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-15/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-1/+2
2021-10-18mm/writeback: Rename __add_wb_stat() to wb_stat_mod()Matthew Wilcox (Oracle)1-3/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+19
2021-09-03writeback: reliably update bandwidth estimationJan Kara1-0/+19
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-1/+1
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-38/+10
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig1-10/+3
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-6/+0
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-9/+0
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig1-5/+3
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-4/+0
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig1-17/+1
2020-05-09bdi: simplify bdi_allocChristoph Hellwig1-5/+1
2020-05-09bdi: remove bdi_register_ownerChristoph Hellwig1-1/+1
2020-05-07bdi: move bdi_dev_name out of lineChristoph Hellwig1-8/+1
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o1-0/+10
2019-08-27writeback: Separate out wb_get_lookup() from wb_get_create()Tejun Heo1-0/+2
2019-08-27bdi: Add bdi->idTejun Heo1-0/+1
2019-08-27writeback: Generalize and expose wb_completionTejun Heo1-0/+2
2019-07-10blkcg: implement REQ_CGROUP_PUNTTejun Heo1-0/+1
2019-03-05writeback: fix inode cgroup switching commentGreg Thelen1-1/+1
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior1-2/+2
2018-04-20writeback: safer lock nestingGreg Thelen1-14/+16
2018-04-13Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-7/+7
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin1-1/+1
2018-04-10backing: silence compiler warning using __printfMathieu Malaterre1-0/+1
2018-01-18lockdep: Convert some users to constMatthew Wilcox1-1/+1
2017-11-15writeback: remove unused function parameterWang Long1-1/+1
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim1-0/+8
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-06backing-dev: kill unused pdflush_proc_obsolete()Jens Axboe1-2/+0
2017-10-03writeback: make wb_start_writeback() staticJens Axboe1-2/+0
2017-10-03writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe1-1/+1
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-22/+2
2017-07-10include/linux/backing-dev.h: simplify wb_stat_sumNikolay Borisov1-14/+1
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-1/+1
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-5/+4
2017-04-20block: Remove unused functionsJan Kara1-5/+0
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara1-0/+6
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara1-1/+1
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara1-1/+9
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-0/+1
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-1/+1
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+2