aboutsummaryrefslogtreecommitdiff
path: root/mm/backing-dev.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2010-10-26kernel: remove PF_FLUSHERGravatar Peter Zijlstra 1-1/+1
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Gravatar Mel Gorman 1-2/+59
2010-10-26writeback: account for time spent congestion_waitedGravatar Mel Gorman 1-0/+5
2010-10-25fs: inode split IO and LRU listsGravatar Nick Piggin 1-3/+3
2010-09-22bdi: Initialize noop_backing_dev_info properlyGravatar Jan Kara 1-0/+2
2010-08-27writeback: do not lose wakeup events when forking bdi threadsGravatar Artem Bityutskiy 1-2/+5
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsGravatar Wu Fengguang 1-1/+2
2010-08-07writeback: fix bad _bh spinlock nestingGravatar Jens Axboe 1-2/+3
2010-08-07writeback: cleanup bdi_registerGravatar Artem Bityutskiy 1-19/+11
2010-08-07writeback: add new tracepointsGravatar Artem Bityutskiy 1-0/+2
2010-08-07writeback: remove unnecessary init_timer callGravatar Artem Bityutskiy 1-1/+0
2010-08-07writeback: optimize periodic bdi thread wakeupsGravatar Artem Bityutskiy 1-16/+57
2010-08-07writeback: prevent unnecessary bdi threads wakeupsGravatar Artem Bityutskiy 1-3/+10
2010-08-07writeback: move bdi threads exiting logic to the forker threadGravatar Artem Bityutskiy 1-11/+58
2010-08-07writeback: restructure bdi forker loop a littleGravatar Artem Bityutskiy 1-30/+39
2010-08-07writeback: do not remove bdi from bdi_listGravatar Artem Bityutskiy 1-21/+10
2010-08-07writeback: simplify bdi code a littleGravatar Artem Bityutskiy 1-64/+18
2010-08-07writeback: do not lose wake-ups in the forker thread - 2Gravatar Artem Bityutskiy 1-0/+4
2010-08-07writeback: do not lose wake-ups in the forker thread - 1Gravatar Artem Bityutskiy 1-2/+1
2010-08-07writeback: fix possible race when creating bdi threadsGravatar Artem Bityutskiy 1-17/+11
2010-08-07writeback: harmonize writeback threads namingGravatar Artem Bityutskiy 1-13/+13
2010-08-07writeback: Initial tracing supportGravatar Dave Chinner 1-0/+3
2010-08-07writeback: merge bdi_writeback_task and bdi_start_fnGravatar Christoph Hellwig 1-43/+1
2010-08-07writeback: remove wb_listGravatar Christoph Hellwig 1-54/+29
2010-07-06writeback: simplify the write back thread queueGravatar Christoph Hellwig 1-11/+3
2010-07-06writeback: remove writeback_inodes_wbcGravatar Christoph Hellwig 1-2/+1
2010-05-21writeback: fixups for !dirty_writeback_centisecsGravatar Jens Axboe 1-5/+10
2010-04-25Catch filesystems lacking s_bdiGravatar Jörn Engel 1-0/+5
2010-04-22bdi: add helper function for doing init and register of a bdi for a file systemGravatar Jens Axboe 1-0/+29
2010-04-02backing-dev: Handle class_create() failureGravatar Anton Blanchard 1-0/+3
2009-12-03flusher: Fix PF_FROZEN raceGravatar OGAWA Hirofumi 1-1/+1
2009-11-12Thaw refrigerated bdi flusher threads before invoking kthread_stop on themGravatar Romit Dasgupta 1-2/+6
2009-11-03backing-dev: bdi sb prune should be in the unregister path, not destroyGravatar Jens Axboe 1-1/+2
2009-10-29backing-dev: ensure that a removed bdi no longer has super_block referencing itGravatar Jens Axboe 1-0/+16
2009-10-09writeback: kill space in debugfs item nameGravatar Wu Fengguang 1-1/+1
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Gravatar Jens Axboe 1-1/+13
2009-09-16writeback: use RCU to protect bdi_listGravatar Jens Axboe 1-21/+55
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyGravatar Jens Axboe 1-0/+7
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-09-11writeback: add some debug inode list counters to bdi statsGravatar Jens Axboe 1-4/+34
2009-09-11writeback: switch to per-bdi threads for flushing dataGravatar Jens Axboe 1-18/+323
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoGravatar Jens Axboe 1-0/+24
2009-07-10Fix congestion_wait() sync/async vs read/write confusionGravatar Jens Axboe 1-4/+3
2009-04-06block: change the request allocation/congestion logic to be sync/async basedGravatar Jens Axboe 1-5/+5
2009-03-26Move the default_backing_dev_info out of readahead.c and into backing-dev.cGravatar Jens Axboe 1-1/+25
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2009-01-06mm: change dirty limit type specifiers to unsigned longGravatar David Rientjes 1-3/+3
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Gravatar Ingo Molnar 1-1/+1
2008-12-29locking, percpu counters: introduce separate lock classesGravatar Peter Zijlstra 1-1/+1