Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp265631ybt; Tue, 30 Jun 2020 20:38:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyqdCq+zxkoTnG21Q4zfOY9f+I2t47/mpR/ilPm95OojCu0wR5U4rW7pj+9Clm0Wlt7cDqr X-Received: by 2002:a17:906:899:: with SMTP id n25mr19923725eje.298.1593574714677; Tue, 30 Jun 2020 20:38:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593574714; cv=none; d=google.com; s=arc-20160816; b=dPdLQiGxHT7v9cFABi1yGFmplI4dpac1ipWyMHM34pPYvSJ2Ay7QBGwOV4F8Zw5HWb pBEud1fihk8AElhkD3EdrbR1hE7+XIEYtfn7LHjwpsb5hHfEB/lvnLHLE2mPm+s299DC ZTFOty8GWMZ+lY8fFfo13UGg4cpo4ElIYSUDF9gWTUZYdBtSAqLzemxppHi8Ei+vKYm/ cGI2Dw/z7V5zXo5vSKcxg1uMAUgcXwp+7esa7ovD1Uav9ytuukoW6YluTYrAGLs+W3+0 BdgIc+OIqvY1QIOMfQXGqR/yTfrcHYD33txvbDasPUInNMxh8gku70dGb+p/IemQbFT5 zEvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=FyxIqerkIqV2e//pGAeN/rjFGLz2BdFj9xKhu8UCZNM=; b=ed8D5mheTvKrUVH8y+0AVxKWHznHuJKVvSCkELmWazwzHMbzzKA6vi2T38j4aaghYa 0w42VkR0evU5KtcLV9R+Is7ZgCtBEh2TR1BfQsoXpOt7W1A/EJG56dWEtPriM3Fxakmj I1ca41Pe1yIgWh4T2lPlpTt6dZLqBdqxL3gpmDF7OqC4ncgpfNiSFXtfNPROLK82Y4Ow nHlmT+WtRwjcha8UP0BbjBlM4fPxoXoOrbeNrvQfxgIx7K95mkoepvC4Cz1rl8NaCNeW JkDQvzTzRRH4bAIqi9W42Si3HvTlhS+ErUol1Bq9CC6azNCBWKBA/LFkzbWeS7fKrxdH xmRA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d18si2853273ejt.487.2020.06.30.20.38.12; Tue, 30 Jun 2020 20:38:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726053AbgGADfy (ORCPT + 99 others); Tue, 30 Jun 2020 23:35:54 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:50768 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725886AbgGADfx (ORCPT ); Tue, 30 Jun 2020 23:35:53 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 4DC499D97A5B2F500D19; Wed, 1 Jul 2020 11:35:51 +0800 (CST) Received: from [10.134.22.195] (10.134.22.195) by smtp.huawei.com (10.3.19.208) with Microsoft SMTP Server (TLS) id 14.3.487.0; Wed, 1 Jul 2020 11:35:45 +0800 Subject: Re: [f2fs-dev] [PATCH] f2fs: add GC_URGENT_LOW mode in gc_urgent To: Daeho Jeong , , , CC: Daeho Jeong References: <20200630005422.2389686-1-daeho43@gmail.com> From: Chao Yu Message-ID: Date: Wed, 1 Jul 2020 11:35:45 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200630005422.2389686-1-daeho43@gmail.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/6/30 8:54, Daeho Jeong wrote: > From: Daeho Jeong > > Added a new gc_urgent mode, GC_URGENT_LOW, in which mode > F2FS will lower the bar of checking idle in order to > process outstanding discard commands and GC a little bit > aggressively. > > Signed-off-by: Daeho Jeong > --- > Documentation/ABI/testing/sysfs-fs-f2fs | 4 +++- > fs/f2fs/f2fs.h | 10 ++++++++-- > fs/f2fs/gc.c | 6 +++--- > fs/f2fs/segment.c | 4 ++-- > fs/f2fs/sysfs.c | 6 ++++-- > 5 files changed, 20 insertions(+), 10 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs > index 4bb93a06d8ab..7f730c4c8df2 100644 > --- a/Documentation/ABI/testing/sysfs-fs-f2fs > +++ b/Documentation/ABI/testing/sysfs-fs-f2fs > @@ -229,7 +229,9 @@ Date: August 2017 > Contact: "Jaegeuk Kim" > Description: Do background GC agressively when set. When gc_urgent = 1, > background thread starts to do GC by given gc_urgent_sleep_time > - interval. It is set to 0 by default. > + interval. When gc_urgent = 2, F2FS will lower the bar of > + checking idle in order to process outstanding discard commands > + and GC a little bit aggressively. It is set to 0 by default. > > What: /sys/fs/f2fs//gc_urgent_sleep_time > Date: August 2017 > diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h > index e6e47618a357..4b28fd42fdbc 100644 > --- a/fs/f2fs/f2fs.h > +++ b/fs/f2fs/f2fs.h > @@ -1283,7 +1283,8 @@ enum { > GC_NORMAL, > GC_IDLE_CB, > GC_IDLE_GREEDY, > - GC_URGENT, > + GC_URGENT_HIGH, > + GC_URGENT_LOW, > }; > > enum { > @@ -1540,6 +1541,7 @@ struct f2fs_sb_info { > unsigned int cur_victim_sec; /* current victim section num */ > unsigned int gc_mode; /* current GC state */ > unsigned int next_victim_seg[2]; /* next segment in victim section */ > + > /* for skip statistic */ > unsigned int atomic_files; /* # of opened atomic file */ > unsigned long long skipped_atomic_files[2]; /* FG_GC and BG_GC */ > @@ -2480,7 +2482,7 @@ static inline void *f2fs_kmem_cache_alloc(struct kmem_cache *cachep, > > static inline bool is_idle(struct f2fs_sb_info *sbi, int type) > { > - if (sbi->gc_mode == GC_URGENT) > + if (sbi->gc_mode == GC_URGENT_HIGH) > return true; > > if (get_pages(sbi, F2FS_RD_DATA) || get_pages(sbi, F2FS_RD_NODE) || > @@ -2498,6 +2500,10 @@ static inline bool is_idle(struct f2fs_sb_info *sbi, int type) > atomic_read(&SM_I(sbi)->fcc_info->queued_flush)) > return false; > > + if (sbi->gc_mode == GC_URGENT_LOW && > + (type == DISCARD_TIME || type == GC_TIME)) > + return true; > + > return f2fs_time_over(sbi, type); > } > > diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c > index 6eec3b2d606d..3b718da69910 100644 > --- a/fs/f2fs/gc.c > +++ b/fs/f2fs/gc.c > @@ -82,7 +82,7 @@ static int gc_thread_func(void *data) > * invalidated soon after by user update or deletion. > * So, I'd like to wait some time to collect dirty segments. > */ > - if (sbi->gc_mode == GC_URGENT) { > + if (sbi->gc_mode == GC_URGENT_HIGH) { > wait_ms = gc_th->urgent_sleep_time; > down_write(&sbi->gc_lock); > goto do_gc; > @@ -176,7 +176,7 @@ static int select_gc_type(struct f2fs_sb_info *sbi, int gc_type) > gc_mode = GC_CB; > break; > case GC_IDLE_GREEDY: > - case GC_URGENT: > + case GC_URGENT_HIGH: > gc_mode = GC_GREEDY; > break; > } > @@ -211,7 +211,7 @@ static void select_policy(struct f2fs_sb_info *sbi, int gc_type, > * foreground GC and urgent GC cases. > */ > if (gc_type != FG_GC && > - (sbi->gc_mode != GC_URGENT) && > + (sbi->gc_mode != GC_URGENT_HIGH) && > p->max_search > sbi->max_victim_search) > p->max_search = sbi->max_victim_search; > > diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c > index b45e473508a9..5924b3965ae4 100644 > --- a/fs/f2fs/segment.c > +++ b/fs/f2fs/segment.c > @@ -174,7 +174,7 @@ bool f2fs_need_SSR(struct f2fs_sb_info *sbi) > > if (f2fs_lfs_mode(sbi)) > return false; > - if (sbi->gc_mode == GC_URGENT) > + if (sbi->gc_mode == GC_URGENT_HIGH) > return true; > if (unlikely(is_sbi_flag_set(sbi, SBI_CP_DISABLED))) > return true; > @@ -1759,7 +1759,7 @@ static int issue_discard_thread(void *data) > continue; > } > > - if (sbi->gc_mode == GC_URGENT) > + if (sbi->gc_mode == GC_URGENT_HIGH) > __init_discard_policy(sbi, &dpolicy, DPOLICY_FORCE, 1); > > sb_start_intwrite(sbi->sb); > diff --git a/fs/f2fs/sysfs.c b/fs/f2fs/sysfs.c > index e877c59b9fdb..ab40e1f89f23 100644 > --- a/fs/f2fs/sysfs.c > +++ b/fs/f2fs/sysfs.c > @@ -350,14 +350,16 @@ static ssize_t __sbi_store(struct f2fs_attr *a, > return -EINVAL; > > if (!strcmp(a->attr.name, "gc_urgent")) { > - if (t >= 1) { > - sbi->gc_mode = GC_URGENT; > + if (t == 1) { > + sbi->gc_mode = GC_URGENT_HIGH; > if (sbi->gc_thread) { > sbi->gc_thread->gc_wake = 1; > wake_up_interruptible_all( > &sbi->gc_thread->gc_wait_queue_head); > wake_up_discard_thread(sbi, true); > } > + } else if (t == 2) { > + sbi->gc_mode = GC_URGENT_LOW; > } else { > sbi->gc_mode = GC_NORMAL; As functionality description in sysfs doc, shouldn't it be: if (t == 0) { sbi->gc_mode = GC_NORMAL; } else if (t == 1) { sbi->gc_mode = GC_URGENT_HIGH; ... } else if (t == 2) { sbi->gc_mode = GC_URGENT_LOW; } else { return -EINVAL; } return count; > } >