Re: [f2fs-dev] [PATCH] f2fs: fix to avoid slowing down background gc

2016-09-19 Thread Chao Yu
On 2016/9/20 10:54, Jaegeuk Kim wrote: > On Tue, Sep 20, 2016 at 10:22:22AM +0800, Chao Yu wrote: >> Hi Jaegeuk, >> >> On 2016/9/20 6:12, Jaegeuk Kim wrote: >>> Hi Chao, >>> >>> On Sun, Sep 18, 2016 at 07:52:27PM +0800, Chao Yu wrote: Previously, we will choose to speed up background gc when

Re: [f2fs-dev] [PATCH] f2fs: fix to avoid slowing down background gc

2016-09-19 Thread Jaegeuk Kim
On Tue, Sep 20, 2016 at 10:22:22AM +0800, Chao Yu wrote: > Hi Jaegeuk, > > On 2016/9/20 6:12, Jaegeuk Kim wrote: > > Hi Chao, > > > > On Sun, Sep 18, 2016 at 07:52:27PM +0800, Chao Yu wrote: > >> Previously, we will choose to speed up background gc when the below > >> conditions are both

Re: [f2fs-dev] [PATCH] f2fs: fix to avoid slowing down background gc

2016-09-19 Thread Chao Yu
Hi Jaegeuk, On 2016/9/20 6:12, Jaegeuk Kim wrote: > Hi Chao, > > On Sun, Sep 18, 2016 at 07:52:27PM +0800, Chao Yu wrote: >> Previously, we will choose to speed up background gc when the below >> conditions are both satisfied: >> a. There are a number of invalid blocks >> b. There is not enough

Re: [f2fs-dev] [PATCH] f2fs: fix to avoid slowing down background gc

2016-09-19 Thread Jaegeuk Kim
Hi Chao, On Sun, Sep 18, 2016 at 07:52:27PM +0800, Chao Yu wrote: > Previously, we will choose to speed up background gc when the below > conditions are both satisfied: > a. There are a number of invalid blocks > b. There is not enough free space > > But, when space utilization is high