summaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c
Commit message (Expand)AuthorAgeFilesLines
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-04-231-3/+3
* mm/page-writeback: check-before-clear PageReclaimNaoya Horiguchi2015-04-161-1/+2
* page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-151-0/+19
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-03-231-1/+4
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-03-041-1/+1
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-16/+13Star
|\
| * fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-16/+13Star
* | page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov2015-02-121-1/+4
* | mm: memcontrol: track move_lock state internallyJohannes Weiner2015-02-121-8/+4Star
|/
* mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-01-091-31/+12Star
* mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko2014-12-111-2/+2
* mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner2014-10-301-10/+12
* mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner2014-10-301-19/+4Star
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\
| * proportions: add @gfp to init functionsTejun Heo2014-09-081-1/+1
* | mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad2014-10-101-4/+4
|/
* mm, writeback: prevent race when calculating dirty limitsDavid Rientjes2014-08-071-4/+1Star
* mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov2014-07-311-3/+3
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-081-5/+6
|\
| * ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-121-5/+6
* | mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-1/+1
* | mm/page-writeback.c: remove outdated commentJianyu Zhan2014-06-051-18/+0Star
* | mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-06-051-2/+2
* | mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel2014-05-061-3/+3
|/
* mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi2014-04-081-2/+2
* mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro2014-02-061-2/+3
* mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-301-2/+4
* mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner2014-01-301-31/+24Star
* writeback: fix negative bdi max pauseFengguang Wu2013-10-171-5/+5
* memcg: add per cgroup writeback pages accountingSha Zhengju2013-09-131-0/+15
* mm/page-writeback.c: add strictlimit featureMaxim Patlasov2013-09-121-61/+202
* mm: vmscan: fix do_try_to_free_pages() livelockLisa Du2013-09-121-0/+3
* mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner2013-09-121-3/+0Star
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-151-2/+2
* mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong2013-04-301-4/+0Star
* 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-241-0/+3
* | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-221-0/+4
* | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-221-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-211-5/+20
* writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-121-6/+5Star
* 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-031-1/+0Star
* 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