Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp8173655ybi; Tue, 9 Jul 2019 10:28:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqxVGnubmteBvZMLimt9jk3orj65+C8ue6FyugntXpvGmfwINPZ2GZGKYjpFkU7c/OfmjWka X-Received: by 2002:a63:2a83:: with SMTP id q125mr31428910pgq.102.1562693332560; Tue, 09 Jul 2019 10:28:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562693332; cv=none; d=google.com; s=arc-20160816; b=VB+ED6zgYahORMehUA5gtoXXPkYW/G56vIuJkkzZty9iqyjRetPnpaIfu3og6nubY/ FNA1vEpN2RlEbpQULWfvZoQTWpXkJmUHgLgjf9bsp/GGIq49KokufE83tNC3DLkKT9Bk GBFMAVjx3zyrtHmwbQonfv4sqEvzWv5te4YsaCpKqT4IZX6ghaKSo6+DgfOiJ7UumQyS YUjwo2dFtu/Rmu5NJX6TTpTkL7y29zIifCTsKyLUyFiKG8zX/uFL29B9G5/FkuC3QGpm 8lv1IoQVOLF50LynVxIwNHcZNGu0wCyryM6DCHyIGpAP+U3IONXnQ37AX7C2WZCWwJQH ICkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=cINIwK8dmO+jRhamTvsf5zpKA57YNcpNeIPMrLek1rc=; b=tjjDgXANF7MD/KxHE4nF/5d9ZPNgsHHRy0VwnVBMEMUmr6xjYBRFYilDCIH6EsKKzj JgcQ9aiFbLuYcqb9/Gx7CTt25ano6EwGaOKzks6PtNH1azTX6JDvrdDg2TS1gk5tIm/a jA017TWo9Gum1ElnGqaUyxAYMJxXukHM5TiE5vdHB86ql8ABuZC2OfIu2AofiHkOYOBt UkNsiv1/ZV51n0QphZFpRjmxPoWuEe9ATxditV2VCkNHjLighyM0tPr/9ugwjFPthB+I c5Q+8S18I5UgS9Oi2kPLaydOeo3bvnMgusedi1Aiju0vtzfTH/PNxMMmKns6XJe/DjwR dC7g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="k5uW/SP/"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x70si23271327pgd.311.2019.07.09.10.28.36; Tue, 09 Jul 2019 10:28:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="k5uW/SP/"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726602AbfGIRXt (ORCPT + 99 others); Tue, 9 Jul 2019 13:23:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:50786 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726569AbfGIRXt (ORCPT ); Tue, 9 Jul 2019 13:23:49 -0400 Received: from localhost (unknown [104.132.1.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EB8D2214AF; Tue, 9 Jul 2019 17:23:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562693028; bh=dsp+HvhkmwuZvFO5HMvkLDsN9ziJT03tkBnqWubfvLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k5uW/SP/4yXt24fSzOhQKQCyB+3BFMffiDGr1ZUVCMiGX/TgAk/oO7hmECCENNoUr RIibZ+A9qIjPWeM4i7G42CFskkdd1N3EWDACHp/zfP7IbawE9SKNoBmmS9pxZgFDNf QRD7eA6SCwAm6RM296nM+03p0scQqRP/qpoby7Zk= Date: Tue, 9 Jul 2019 10:23:47 -0700 From: Jaegeuk Kim To: Chao Yu Cc: Chao Yu , linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Chen Gong Subject: Re: [PATCH] f2fs: allocate memory in batch in build_sit_info() Message-ID: <20190709172347.GA53646@jaegeuk-macbookpro.roam.corp.google.com> References: <20190704081730.46414-1-yuchao0@huawei.com> <20190708234633.GB21769@jaegeuk-macbookpro.roam.corp.google.com> <86fb078c-0f9e-8d08-7e3b-29a2b6c8b107@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86fb078c-0f9e-8d08-7e3b-29a2b6c8b107@kernel.org> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/09, Chao Yu wrote: > On 2019-7-9 7:46, Jaegeuk Kim wrote: > > On 07/04, Chao Yu wrote: > >> build_sit_info() allocate all bitmaps for each segment one by one, > >> it's quite low efficiency, this pach changes to allocate large > >> continuous memory at a time, and divide it and assign for each bitmaps > > > > It may give more failure rate? > > For android, I think there should be no problem, since while startup, memory > should be sufficient for f2fs mount. > For server or desktop, if there is any failure on memory allocation, > f2fs_kzalloc will fallback to vmalloc, so that would not be worse than before, > right? > > Or if you worry about this really, could we add a fast path: How much time can we really get with this big alloc? > > build_sit_info() > - try allocate sit_i->bitmap > - success: divide memory > - fail: fallback to old method > > Thanks, > > > > >> of segment. For large size image, it can expect improving its mount > >> speed. > >> > >> Signed-off-by: Chen Gong > >> Signed-off-by: Chao Yu > >> --- > >> fs/f2fs/segment.c | 51 +++++++++++++++++++++-------------------------- > >> fs/f2fs/segment.h | 1 + > >> 2 files changed, 24 insertions(+), 28 deletions(-) > >> > >> diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c > >> index 402fbbbb2d7c..73c803af1f31 100644 > >> --- a/fs/f2fs/segment.c > >> +++ b/fs/f2fs/segment.c > >> @@ -3929,7 +3929,7 @@ static int build_sit_info(struct f2fs_sb_info *sbi) > >> struct f2fs_super_block *raw_super = F2FS_RAW_SUPER(sbi); > >> struct sit_info *sit_i; > >> unsigned int sit_segs, start; > >> - char *src_bitmap; > >> + char *src_bitmap, *bitmap; > >> unsigned int bitmap_size; > >> > >> /* allocate memory for SIT information */ > >> @@ -3950,27 +3950,31 @@ static int build_sit_info(struct f2fs_sb_info *sbi) > >> if (!sit_i->dirty_sentries_bitmap) > >> return -ENOMEM; > >> > >> +#ifdef CONFIG_F2FS_CHECK_FS > >> + bitmap_size = MAIN_SEGS(sbi) * SIT_VBLOCK_MAP_SIZE * 4; > >> +#else > >> + bitmap_size = MAIN_SEGS(sbi) * SIT_VBLOCK_MAP_SIZE * 3; > >> +#endif > >> + sit_i->bitmap = f2fs_kzalloc(sbi, bitmap_size, GFP_KERNEL); > >> + if (!sit_i->bitmap) > >> + return -ENOMEM; > >> + > >> + bitmap = sit_i->bitmap; > >> + > >> for (start = 0; start < MAIN_SEGS(sbi); start++) { > >> - sit_i->sentries[start].cur_valid_map > >> - = f2fs_kzalloc(sbi, SIT_VBLOCK_MAP_SIZE, GFP_KERNEL); > >> - sit_i->sentries[start].ckpt_valid_map > >> - = f2fs_kzalloc(sbi, SIT_VBLOCK_MAP_SIZE, GFP_KERNEL); > >> - if (!sit_i->sentries[start].cur_valid_map || > >> - !sit_i->sentries[start].ckpt_valid_map) > >> - return -ENOMEM; > >> + sit_i->sentries[start].cur_valid_map = bitmap; > >> + bitmap += SIT_VBLOCK_MAP_SIZE; > >> + > >> + sit_i->sentries[start].ckpt_valid_map = bitmap; > >> + bitmap += SIT_VBLOCK_MAP_SIZE; > >> > >> #ifdef CONFIG_F2FS_CHECK_FS > >> - sit_i->sentries[start].cur_valid_map_mir > >> - = f2fs_kzalloc(sbi, SIT_VBLOCK_MAP_SIZE, GFP_KERNEL); > >> - if (!sit_i->sentries[start].cur_valid_map_mir) > >> - return -ENOMEM; > >> + sit_i->sentries[start].cur_valid_map_mir = bitmap; > >> + bitmap += SIT_VBLOCK_MAP_SIZE; > >> #endif > >> > >> - sit_i->sentries[start].discard_map > >> - = f2fs_kzalloc(sbi, SIT_VBLOCK_MAP_SIZE, > >> - GFP_KERNEL); > >> - if (!sit_i->sentries[start].discard_map) > >> - return -ENOMEM; > >> + sit_i->sentries[start].discard_map = bitmap; > >> + bitmap += SIT_VBLOCK_MAP_SIZE; > >> } > >> > >> sit_i->tmp_map = f2fs_kzalloc(sbi, SIT_VBLOCK_MAP_SIZE, GFP_KERNEL); > >> @@ -4440,21 +4444,12 @@ static void destroy_free_segmap(struct f2fs_sb_info *sbi) > >> static void destroy_sit_info(struct f2fs_sb_info *sbi) > >> { > >> struct sit_info *sit_i = SIT_I(sbi); > >> - unsigned int start; > >> > >> if (!sit_i) > >> return; > >> > >> - if (sit_i->sentries) { > >> - for (start = 0; start < MAIN_SEGS(sbi); start++) { > >> - kvfree(sit_i->sentries[start].cur_valid_map); > >> -#ifdef CONFIG_F2FS_CHECK_FS > >> - kvfree(sit_i->sentries[start].cur_valid_map_mir); > >> -#endif > >> - kvfree(sit_i->sentries[start].ckpt_valid_map); > >> - kvfree(sit_i->sentries[start].discard_map); > >> - } > >> - } > >> + if (sit_i->sentries) > >> + kvfree(sit_i->bitmap); > >> kvfree(sit_i->tmp_map); > >> > >> kvfree(sit_i->sentries); > >> diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h > >> index 2fd53462fa27..4d171b489130 100644 > >> --- a/fs/f2fs/segment.h > >> +++ b/fs/f2fs/segment.h > >> @@ -226,6 +226,7 @@ struct sit_info { > >> block_t sit_base_addr; /* start block address of SIT area */ > >> block_t sit_blocks; /* # of blocks used by SIT area */ > >> block_t written_valid_blocks; /* # of valid blocks in main area */ > >> + char *bitmap; /* all bitmaps pointer */ > >> char *sit_bitmap; /* SIT bitmap pointer */ > >> #ifdef CONFIG_F2FS_CHECK_FS > >> char *sit_bitmap_mir; /* SIT bitmap mirror */ > >> -- > >> 2.18.0.rc1