summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
AgeCommit message (Expand)AuthorLines
2010-05-21writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe-1/+1
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe-0/+2
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe-0/+1
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe-2/+2
2010-04-06laptop-mode: Make flushes per-deviceMatthew Garrett-19/+20
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang-12/+0
2009-10-09writeback: account IO throttling wait as iowaitWu Fengguang-1/+2
2009-09-26writeback: pass in super_block to bdi_start_writeback()Jens Axboe-1/+1
2009-09-25Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-13/+17
2009-09-25writeback: get rid to incorrect references to pdflush in commentsJens Axboe-4/+4
2009-09-25writeback: stop background writeback when below background thresholdWu Fengguang-3/+3
2009-09-25writeback: balance_dirty_pages() shall write more than dirtied pagesWu Fengguang-6/+10
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds-0/+7
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-10/+10
2009-09-22mm: count only reclaimable lru pagesWu Fengguang-2/+3
2009-09-21writeback: make balance_dirty_pages() gradually back more offJens Axboe-1/+10
2009-09-21writeback: don't use schedule_timeout() without setting runstateJens Axboe-1/+1
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe-10/+2
2009-09-16writeback: use RCU to protect bdi_listJens Axboe-4/+4
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe-2/+0
2009-09-16HWPOISON: shmem: call set_page_dirty() with locked pageWu Fengguang-0/+7
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-2/+3
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe-151/+28
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe-7/+4
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo-4/+4
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe-4/+4
2009-07-04Merge branch 'master' into for-nextTejun Heo-1/+4
2009-06-30mm: prevent balance_dirty_pages() from doing too much workRichard Kennedy-1/+4
2009-06-24percpu: clean up percpu variable definitionsTejun Heo-2/+3
2009-06-16mm/page-writeback.c: dirty limit type should be unsigned longH Hartley Sweeten-9/+10
2009-05-17page-writeback: fix the calculation of the oldest_jif in wb_kupdate()Toshiyuki Okajima-3/+3
2009-04-01mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan-9/+11
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin-7/+15
2009-03-26writeback: double the dirty thresholdsWu Fengguang-2/+2
2009-02-18mm: task dirty accounting fixNick Piggin-10/+3
2009-02-12Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin-1/+1
2009-02-11writeback: fix break conditionFederico Cuello-13/+16
2009-02-11mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener-1/+1
2009-02-03write-back: fix nr_to_write counterArtem Bityutskiy-6/+15
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes-16/+86
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes-11/+11
2009-01-06mm: write_cache_pages more terminate quicklyAndrew Morton-1/+4
2009-01-06mm: write_cache_pages terminate quicklyNick Piggin-16/+16
2009-01-06mm: write_cache_pages optimise page cleaningNick Piggin-4/+13
2009-01-06mm: write_cache_pages cleanupsNick Piggin-12/+22
2009-01-06mm: write_cache_pages integrity fixNick Piggin-2/+4
2009-01-06mm: write_cache_pages writepage error fixNick Piggin-6/+20
2009-01-06mm: write_cache_pages early loop terminationNick Piggin-1/+5
2009-01-06mm: write_cache_pages cyclic fixNick Piggin-7/+18
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel-6/+2