aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2011-10-031-2/+2
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+8
|\
| * mm: make generic_writepages() use pluggingShaohua Li2011-03-171-1/+7
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+1
* | writeback: make mapping->writeback_index to point to the last written pageJun'ichi Nomura2011-03-221-1/+2
* | mm: reclaim invalidated page ASAPMinchan Kim2011-03-221-1/+11
|/
* writeback: avoid unnecessary determine_dirtyable_memory callMinchan Kim2011-01-131-1/+4
* mm/page-writeback.c: fix __set_page_dirty_no_writeback() return valueBob Liu2011-01-131-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * writeback: fix global_dirty_limits comment runtime -> real-timeMinchan Kim2011-01-041-1/+1
* | writeback: do uninterruptible sleep in balance_dirty_pages()Wu Fengguang2010-12-221-1/+1
|/
* writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang2010-10-261-11/+5
* writeback: add nr_dirtied and nr_written to /proc/vmstatMichael Rubin2010-10-261-0/+2
* mm: add account_page_writeback()Michael Rubin2010-10-261-1/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-08-281-0/+1
|\
| * mm: exporting account_page_dirtyMichael Rubin2010-08-221-0/+1
* | writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner2010-08-241-16/+10
* | lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara2010-08-201-1/+2
* | mm/page-writeback: fix non-kernel-doc function commentsRandy Dunlap2010-08-141-2/+2
* | writeback: add comment to the dirty limit functionsWu Fengguang2010-08-121-3/+28
* | writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang2010-08-121-37/+38
* | writeback: balance_dirty_pages(): reduce calls to global_page_stateWu Fengguang2010-08-121-62/+33
* | mm: fix fatal kernel-doc errorRandy Dunlap2010-08-121-1/+1
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-0/+5
|\ \
| * | writeback: Add tracing to write_cache_pagesDave Chinner2010-08-071-0/+1
| * | writeback: Add tracing to balance_dirty_pagesDave Chinner2010-08-071-0/+4
| |/
* | mm: implement writeback livelock avoidance using page taggingJan Kara2010-08-091-17/+53
|/
* writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-061-2/+1
* writeback: simplify and split bdi_start_writebackChristoph Hellwig2010-06-111-3/+2
* writeback: limit write_cache_pages integrity scanning to current EOFDave Chinner2010-06-081-0/+15
* writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2010-06-081-10/+5
* Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-011-2/+2
* writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe2010-05-211-1/+1
* writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe2010-05-211-0/+2
* writeback: fixups for !dirty_writeback_centisecsJens Axboe2010-05-211-0/+1
* writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2010-05-171-2/+2
* laptop-mode: Make flushes per-deviceMatthew Garrett2010-04-061-19/+20
* writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-12/+0
* writeback: account IO throttling wait as iowaitWu Fengguang2009-10-091-1/+2
* writeback: pass in super_block to bdi_start_writeback()Jens Axboe2009-09-261-1/+1
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-251-13/+17
|\
| * writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-251-4/+4
| * writeback: stop background writeback when below background thresholdWu Fengguang2009-09-251-3/+3
| * writeback: balance_dirty_pages() shall write more than dirtied pagesWu Fengguang2009-09-251-6/+10
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+7
|\ \
| * | HWPOISON: shmem: call set_page_dirty() with locked pageWu Fengguang2009-09-161-0/+7
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-10/+10
| |/ |/|
* | mm: count only reclaimable lru pagesWu Fengguang2009-09-221-2/+3
* | writeback: make balance_dirty_pages() gradually back more offJens Axboe2009-09-211-1/+10
* | writeback: don't use schedule_timeout() without setting runstateJens Axboe2009-09-211-1/+1