summaryrefslogtreecommitdiff
path: root/curvetun.8
AgeCommit message (Expand)AuthorFilesLines
2013-06-17man: add colophon to the end of each document.Daniel Borkmann1-0/+4
2013-06-12man: curvetun.8: minor: fix typo adressDaniel Borkmann1-1/+1
2013-06-12man: improvements to curvetun.8, inconsistent use of `` and '' marks.Stephen Wadeley1-6/+6
2013-06-12man: improvements to language for curvetun.8Stephen Wadeley1-39/+39
2013-05-30man: manpage hyphen fixes, take twoKartik Mistry1-1/+1
2013-05-30man: manpages hyphen and spelling mistakesKartik Mistry1-10/+10
2013-05-24man: curvetun: grammer, spelling, and other minor correctionsJon Schipp1-17/+15
2013-05-21man: curvetun: finish up initial draft of curvetunDaniel Borkmann1-8/+105
2013-05-21man: curvetun: add option and usage example sectionDaniel Borkmann1-3/+81
2013-05-15man: improvements to curvetun.8, inconsistent use of `` and ''Stephen Wadeley1-5/+5
2013-05-15man: improvements to language and markup for curvetun.8Stephen Wadeley1-73/+73
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+196
tests the wrong threshold (200 instead of 100), so it does not initiate writeback and just returns. Thus, balance_dirty_pages keeps looping, sleeping and then waking up the worker who will do nothing. It remains stuck in this state until the few dirty pages that we have finally expire and we write them back for that reason. Then the whole process repeats, resulting in near-zero throughput through the FUSE BDI. The fix is to call the parameterized variant of wb_calc_thresh, so that the worker will do writeback if the bg_thresh is exceeded which was the behavior before the referenced commit. Fixes: 947e9762a8dd ("writeback: update wb_over_bg_thresh() to use wb_domain aware operations") Signed-off-by: Howard Cochran <hcochran@kernelspring.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Cc: <stable@vger.kernel.org> # v4.2+ Tested-by Sedat Dilek <sedat.dilek@gmail.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'Documentation/IRQ-affinity.txt')