aboutsummaryrefslogtreecommitdiffstats
path: root/mm/backing-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang1-14/+3
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-4/+17
2011-05-20backing-dev: Kill set but not used var in bdi_debug_stats_show()Gustavo F. Padovan1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+4
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-4/+4
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-6/+0
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra1-1/+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-2/+59
2010-10-26writeback: account for time spent congestion_waitedMel Gorman1-0/+5
2010-10-25fs: inode split IO and LRU listsNick Piggin1-3/+3
2010-09-22bdi: Initialize noop_backing_dev_info properlyJan Kara1-0/+2
2010-08-27writeback: do not lose wakeup events when forking bdi threadsArtem Bityutskiy1-2/+5
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang1-1/+2
2010-08-07writeback: fix bad _bh spinlock nestingJens Axboe1-2/+3
2010-08-07writeback: cleanup bdi_registerArtem Bityutskiy1-19/+11
2010-08-07writeback: add new tracepointsArtem Bityutskiy1-0/+2
2010-08-07writeback: remove unnecessary init_timer callArtem Bityutskiy1-1/+0
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy1-16/+57
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy1-3/+10
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy1-11/+58
2010-08-07writeback: restructure bdi forker loop a littleArtem Bityutskiy1-30/+39
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy1-21/+10
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy1-64/+18
2010-08-07writeback: do not lose wake-ups in the forker thread - 2Artem Bityutskiy1-0/+4
2010-08-07writeback: do not lose wake-ups in the forker thread - 1Artem Bityutskiy1-2/+1
2010-08-07writeback: fix possible race when creating bdi threadsArtem Bityutskiy1-17/+11
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy1-13/+13
2010-08-07writeback: Initial tracing supportDave Chinner1-0/+3
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig1-43/+1
2010-08-07writeback: remove wb_listChristoph Hellwig1-54/+29
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-11/+3
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-2/+1
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe1-5/+10
2010-04-25Catch filesystems lacking s_bdiJörn Engel1-0/+5
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe1-0/+29
2010-04-02backing-dev: Handle class_create() failureAnton Blanchard1-0/+3
2009-12-03flusher: Fix PF_FROZEN raceOGAWA Hirofumi1-1/+1
2009-11-12Thaw refrigerated bdi flusher threads before invoking kthread_stop on themRomit Dasgupta1-2/+6
2009-11-03backing-dev: bdi sb prune should be in the unregister path, not destroyJens Axboe1-1/+2
2009-10-29backing-dev: ensure that a removed bdi no longer has super_block referencing itJens Axboe1-0/+16
2009-10-09writeback: kill space in debugfs item nameWu Fengguang1-1/+1
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Jens Axboe1-1/+13
2009-09-16writeback: use RCU to protect bdi_listJens Axboe1-21/+55
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe1-0/+7
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-11writeback: add some debug inode list counters to bdi statsJens Axboe1-4/+34
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-18/+323