aboutsummaryrefslogtreecommitdiff
path: root/mm/backing-dev.c
AgeCommit message (Expand)Author
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman
2010-10-26writeback: account for time spent congestion_waitedMel Gorman
2010-10-25fs: inode split IO and LRU listsNick Piggin
2010-09-22bdi: Initialize noop_backing_dev_info properlyJan Kara
2010-08-27writeback: do not lose wakeup events when forking bdi threadsArtem Bityutskiy
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang
2010-08-07writeback: fix bad _bh spinlock nestingJens Axboe
2010-08-07writeback: cleanup bdi_registerArtem Bityutskiy
2010-08-07writeback: add new tracepointsArtem Bityutskiy
2010-08-07writeback: remove unnecessary init_timer callArtem Bityutskiy
2010-08-07writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy
2010-08-07writeback: prevent unnecessary bdi threads wakeupsArtem Bityutskiy
2010-08-07writeback: move bdi threads exiting logic to the forker threadArtem Bityutskiy
2010-08-07writeback: restructure bdi forker loop a littleArtem Bityutskiy
2010-08-07writeback: do not remove bdi from bdi_listArtem Bityutskiy
2010-08-07writeback: simplify bdi code a littleArtem Bityutskiy
2010-08-07writeback: do not lose wake-ups in the forker thread - 2Artem Bityutskiy
2010-08-07writeback: do not lose wake-ups in the forker thread - 1Artem Bityutskiy
2010-08-07writeback: fix possible race when creating bdi threadsArtem Bityutskiy
2010-08-07writeback: harmonize writeback threads namingArtem Bityutskiy
2010-08-07writeback: Initial tracing supportDave Chinner
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-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens 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-02backing-dev: Handle class_create() failureAnton Blanchard
2009-12-03flusher: Fix PF_FROZEN raceOGAWA Hirofumi
2009-11-12Thaw refrigerated bdi flusher threads before invoking kthread_stop on themRomit Dasgupta
2009-11-03backing-dev: bdi sb prune should be in the unregister path, not destroyJens Axboe
2009-10-29backing-dev: ensure that a removed bdi no longer has super_block referencing itJens Axboe
2009-10-09writeback: kill space in debugfs item nameWu Fengguang
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Jens Axboe
2009-09-16writeback: use RCU to protect bdi_listJens Axboe
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-09-11writeback: add some debug inode list counters to bdi statsJens Axboe
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe
2009-03-26Move the default_backing_dev_info out of readahead.c and into backing-dev.cJens Axboe
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar
2008-12-29locking, percpu counters: introduce separate lock classesPeter Zijlstra