aboutsummaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-01-24Negative (setpoint-dirty) in bdi_position_ratio()paul.szabo@sydney.edu.au
2013-01-14writeback: add more tracepointsTejun Heo
2012-12-20mm: fix calculation of dirtyable memorySonny Rao
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon
2012-09-28CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during...Srivatsa S. Bhat
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy
2012-06-09writeback: Fix some comment errorsWanpeng Li
2012-06-09block: Convert BDI proportion calculations to flexible proportionsJan Kara
2012-05-06writeback: initialize global_dirty_limitFengguang Wu
2012-04-14mm: page-writeback.c: local functions should not be exposed globallyH Hartley Sweeten
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-03-21mm: export dirty_writeback_intervalArtem Bityutskiy
2012-03-21mm: use global_dirty_limit in throttle_vm_writeout()Fengguang Wu
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner
2012-01-10mm: writeback: cleanups in preparation for per-zone dirty limitsJohannes Weiner
2012-01-10mm: exclude reserved pages from dirtyable memoryJohannes Weiner
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner
2012-01-03fs: move code out of buffer.cAl Viro
2011-12-18writeback: balanced_rate cannot exceed write bandwidthWu Fengguang
2011-12-18writeback: do strict bdi dirty_exceededWu Fengguang
2011-12-18writeback: avoid tiny dirty poll intervalsWu Fengguang
2011-12-18writeback: max, min and target dirty pause timeWu Fengguang
2011-12-18writeback: dirty ratelimit - think time compensationWu Fengguang
2011-12-18writeback: fix dirtied pages accounting on redirtyWu Fengguang
2011-12-18writeback: fix dirtied pages accounting on sub-page writesWu Fengguang
2011-12-18writeback: charge leaked page dirties to active tasksWu Fengguang
2011-12-08writeback: set max_pause to lowest value on zero bdi_dirtyWu Fengguang
2011-12-08writeback: permit through good bdi even when global dirty exceededWu Fengguang
2011-12-08writeback: comment on the bdi dirty thresholdWu Fengguang
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang
2011-11-17writeback: hard throttle 1000+ dd on a slow USB stickWu Fengguang
2011-11-16mm: Make task in balance_dirty_pages() killableJan Kara
2011-11-07writeback: fix uninitialized task_ratelimitWu Fengguang
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31mm/page-writeback.c: document bdi_min_ratioJohannes Weiner
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth
2011-10-31writeback: trace event balance_dirty_pagesWu Fengguang
2011-10-31writeback: trace event bdi_dirty_ratelimitWu Fengguang
2011-10-11writeback: fix ppc compile warnings on do_div(long long, unsigned long)Wu Fengguang
2011-10-03writeback: dirty position control - bdi reserve areaWu Fengguang