aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/backing-dev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 BDIs or if significant congestion is not being encountered in the current zoneMel 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