aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/backing-dev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 updatesTejun 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 of backing_dev_infoTejun Heo1-1/+1
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_infoTejun 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_writebackTejun 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/vfsLinus 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