aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backing-dev.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik1-1/+1
2025-10-20fs: spell out fenced ->i_state accesses with explicit smp_wmb/smp_rmbMateusz Guzik1-2/+3
2025-08-27mm: remove BDI_CAP_WRITEBACK_ACCTJoanne Koong1-3/+1
2025-08-27fuse: use default writeback accountingJoanne Koong1-10/+0
2025-04-17writeback: fix false warning in inode_to_wb()Andreas Gruenbacher1-0/+1
2024-01-22writeback: move wb_wakeup_delayed defination to fs-writeback.cKemeng Shi1-1/+0
2023-08-21writeback: remove unused delaration of bdi_async_bio_wqXiu Jianfeng1-1/+0
2022-11-30mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch1-0/+1
2022-11-30mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch1-0/+1
2022-11-30mm: add bdi_set_min_bytes() functionStefan Roesch1-0/+1
2022-11-30mm: add bdi_get_min_bytes() functionStefan Roesch1-0/+1
2022-11-30mm: add bdi_set_max_bytes() functionStefan Roesch1-0/+1
2022-11-30mm: add bdi_get_max_bytes() functionStefan Roesch1-0/+1
2022-11-30mm: use part per 1000000 for bdi ratiosStefan Roesch1-0/+3
2022-11-30mm: add bdi_set_strict_limit() functionStefan Roesch1-0/+1
2022-07-29writeback: remove inode_to_wb_is_valid()Xiu Jianfeng1-17/+0
2022-07-17writeback: cleanup bdi_sched_wait()Xiu Jianfeng1-6/+0
2022-06-16init: Initialize noop_backing_dev_info earlyJan Kara1-0/+2
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig1-4/+2
2022-03-22remove congestion tracking frameworkNeilBrown1-2/+0
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-26/+0
2022-03-22remove inode_congested()NeilBrown1-22/+0
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/cg...Linus Torvalds1-3/+2
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo1-1/+5
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo1-63/+0
2015-09-24cgroup: Merge branch 'for-4.3-fixes' into for-4.4Tejun Heo1-2/+8
2015-09-24cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo1-2/+9
2015-08-18blkcg: rename subsystem name from blkio to ioTejun Heo1-1/+1
2015-08-18writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo1-12/+12
2015-07-02writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo1-1/+5
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-156/+401
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo1-1/+1
2015-06-02writeback: add lockdep annotation to inode_to_wb()Tejun Heo1-2/+32
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo1-0/+54
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo1-12/+0
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo1-82/+0
2015-06-02buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo1-0/+12
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo1-1/+1
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo1-1/+11
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo1-2/+2
2015-06-02writeback: implement bdi_for_each_wb()Tejun Heo1-0/+63
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo1-1/+9
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo1-5/+3
2015-06-02writeback: implement and use inode_congested()Tejun Heo1-0/+22
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo1-19/+26
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo1-0/+195
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo1-1/+31
2015-06-02bdi: separate out congested state into a separate structTejun Heo1-1/+1
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo1-2/+16
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-101/+1
2015-06-02writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo1-6/+6
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo1-10/+10
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo1-36/+32
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo1-12/+12
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown1-1/+0
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+1
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-0/+1
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-2/+4
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-29/+4
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig1-13/+0
2014-09-08bdi: reimplement bdev_inode_switch_bdi()Tejun Heo1-1/+0
2014-09-08bdi: remove unused stuffTejun Heo1-3/+0
2014-04-03bdi: avoid oops on device removalJan Kara1-1/+1
2013-11-08bdi: test bdi_init failureMikulas Patocka1-2/+2
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov1-0/+3
2013-04-01writeback: replace custom worker pool implementation with unbound workqueueTejun Heo1-10/+5
2013-04-01writeback: remove unused bdi_pending_listTejun Heo1-1/+0
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+6
2012-12-13bdi_register: add __printf verification, fix arg mismatchJoe Perches1-0/+1
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy1-1/+0
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-0/+3
2012-06-09block: Convert BDI proportion calculations to flexible proportionsJan Kara1-2/+2
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+2
2011-10-03writeback: stabilize bdi->dirty_ratelimitWu Fengguang1-0/+3
2011-10-03writeback: dirty rate controlWu Fengguang1-0/+7
2011-10-03writeback: account per-bdi accumulated dirtied pagesWu Fengguang1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang1-0/+5
2011-07-09writeback: account per-bdi accumulated written pagesJan Kara1-0/+1
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-0/+2
2011-03-10block: remove per-queue pluggingJens Axboe1-16/+0
2010-10-26mm: declare some external symbolsNamhyung Kim1-0/+1
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman1-1/+1
2010-08-12mm: fix writeback_in_progress()Jan Kara1-0/+1
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy1-0/+2
2010-08-07writeback: move last_active to bdiArtem Bityutskiy1-6/+7
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy1-1/+0
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy1-1/+1
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig1-1/+1
2010-08-07writeback: remove wb_listChristoph Hellwig1-4/+1
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-2/+0
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig1-2/+2
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe1-1/+1
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe1-0/+1
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe1-1/+1
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe1-0/+2
2010-04-25Catch filesystems lacking s_bdiJörn Engel1-0/+1
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe1-0/+1
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett1-0/+3
2009-10-29block: move bdi/address_space unplug functions to backing-dev.hJens Axboe1-0/+13
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe1-1/+2
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe1-1/+1
2009-09-16writeback: use RCU to protect bdi_listJens Axboe1-0/+1
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe1-0/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+2
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-7/+48
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe1-0/+9
2009-07-11Fix compile error due to congestion_wait() changesTrond Myklebust1-0/+5
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-3/+3
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe1-6/+6
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-0/+13
2008-04-30mm: bdi: export bdi_writeout_inc()Miklos Szeredi1-0/+2
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi1-20/+57
2008-04-30mm: bdi: move statistics to debugfsMiklos Szeredi1-0/+6
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra1-0/+2
2008-04-30mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra1-0/+4
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-0/+9
2008-04-29fs/fs-writeback.c: make 2 functions staticAdrian Bunk1-2/+0
2007-10-17mm: per device dirty thresholdPeter Zijlstra1-0/+4
2007-10-17mm: count writeback pages per BDIPeter Zijlstra1-0/+1
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra1-0/+1
2007-10-17mm: scalable bdi statistics countersPeter Zijlstra1-3/+82
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+8
2007-10-17nfs: remove congestion_end()Peter Zijlstra1-1/+0
2007-07-16remove mm/backing-dev.c:congestion_wait_interruptible()Adrian Bunk1-1/+0
2007-03-16[PATCH] nfs: fix congestion controlPeter Zijlstra1-0/+1
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-0/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+104