summaryrefslogtreecommitdiff
path: root/include/linux/backing-dev.h
AgeCommit message (Expand)Author
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
2011-07-09writeback: account per-bdi accumulated written pagesJan Kara
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig
2011-03-10block: remove per-queue pluggingJens Axboe
2010-10-26mm: declare some external symbolsNamhyung Kim
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman
2010-08-12mm: fix writeback_in_progress()Jan Kara
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy
2010-08-07writeback: move last_active to bdiArtem Bityutskiy
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig
2010-08-07writeback: remove wb_listChristoph Hellwig
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe
2010-04-25Catch filesystems lacking s_bdiJörn Engel
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett
2009-10-29block: move bdi/address_space unplug functions to backing-dev.hJens Axboe
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe
2009-09-16writeback: use RCU to protect bdi_listJens Axboe