summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* writeback: use RCU to protect bdi_listJens Axboe2009-09-161-4/+4
* writeback: get rid of wbc->for_writepagesJens Axboe2009-09-161-2/+0Star
* 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/+28Star
* | | | writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2009-09-111-7/+4Star
| |_|/ |/| |
* | | 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-07-011-1/+4
|/
* mm/page-writeback.c: dirty limit type should be unsigned longH Hartley Sweeten2009-06-171-9/+10
* page-writeback: fix the calculation of the oldest_jif in wb_kupdate()Toshiyuki Okajima2009-05-181-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-191-10/+3Star
* 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-041-6/+15
* mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes2009-01-071-16/+86
* mm: change dirty limit type specifiers to unsigned longDavid Rientjes2009-01-071-11/+11
* mm: write_cache_pages more terminate quicklyAndrew Morton2009-01-071-1/+4
* mm: write_cache_pages terminate quicklyNick Piggin2009-01-071-16/+16
* mm: write_cache_pages optimise page cleaningNick Piggin2009-01-071-4/+13
* mm: write_cache_pages cleanupsNick Piggin2009-01-071-12/+22
* mm: write_cache_pages integrity fixNick Piggin2009-01-071-2/+4
* mm: write_cache_pages writepage error fixNick Piggin2009-01-071-6/+20
* mm: write_cache_pages early loop terminationNick Piggin2009-01-071-1/+5
* mm: write_cache_pages cyclic fixNick Piggin2009-01-071-7/+18
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-6/+2Star
* vfs: Add no_nrwrite_index_update writeback control flagAneesh Kumar K.V2008-10-161-3/+7
* vfs: Remove the range_cont writeback mode.Aneesh Kumar K.V2008-10-141-2/+0Star
* Remove Andrew Morton's old email accountsFrancois Cami2008-10-161-1/+1
* mm: spinlock tree_lockNick Piggin2008-07-261-6/+6
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-07-151-0/+3
|\
| * mm: Add range_cont mode for writebackAneesh Kumar K.V2008-07-121-0/+3
* | ftrace: limit trace entriesSteven Rostedt2008-05-231-3/+7
|/
* mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2008-04-301-1/+2
* mm: bdi: export bdi_writeout_inc()Miklos Szeredi2008-04-301-0/+10
* mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-2/+2
* mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra2008-04-301-6/+35
* mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra2008-04-301-1/+26
* mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-301-1/+1
* writeback: speed up writeback of big dirty filesFengguang Wu2008-02-051-3/+6
* mm: remove fastcall from mm/Harvey Harrison2008-02-051-1/+1