From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 30 Mar 2016 14:47:32 -0400 From: Tejun Heo To: Miklos Szeredi Cc: Jakob Unterwurzacher , fuse-devel , Linux-Fsdevel , Kernel Mailing List Subject: Re: [fuse-devel] Horrible mmap write performance (kernel writeback issue?) Message-ID: <20160330184732.GO7822@mtj.duckdns.org> References: <56E7C009.3070008@gmail.com> <56F70255.6070806@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: Hello, On Mon, Mar 28, 2016 at 09:45:53PM +0200, Miklos Szeredi wrote: > >> commit 947e9762a8ddefda38aa21e249e6a4fec215cd12 > >> Author: Tejun Heo > >> Date: Fri May 22 18:23:32 2015 -0400 > >> > >> writeback: update wb_over_bg_thresh() to use wb_domain aware operations > > > > Tejun, > > Any idea why this commit stalls fuse mmap writes? > > Here's the start of the this thread: > > http://marc.info/?l=fuse-devel&m=145008058603261&w=2 Hmmm... cgroup writeback support shouldn't affect fuse at all as the backing device doesn't enable cgroup support. I probably made some silly mistake. Is there a simple reproducer I can play with? Thanks. -- tejun