lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 05 May 2014 09:56:07 +0200
From:	Marc Dietrich <marvin24@....de>
To:	jaegeuk.kim@...sung.com
Cc:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: f2fs causes system stall

Jaeguek,

Am Freitag, 25. April 2014, 14:39:00 schrieb Marc Dietrich:
> On Fri, 25 Apr 2014 08:33:56 +0900
> 
> Jaegeuk Kim <jaegeuk.kim@...sung.com> wrote:
> > Thank you very much.
> > 
> > Could you test the following patch?
> 
> seems to be fixed now. Thanks!

are you planing to submit this fix ("f2fs: submit bio at the reclaim path") to 
3.15?

Thanks,

Marc

> 
> > ---
> > 
> >  fs/f2fs/data.c | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
> > index 150c12a..0147de7 100644
> > --- a/fs/f2fs/data.c
> > +++ b/fs/f2fs/data.c
> > 
> > @@ -833,6 +833,8 @@ out:
> >  	unlock_page(page);
> >  	if (need_balance_fs)
> >  	
> >  		f2fs_balance_fs(sbi);
> > 
> > +	if (wbc->for_reclaim)
> > +		f2fs_submit_merged_bio(sbi, DATA, WRITE);
> > 
> >  	return 0;
> >  
> >  redirty_out:

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ