summaryrefslogtreecommitdiff
path: root/include/linux/backing-dev.h
AgeCommit message (Expand)Author
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
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-06backing-dev: kill unused pdflush_proc_obsolete()Jens Axboe
2017-10-03writeback: make wb_start_writeback() staticJens Axboe
2017-10-03writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov
2017-07-10include/linux/backing-dev.h: simplify wb_stat_sumNikolay Borisov
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara
2017-04-20block: Remove unused functionsJan Kara
2017-04-20bdi: Provide bdi_register_va() and bdi_alloc()Jan Kara
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo
2015-09-24cgroup: Merge branch 'for-4.3-fixes' into for-4.4Tejun Heo
2015-09-24cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo
2015-08-18blkcg: rename subsystem name from blkio to ioTejun Heo
2015-08-18writeback: bdi_for_each_wb() iteration is memcg ID based not blkcgTejun Heo
2015-07-02writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo
2015-06-02writeback: add lockdep annotation to inode_to_wb()Tejun Heo
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2015-06-02buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo
2015-06-02writeback: implement bdi_for_each_wb()Tejun Heo
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo