summaryrefslogtreecommitdiff
path: root/mm/page-writeback.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-04-16mm/page-writeback: check-before-clear PageReclaimNaoya Horiguchi1-1/+2
2015-04-15page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov1-0/+19
2015-03-23writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+13
2015-02-12page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov1-1/+4
2015-02-12mm: memcontrol: track move_lock state internallyJohannes Weiner1-8/+4
2015-01-21fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-16/+13
2015-01-09mm: protect set_page_dirty() from ongoing truncationJohannes Weiner1-31/+12
2014-12-11mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko1-2/+2
2014-10-30mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-10/+12
2014-10-30mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner1-19/+4
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+1
2014-10-10mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad1-4/+4
2014-09-08proportions: add @gfp to init functionsTejun Heo1-1/+1
2014-08-07mm, writeback: prevent race when calculating dirty limitsDavid Rientjes1-4/+1
2014-07-31mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov1-3/+3
2014-06-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+6
2014-06-07mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-06-05mm/page-writeback.c: remove outdated commentJianyu Zhan1-18/+0
2014-06-05mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-2/+2
2014-05-12ext4: fix data integrity sync in ordered modeNamjae Jeon1-5/+6
2014-05-07mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel1-3/+3
2014-04-08mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi1-2/+2
2014-02-07mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro1-2/+3
2014-01-30mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner1-2/+4
2014-01-30mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner1-31/+24
2013-10-17writeback: fix negative bdi max pauseFengguang Wu1-5/+5
2013-09-13memcg: add per cgroup writeback pages accountingSha Zhengju1-0/+15
2013-09-12mm/page-writeback.c: add strictlimit featureMaxim Patlasov1-61/+202
2013-09-12mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-0/+3
2013-09-12mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner1-3/+0
2013-07-15kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-2/+2
2013-04-30mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong1-4/+0
2013-03-01Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-03-01Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2013-02-24page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo1-0/+3
2013-02-22block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-0/+4
2013-02-22mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-0/+20
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2013-01-24Negative (setpoint-dirty) in bdi_position_ratio()paul.szabo@sydney.edu.au1-1/+1
2013-01-14writeback: add more tracepointsTejun Heo1-0/+2
2012-12-21mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2012-12-12writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-6/+5
2012-09-28CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during...Srivatsa S. Bhat1-3/+11
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy1-1/+0
2012-06-09writeback: Fix some comment errorsWanpeng Li1-2/+2
2012-06-09block: Convert BDI proportion calculations to flexible proportionsJan Kara1-39/+64
2012-05-06writeback: initialize global_dirty_limitFengguang Wu1-0/+1