summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong2013-04-291-4/+0
* Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-281-1/+1
|\
| * Negative (setpoint-dirty) in bdi_position_ratio()paul.szabo@sydney.edu.au2013-01-241-1/+1
* | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-0/+2
|\ \
| * | writeback: add more tracepointsTejun Heo2013-01-141-0/+2
| |/
* | page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo2013-02-231-0/+3
* | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-211-0/+4
* | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-211-0/+20
* | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+1
|/
* mm: fix calculation of dirtyable memorySonny Rao2012-12-201-5/+20
* writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-111-6/+5
* CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during...Srivatsa S. Bhat2012-09-281-3/+11
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-041-1/+0
* writeback: Fix some comment errorsWanpeng Li2012-06-091-2/+2
* block: Convert BDI proportion calculations to flexible proportionsJan Kara2012-06-091-39/+64
* writeback: initialize global_dirty_limitFengguang Wu2012-05-061-0/+1
* mm: page-writeback.c: local functions should not be exposed globallyH Hartley Sweeten2012-04-141-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-281-0/+2
|\
| * mm: export dirty_writeback_intervalArtem Bityutskiy2012-03-211-0/+2
* | mm: use global_dirty_limit in throttle_vm_writeout()Fengguang Wu2012-03-211-0/+1
|/
* Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-101-55/+191
|\
| * writeback: balanced_rate cannot exceed write bandwidthWu Fengguang2011-12-181-0/+5
| * writeback: do strict bdi dirty_exceededWu Fengguang2011-12-181-1/+1
| * writeback: avoid tiny dirty poll intervalsWu Fengguang2011-12-181-1/+24
| * writeback: max, min and target dirty pause timeWu Fengguang2011-12-181-44/+81
| * writeback: dirty ratelimit - think time compensationWu Fengguang2011-12-181-4/+32
| * writeback: fix dirtied pages accounting on redirtyWu Fengguang2011-12-181-0/+19
| * writeback: fix dirtied pages accounting on sub-page writesWu Fengguang2011-12-181-8/+5
| * writeback: charge leaked page dirties to active tasksWu Fengguang2011-12-181-0/+27
* | mm: try to distribute dirty pages fairly across zonesJohannes Weiner2012-01-101-0/+82
* | mm: writeback: cleanups in preparation for per-zone dirty limitsJohannes Weiner2012-01-101-46/+47
* | mm: exclude reserved pages from dirtyable memoryJohannes Weiner2012-01-101-2/+3
* | mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner2012-01-101-62/+60
* | fs: move code out of buffer.cAl Viro2012-01-031-1/+1
|/
* writeback: set max_pause to lowest value on zero bdi_dirtyWu Fengguang2011-12-081-2/+1
* writeback: permit through good bdi even when global dirty exceededWu Fengguang2011-12-081-0/+13
* writeback: comment on the bdi dirty thresholdWu Fengguang2011-12-081-2/+14
* writeback: remove vm_dirties and task->dirtiesWu Fengguang2011-11-171-9/+0
* writeback: hard throttle 1000+ dd on a slow USB stickWu Fengguang2011-11-171-6/+3
* mm: Make task in balance_dirty_pages() killableJan Kara2011-11-161-1/+4
* writeback: fix uninitialized task_ratelimitWu Fengguang2011-11-071-4/+4
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-152/+552
|\ \
| * | writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-311-1/+2
| * | writeback: trace event balance_dirty_pagesWu Fengguang2011-10-311-0/+22
| * | writeback: trace event bdi_dirty_ratelimitWu Fengguang2011-10-311-0/+2
| * | writeback: fix ppc compile warnings on do_div(long long, unsigned long)Wu Fengguang2011-10-111-8/+7
| * | writeback: dirty position control - bdi reserve areaWu Fengguang2011-10-031-0/+15
| * | writeback: control dirty pause timeWu Fengguang2011-10-031-1/+19