Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp831898pxb; Wed, 13 Jan 2021 17:45:29 -0800 (PST) X-Google-Smtp-Source: ABdhPJy37aHsdv5zj6xHP0NeJXyBw1tGWkO5MvV+57IXwXdJ1F2IrSGSVg1Ht38Cci8KvNEdTKJ/ X-Received: by 2002:a17:906:af15:: with SMTP id lx21mr2915228ejb.6.1610588728880; Wed, 13 Jan 2021 17:45:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610588728; cv=none; d=google.com; s=arc-20160816; b=RhRlObIa7C80KkPabehdF5dCg8LoOjkFtgd5n3pjEel4chpRsAczoNzAkSsUJcFl20 5EzAS8WyCBGhPP0gPcITmLTQFvvxMoEtuCCL4cTs7QGLuD1Opcw6CqtpkNkp1NJzfow8 +QKRmvSD8jVvpVXdYB9HKvVpc8PvgH5+Mlc2+JUTULrjwt9zcMLYx68sgdr2jynJWBuJ LgCafhX0PD7I0vrqQaU0qbKHbmE9gqeNWwrIFt9A0whHNmdh6XpRvt2pAyyZvNrxnz3/ qxv7oTT6g9QyIndoBlGLnEEoDQ0cl50ANCfuvzioTgSBC8cPZyb7S8DvSurCrsr6vuf0 bbtw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=kP982GQJZ/EoKBuwzb11gkUUu+V3Jas3oJDe/TaZKVA=; b=erybnBxXf/ZvoDnPBPG9WxMovjkCkeutxhVDHJctpSq3y6vV4LG/+becsPC+aLt7Jn B68ckmJeLy1v+fnmHsdTYSONAdIkAd8QyOkiA9ZtzHGFTpqaGPVKKEOTQfLqueTMZ1xb l4aevI9p3B3p+AwLH9huYvPajyWITI/hz3EWTpIRS39SQuiIDXib/UFJ+vjB7AJrxbKP 20hI5yEb6EtdVqhHAhdpxF458OWGimvBCnKzZVgOpmTbEy08ZRvhsWTO1Pp5dZSzqqte t0+OO2LS8nmxZb0g9iqOZZWgAHvYfB5Hn0UiE9UI9F8TOTHwNiAGzqMwZlomic80ANsB 7tqw== 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 q6si1644601ejb.731.2021.01.13.17.45.05; Wed, 13 Jan 2021 17:45:28 -0800 (PST) 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 S1727989AbhANBmi (ORCPT + 99 others); Wed, 13 Jan 2021 20:42:38 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:10964 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726508AbhANBmf (ORCPT ); Wed, 13 Jan 2021 20:42:35 -0500 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4DGRq31btxzj69R; Thu, 14 Jan 2021 09:41:03 +0800 (CST) Received: from szvp000203569.huawei.com (10.120.216.130) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.498.0; Thu, 14 Jan 2021 09:41:45 +0800 From: Chao Yu To: CC: , , , Chao Yu Subject: [PATCH v5 5/5] f2fs: introduce sb_status sysfs node Date: Thu, 14 Jan 2021 09:41:27 +0800 Message-ID: <20210114014127.54510-1-yuchao0@huawei.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.120.216.130] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Introduce /sys/fs/f2fs//stat/sb_status to show superblock status in real time as a hexadecimal value. value sb status macro description 0x1 SBI_IS_DIRTY, /* dirty flag for checkpoint */ 0x2 SBI_IS_CLOSE, /* specify unmounting */ 0x4 SBI_NEED_FSCK, /* need fsck.f2fs to fix */ 0x8 SBI_POR_DOING, /* recovery is doing or not */ 0x10 SBI_NEED_SB_WRITE, /* need to recover superblock */ 0x20 SBI_NEED_CP, /* need to checkpoint */ 0x40 SBI_IS_SHUTDOWN, /* shutdown by ioctl */ 0x80 SBI_IS_RECOVERED, /* recovered orphan/data */ 0x100 SBI_CP_DISABLED, /* CP was disabled last mount */ 0x200 SBI_CP_DISABLED_QUICK, /* CP was disabled quickly */ 0x400 SBI_QUOTA_NEED_FLUSH, /* need to flush quota info in CP */ 0x800 SBI_QUOTA_SKIP_FLUSH, /* skip flushing quota in current CP */ 0x1000 SBI_QUOTA_NEED_REPAIR, /* quota file may be corrupted */ 0x2000 SBI_IS_RESIZEFS, /* resizefs is in process */ Signed-off-by: Chao Yu --- v5: - fix compile warning reported by Stephen: Documentation/ABI/testing/sysfs-fs-f2fs:382: WARNING: Malformed table. Documentation/ABI/testing/sysfs-fs-f2fs | 23 +++++++++++++++++++++++ fs/f2fs/sysfs.c | 8 ++++++++ 2 files changed, 31 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs index 3dfee94e0618..362803901614 100644 --- a/Documentation/ABI/testing/sysfs-fs-f2fs +++ b/Documentation/ABI/testing/sysfs-fs-f2fs @@ -377,3 +377,26 @@ Description: This gives a control to limit the bio size in f2fs. Default is zero, which will follow underlying block layer limit, whereas, if it has a certain bytes value, f2fs won't submit a bio larger than that size. + +What: /sys/fs/f2fs//stat/sb_status +Date: December 2020 +Contact: "Chao Yu" +Description: Show status of f2fs superblock in real time. + + ====== ===================== ================================= + value sb status macro description + 0x1 SBI_IS_DIRTY dirty flag for checkpoint + 0x2 SBI_IS_CLOSE specify unmounting + 0x4 SBI_NEED_FSCK need fsck.f2fs to fix + 0x8 SBI_POR_DOING recovery is doing or not + 0x10 SBI_NEED_SB_WRITE need to recover superblock + 0x20 SBI_NEED_CP need to checkpoint + 0x40 SBI_IS_SHUTDOWN shutdown by ioctl + 0x80 SBI_IS_RECOVERED recovered orphan/data + 0x100 SBI_CP_DISABLED CP was disabled last mount + 0x200 SBI_CP_DISABLED_QUICK CP was disabled quickly + 0x400 SBI_QUOTA_NEED_FLUSH need to flush quota info in CP + 0x800 SBI_QUOTA_SKIP_FLUSH skip flushing quota in current CP + 0x1000 SBI_QUOTA_NEED_REPAIR quota file may be corrupted + 0x2000 SBI_IS_RESIZEFS resizefs is in process + ====== ===================== ================================= diff --git a/fs/f2fs/sysfs.c b/fs/f2fs/sysfs.c index bd1174ed2e6f..f39874d512ea 100644 --- a/fs/f2fs/sysfs.c +++ b/fs/f2fs/sysfs.c @@ -96,6 +96,12 @@ static ssize_t lifetime_write_kbytes_show(struct f2fs_attr *a, sbi->sectors_written_start) >> 1))); } +static ssize_t sb_status_show(struct f2fs_attr *a, + struct f2fs_sb_info *sbi, char *buf) +{ + return sprintf(buf, "%lx\n", sbi->s_flag); +} + static ssize_t features_show(struct f2fs_attr *a, struct f2fs_sb_info *sbi, char *buf) { @@ -702,7 +708,9 @@ static struct attribute *f2fs_feat_attrs[] = { }; ATTRIBUTE_GROUPS(f2fs_feat); +F2FS_GENERAL_RO_ATTR(sb_status); static struct attribute *f2fs_stat_attrs[] = { + ATTR_LIST(sb_status), NULL, }; ATTRIBUTE_GROUPS(f2fs_stat); -- 2.29.2