summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | writeback: separate starting of sync vs opportunistic writebackJens Axboe2009-09-161-10/+2
* | writeback: use RCU to protect bdi_listJens Axboe2009-09-161-4/+4
* | writeback: get rid of wbc->for_writepagesJens Axboe2009-09-161-2/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-2/+3
|\
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-4/+4
| |\
| * \ Merge branch 'master' into for-nextTejun Heo2009-07-041-1/+4
| |\ \
| * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-241-2/+3
* | | | writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-111-151/+28
* | | | writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2009-09-111-7/+4
| |_|/ |/| |
* | | Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-4/+4
| |/ |/|
* | mm: prevent balance_dirty_pages() from doing too much workRichard Kennedy2009-06-301-1/+4
|/
* mm/page-writeback.c: dirty limit type should be unsigned longH Hartley Sweeten2009-06-161-9/+10
* page-writeback: fix the calculation of the oldest_jif in wb_kupdate()Toshiyuki Okajima2009-05-171-3/+3
* mm: fix proc_dointvec_userhz_jiffies "breakage"Alexey Dobriyan2009-04-011-9/+11
* vfs: add/use account_page_dirtied()Edward Shishkin2009-04-011-7/+15
* writeback: double the dirty thresholdsWu Fengguang2009-03-261-2/+2
* mm: task dirty accounting fixNick Piggin2009-02-181-10/+3
* Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin2009-02-121-1/+1
* writeback: fix break conditionFederico Cuello2009-02-111-13/+16
* mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener2009-02-111-1/+1
* write-back: fix nr_to_write counterArtem Bityutskiy2009-02-031-6/+15
* mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes2009-01-061-16/+86
* mm: change dirty limit type specifiers to unsigned longDavid Rientjes2009-01-061-11/+11
* mm: write_cache_pages more terminate quicklyAndrew Morton2009-01-061-1/+4
* mm: write_cache_pages terminate quicklyNick Piggin2009-01-061-16/+16
* mm: write_cache_pages optimise page cleaningNick Piggin2009-01-061-4/+13
OpenPOWER on IntegriCloud