aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page-writeback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko1-2/+2
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-10/+12
2014-10-29mm: 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/percpuLinus Torvalds1-1/+1
2014-10-09mm/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-06mm, writeback: prevent race when calculating dirty limitsDavid Rientjes1-4/+1
2014-07-30mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov1-3/+3
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+6
2014-06-06mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-06-04mm/page-writeback.c: remove outdated commentJianyu Zhan1-18/+0
2014-06-04mm: 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-06mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel1-3/+3
2014-04-07mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi1-2/+2
2014-02-06mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq()KOSAKI Motohiro1-2/+3
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner1-2/+4
2014-01-29mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner1-31/+24
2013-10-16writeback: fix negative bdi max pauseFengguang Wu1-5/+5
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju1-0/+15
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov1-61/+202
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-0/+3
2013-09-11mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory"Johannes Weiner1-3/+0
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-2/+2
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong1-4/+0
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo1-0/+3
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-0/+4
2013-02-21mm: 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-20mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2012-12-11writeback: 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 hotplugSrivatsa 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
2012-04-14mm: page-writeback.c: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2012-03-21mm: export dirty_writeback_intervalArtem Bityutskiy1-0/+2
2012-03-21mm: use global_dirty_limit in throttle_vm_writeout()Fengguang Wu1-0/+1
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-55/+191
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner1-0/+82
2012-01-10mm: writeback: cleanups in preparation for per-zone dirty limitsJohannes Weiner1-46/+47
2012-01-10mm: exclude reserved pages from dirtyable memoryJohannes Weiner1-2/+3
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner1-62/+60
2012-01-03fs: move code out of buffer.cAl Viro1-1/+1