aboutsummaryrefslogtreecommitdiffstats
path: root/mm/backing-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+11
2012-12-17Revert "bdi: add a user-tunable cpu_list for the bdi flusher threads"Linus Torvalds1-84/+0
2012-12-05bdi: add a user-tunable cpu_list for the bdi flusher threadsJeff Moyer1-0/+84
2012-08-25backing-dev: use kstrto* in preference to simple_strtoulNamjae Jeon1-24/+26
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy1-52/+0
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-0/+20
2012-06-09block: Convert BDI proportion calculations to flexible proportionsJan Kara1-3/+3
2012-02-01backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent1-5/+18
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo1-6/+2
2011-11-11backing-dev: ensure wakeup_timer is deletedRabin Vincent1-0/+8
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+6
2011-10-31mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fixAndrew Morton1-3/+2
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+2
2011-10-03writeback: stabilize bdi->dirty_ratelimitWu Fengguang1-0/+1
2011-10-03writeback: dirty rate controlWu Fengguang1-0/+1
2011-10-03writeback: account per-bdi accumulated dirtied pagesWu Fengguang1-0/+2
2011-09-02mm: Add comment explaining task state setting in bdi_forker_thread()Jan Kara1-0/+7
2011-09-02mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread()Jan Kara1-9/+14
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds1-30/+52
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-0/+1
2011-07-25mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra1-0/+1
2011-07-23backing-dev: use synchronize_rcu_expedited instead of synchronize_rcuMikulas Patocka1-1/+1
2011-07-09writeback: show bdi write bandwidth in debugfsWu Fengguang1-11/+13
2011-07-09writeback: bdi write bandwidth estimationWu Fengguang1-0/+12
2011-07-09writeback: account per-bdi accumulated written pagesJan Kara1-2/+8
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