aboutsummaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)Author
2015-05-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo
2015-04-24writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-04-24writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-01-16mm: protect set_page_dirty() from ongoing truncationJohannes Weiner
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner
2014-10-29mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-09mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad
2014-09-08proportions: add @gfp to init functionsTejun Heo
2014-08-06mm, writeback: prevent race when calculating dirty limitsDavid Rientjes
2014-07-30mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-06-06mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-04mm/page-writeback.c: remove outdated commentJianyu Zhan
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon
2014-05-06mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi
2014-02-06mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner
2014-01-29mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner
2013-10-16writeback: fix negative bdi max pauseFengguang Wu
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-09-11mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
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