Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp4792283pxu; Wed, 21 Oct 2020 05:39:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzO9mFH7BdNy72ZhGPWQ3lb7jLNgvQqavmuvh4AED0tCavTvW1pJiW/VvFL4J/+rHokzbty X-Received: by 2002:a17:907:417d:: with SMTP id oe21mr3206458ejb.233.1603283945702; Wed, 21 Oct 2020 05:39:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603283945; cv=none; d=google.com; s=arc-20160816; b=UoXkeHVbZho+kScdjrR48xvEBtR6v9EC65aFGSzra5873Yq6XDiaMtDtSfwzPofCAV MpPhA4O76jpk29LoCGFsPW/AVMbCc0yMd3uzcA7VL0cEr/QmAESeIWLv7LmcRz7Ug0s5 IG6OYh2DpHkrqOKs9sOK5uH5bN5cTg+0IzrsFgQxYXD9kDr/6K5yQP7sJK85NRrFv76J ZQ90sdcYmt69PDQMDy+YZnTLYM2enXulSu/1xtQWGPMt/l8Wz3vrbFM5bgCFfZVk7Xt8 94QMT2Ai7TiqruobCGrAHkKhiYCMEYHlNimfLTmpHIaoosioyinUweIHqxJ9C6wosgJQ x0Rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=za8fTaVRSSjlxDfXE43MetgX0TpJmwEGsKPlFCIhWjA=; b=D4QQvdaoGSuu1NMxaXfVztCqXU/MPOkctaiGudjIT2FD/5HUoL/6kpSK+fUKegUIlv h2Gl6gONzU29OGqNmA5ZcwZqTMnHmcegxm/d+F9zReCs+uTRjI3T+qrsjo2nhxUrmG/L 1gqvnx7PwhEMNWw5rWkECT91kgWLYjwOZPmpQR26rJStBBRwmcnDmOghco8hwA497G3f 9xOHxcYQVQEeJgT9EfVPioHO7T4JJewqRihkSM7JO6T/ph/BbijhE+xV4ArdSx/sul/9 9YR9Rv0zpDc/kMJrMciQyfeMIcSfkFwh7NKQl/EO+aZrufnHrlm3NVvW7apy9LS91uXE 80Ow== 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 n16si1181286eja.205.2020.10.21.05.38.43; Wed, 21 Oct 2020 05:39:05 -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 S2440692AbgJUGIL (ORCPT + 99 others); Wed, 21 Oct 2020 02:08:11 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:59156 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2408114AbgJUGIK (ORCPT ); Wed, 21 Oct 2020 02:08:10 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 0E811B3B115AF6520308; Wed, 21 Oct 2020 14:08:06 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.210) with Microsoft SMTP Server (TLS) id 14.3.487.0; Wed, 21 Oct 2020 14:08:04 +0800 Subject: Re: [f2fs-dev] [PATCH] f2fs: add compr_inode and compr_blocks sysfs nodes To: Daeho Jeong , , , CC: Daeho Jeong References: <20201016051455.1913795-1-daeho43@gmail.com> From: Chao Yu Message-ID: Date: Wed, 21 Oct 2020 14:08:03 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20201016051455.1913795-1-daeho43@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/10/16 13:14, Daeho Jeong wrote: > From: Daeho Jeong > > Added compr_inode to show compressed inode count and compr_blocks to > show compressed block count in sysfs. As there are so many entries in ../f2fs// directory, it looks a mess there, I suggest that we can add a new directory 'stats' in ../f2fs//, in where we can store all readonly stats related entries there later. How do you think? Thanks, > > Signed-off-by: Daeho Jeong > --- > Documentation/ABI/testing/sysfs-fs-f2fs | 10 ++++++++++ > fs/f2fs/sysfs.c | 17 +++++++++++++++++ > 2 files changed, 27 insertions(+) > > diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs > index 834d0becae6d..a01c26484c69 100644 > --- a/Documentation/ABI/testing/sysfs-fs-f2fs > +++ b/Documentation/ABI/testing/sysfs-fs-f2fs > @@ -350,3 +350,13 @@ Date: April 2020 > Contact: "Daeho Jeong" > Description: Give a way to change iostat_period time. 3secs by default. > The new iostat trace gives stats gap given the period. > + > +What: /sys/fs/f2fs//compr_inode > +Date: October 2020 > +Contact: "Daeho Jeong" > +Description: Show compressed inode count > + > +What: /sys/fs/f2fs//compr_blocks > +Date: October 2020 > +Contact: "Daeho Jeong" > +Description: Show compressed block count > diff --git a/fs/f2fs/sysfs.c b/fs/f2fs/sysfs.c > index 94c98e412aa1..7139a29a00d3 100644 > --- a/fs/f2fs/sysfs.c > +++ b/fs/f2fs/sysfs.c > @@ -223,6 +223,19 @@ static ssize_t avg_vblocks_show(struct f2fs_attr *a, > f2fs_update_sit_info(sbi); > return sprintf(buf, "%llu\n", (unsigned long long)(si->avg_vblocks)); > } > + > +static ssize_t compr_inode_show(struct f2fs_attr *a, > + struct f2fs_sb_info *sbi, char *buf) > +{ > + return sprintf(buf, "%u\n", atomic_read(&sbi->compr_inode)); > +} > + > +static ssize_t compr_blocks_show(struct f2fs_attr *a, > + struct f2fs_sb_info *sbi, char *buf) > +{ > + return sprintf(buf, "%llu\n", atomic64_read(&sbi->compr_blocks)); > +} > + > #endif > > static ssize_t main_blkaddr_show(struct f2fs_attr *a, > @@ -591,6 +604,8 @@ F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, gc_background_calls, bg_gc); > F2FS_GENERAL_RO_ATTR(moved_blocks_background); > F2FS_GENERAL_RO_ATTR(moved_blocks_foreground); > F2FS_GENERAL_RO_ATTR(avg_vblocks); > +F2FS_GENERAL_RO_ATTR(compr_inode); > +F2FS_GENERAL_RO_ATTR(compr_blocks); > #endif > > #ifdef CONFIG_FS_ENCRYPTION > @@ -675,6 +690,8 @@ static struct attribute *f2fs_attrs[] = { > ATTR_LIST(moved_blocks_foreground), > ATTR_LIST(moved_blocks_background), > ATTR_LIST(avg_vblocks), > + ATTR_LIST(compr_inode), > + ATTR_LIST(compr_blocks), > #endif > NULL, > }; >