aboutsummaryrefslogtreecommitdiff
path: root/include/linux/backing-dev.h
AgeCommit message (Expand)Author
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
2015-06-02writeback: implement and use inode_congested()Tejun Heo
2015-06-02writeback: make congestion functions per bdi_writebackTejun Heo
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo
2015-06-02bdi: separate out congested state into a separate structTejun Heo
2015-06-02bdi: make inode_to_bdi() inlineTejun Heo
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writebackTejun Heo
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo
2015-06-02writeback: move backing_dev_info->bdi_stat[] into bdi_writebackTejun Heo
2015-06-02writeback: move backing_dev_info->state into bdi_writebackTejun Heo
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig
2014-09-08bdi: reimplement bdev_inode_switch_bdi()Tejun Heo
2014-09-08bdi: remove unused stuffTejun Heo
2014-04-03bdi: avoid oops on device removalJan Kara
2013-11-08bdi: test bdi_init failureMikulas Patocka
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov
2013-04-01writeback: replace custom worker pool implementation with unbound workqueueTejun Heo
2013-04-01writeback: remove unused bdi_pending_listTejun Heo
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong
2012-12-13bdi_register: add __printf verification, fix arg mismatchJoe Perches
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li
2012-06-09block: Convert BDI proportion calculations to flexible proportionsJan Kara
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth
2011-10-03writeback: stabilize bdi->dirty_ratelimitWu Fengguang
2011-10-03writeback: dirty rate controlWu Fengguang
2011-10-03writeback: account per-bdi accumulated dirtied pagesWu Fengguang
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang