aboutsummaryrefslogtreecommitdiff
path: root/include/linux/backing-dev.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-08bdi: reimplement bdev_inode_switch_bdi()Gravatar Tejun Heo 1-1/+0
2014-09-08bdi: remove unused stuffGravatar Tejun Heo 1-3/+0
2014-04-03bdi: avoid oops on device removalGravatar Jan Kara 1-1/+1
2013-11-08bdi: test bdi_init failureGravatar Mikulas Patocka 1-2/+2
2013-09-11mm/page-writeback.c: add strictlimit featureGravatar Maxim Patlasov 1-0/+3
2013-04-01writeback: replace custom worker pool implementation with unbound workqueueGravatar Tejun Heo 1-10/+5
2013-04-01writeback: remove unused bdi_pending_listGravatar Tejun Heo 1-1/+0
2013-02-21bdi: allow block devices to say that they require stable page writesGravatar Darrick J. Wong 1-0/+6
2012-12-13bdi_register: add __printf verification, fix arg mismatchGravatar Joe Perches 1-0/+1
2012-08-04vfs: kill write_super and sync_supersGravatar Artem Bityutskiy 1-1/+0
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsGravatar Wanpeng Li 1-0/+3
2012-06-09block: Convert BDI proportion calculations to flexible proportionsGravatar Jan Kara 1-2/+2
2011-10-31writeback: Add a 'reason' to wb_writeback_workGravatar Curt Wohlgemuth 1-1/+2
2011-10-03writeback: stabilize bdi->dirty_ratelimitGravatar Wu Fengguang 1-0/+3
2011-10-03writeback: dirty rate controlGravatar Wu Fengguang 1-0/+7
2011-10-03writeback: account per-bdi accumulated dirtied pagesGravatar Wu Fengguang 1-0/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-09writeback: bdi write bandwidth estimationGravatar Wu Fengguang 1-0/+5
2011-07-09writeback: account per-bdi accumulated written pagesGravatar Jan Kara 1-0/+1
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockGravatar Christoph Hellwig 1-0/+2
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-16/+0
2010-10-26mm: declare some external symbolsGravatar Namhyung Kim 1-0/+1
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Gravatar Mel Gorman 1-1/+1
2010-08-12mm: fix writeback_in_progress()Gravatar Jan Kara 1-0/+1
2010-08-07writeback: optimize periodic bdi thread wakeupsGravatar Artem Bityutskiy 1-0/+2
2010-08-07writeback: move last_active to bdiGravatar Artem Bityutskiy 1-6/+7
2010-08-07writeback: simplify bdi code a littleGravatar Artem Bityutskiy 1-1/+0
2010-08-07writeback: harmonize writeback threads namingGravatar Artem Bityutskiy 1-1/+1
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnGravatar Christoph Hellwig 1-1/+1
2010-08-07writeback: remove wb_listGravatar Christoph Hellwig 1-4/+1
2010-07-06writeback: simplify the write back thread queueGravatar Christoph Hellwig 1-2/+0
2010-06-11writeback: simplify and split bdi_start_writebackGravatar Christoph Hellwig 1-2/+2
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Gravatar Jens Axboe 1-1/+1
2010-05-21writeback: fixups for !dirty_writeback_centisecsGravatar Jens Axboe 1-0/+1
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountGravatar Jens Axboe 1-1/+1
2010-04-29Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 1-0/+2
2010-04-25Catch filesystems lacking s_bdiGravatar Jörn Engel 1-0/+1
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemGravatar Jens Axboe 1-0/+1
2010-04-06laptop-mode: Make flushes per-deviceGravatar Matthew Garrett 1-0/+3
2009-10-29block: move bdi/address_space unplug functions to backing-dev.hGravatar Jens Axboe 1-0/+13
2009-09-26writeback: pass in super_block to bdi_start_writeback()Gravatar Jens Axboe 1-1/+2
2009-09-16writeback: separate starting of sync vs opportunistic writebackGravatar Jens Axboe 1-1/+1
2009-09-16writeback: use RCU to protect bdi_listGravatar Jens Axboe 1-0/+1
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyGravatar Jens Axboe 1-0/+1
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+2
2009-09-11writeback: switch to per-bdi threads for flushing dataGravatar Jens Axboe 1-7/+48
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoGravatar Jens Axboe 1-0/+9
2009-07-11Fix compile error due to congestion_wait() changesGravatar Trond Myklebust 1-0/+5
2009-07-10Fix congestion_wait() sync/async vs read/write confusionGravatar Jens Axboe 1-3/+3
2009-04-06block: change the request allocation/congestion logic to be sync/async basedGravatar Jens Axboe 1-6/+6