aboutsummaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2010-12-22writeback: do uninterruptible sleep in balance_dirty_pages()Wu Fengguang
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang
2010-10-26writeback: add nr_dirtied and nr_written to /proc/vmstatMichael Rubin
2010-10-26mm: add account_page_writeback()Michael Rubin
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-08-24writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner
2010-08-22mm: exporting account_page_dirtyMichael Rubin
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara
2010-08-14mm/page-writeback: fix non-kernel-doc function commentsRandy Dunlap
2010-08-12writeback: add comment to the dirty limit functionsWu Fengguang
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang
2010-08-12writeback: balance_dirty_pages(): reduce calls to global_page_stateWu Fengguang
2010-08-12mm: fix fatal kernel-doc errorRandy Dunlap
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-09mm: implement writeback livelock avoidance using page taggingJan Kara
2010-08-07writeback: Add tracing to write_cache_pagesDave Chinner
2010-08-07writeback: Add tracing to balance_dirty_pagesDave Chinner
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig
2010-06-08writeback: limit write_cache_pages integrity scanning to current EOFDave Chinner
2010-06-08writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe
2010-05-21writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang
2009-10-09writeback: account IO throttling wait as iowaitWu Fengguang
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang
2009-09-25writeback: balance_dirty_pages() shall write more than dirtied pagesWu Fengguang
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22mm: count only reclaimable lru pagesWu Fengguang
2009-09-21writeback: make balance_dirty_pages() gradually back more offJens Axboe
2009-09-21writeback: don't use schedule_timeout() without setting runstateJens Axboe
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe
2009-09-16writeback: use RCU to protect bdi_listJens Axboe
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe
2009-09-16HWPOISON: shmem: call set_page_dirty() with locked pageWu Fengguang
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
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-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-07-04Merge branch 'master' into for-nextTejun Heo
2009-06-30mm: prevent balance_dirty_pages() from doing too much workRichard Kennedy