aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
Commit message (Expand)AuthorAge
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-04-23
* mm/page-writeback: check-before-clear PageReclaimNaoya Horiguchi2015-04-15
* page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-14
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-03-23
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-03-04
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\
| * fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-20
* | page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov2015-02-11
* | mm: memcontrol: track move_lock state internallyJohannes Weiner2015-02-11
|/
* mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-01-08
* mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko2014-12-10
* mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner2014-10-29
* mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner2014-10-29
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-10
|\
| * proportions: add @gfp to init functionsTejun Heo2014-09-07
* | mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad2014-10-09
|/
* mm, writeback: prevent race when calculating dirty limitsDavid Rientjes2014-08-06
* mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov2014-07-30
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-08
|\
| * ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-12
* | mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
* | mm/page-writeback.c: remove outdated commentJianyu Zhan2014-06-04
* | mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-06-04
* | mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel2014-05-06
|/
* mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi2014-04-07
* mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro2014-02-06
* mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-29
* mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner2014-01-29
* writeback: fix negative bdi max pauseFengguang Wu2013-10-17
* memcg: add per cgroup writeback pages accountingSha Zhengju2013-09-12
* mm/page-writeback.c: add strictlimit featureMaxim Patlasov2013-09-11
* mm: vmscan: fix do_try_to_free_pages() livelockLisa Du2013-09-11
* mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner2013-09-11
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
* mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong2013-04-29
* Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-28
|\
| * Negative (setpoint-dirty) in bdi_position_ratio()paul.szabo@sydney.edu.au2013-01-24
* | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-28
|\ \
| * | writeback: add more tracepointsTejun Heo2013-01-14
| |/
* | page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo2013-02-23
* | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-21
* | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-21
* | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-07
|/
* mm: fix calculation of dirtyable memorySonny Rao2012-12-20
* writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-11
* CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during...Srivatsa S. Bhat2012-09-28
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-03
* writeback: Fix some comment errorsWanpeng Li2012-06-09
* block: Convert BDI proportion calculations to flexible proportionsJan Kara2012-06-08
* writeback: initialize global_dirty_limitFengguang Wu2012-05-06