aboutsummaryrefslogtreecommitdiff
path: root/mm/backing-dev.c
AgeCommit message (Expand)Author
2012-02-01backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo
2011-11-11backing-dev: ensure wakeup_timer is deletedRabin Vincent
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fixAndrew Morton
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-09-02mm: Add comment explaining task state setting in bdi_forker_thread()Jan Kara
2011-09-02mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread()Jan Kara
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra
2011-07-23backing-dev: use synchronize_rcu_expedited instead of synchronize_rcuMikulas Patocka
2011-07-09writeback: show bdi write bandwidth in debugfsWu Fengguang
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang
2011-07-09writeback: account per-bdi accumulated written pagesJan Kara
2011-07-09writeback: make writeback_control.nr_to_write straightWu Fengguang
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig
2011-05-20backing-dev: Kill set but not used var in bdi_debug_stats_show()Gustavo F. Padovan
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
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