Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Sungjong Seo" <sj1557.seo@samsung.com>
To: "'Tetsuhiro Kohada'" <kohada.t2@gmail.com>
Cc: <kohada.tetsuhiro@dc.mitsubishielectric.co.jp>,
<mori.takahiro@ab.mitsubishielectric.co.jp>,
<motai.hirotaka@aj.mitsubishielectric.co.jp>,
"'Namjae Jeon'" <namjae.jeon@samsung.com>,
<linux-fsdevel@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH v3] exfat: integrates dir-entry getting and validation
Date: Sun, 9 Aug 2020 01:35:26 +0900 [thread overview]
Message-ID: <000001d66da1$eb814c50$c283e4f0$@samsung.com> (raw)
In-Reply-To: <20200806010229.24690-1-kohada.t2@gmail.com>
> Add validation for num, bh and type on getting dir-entry.
> Renamed exfat_get_dentry_cached() to exfat_get_validated_dentry() due to a
> change in functionality.
>
> Integrate type-validation with simplified.
> This will also recognize a dir-entry set that contains 'benign secondary'
> dir-entries.
>
> Pre-Validated 'file' and 'stream-ext' dir-entries are provided as member
> variables of exfat_entry_set_cache.
>
> And, rename TYPE_EXTEND to TYPE_NAME.
>
> Suggested-by: Sungjong Seo <sj1557.seo@samsung.com>
> Suggested-by: Namjae Jeon <namjae.jeon@samsung.com>
> Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Reviewed-by: Sungjong Seo <sj1557.seo@samsung.com>
Looks good to me. Thanks.
> ---
> Changes in v2
> - Change verification order
> - Verification loop start with index 2
> Changes in v3
> - Fix indent
> - Fix comment of exfat_get_dentry_set()
> - Add de_file/de_stream in exfat_entry_set_cache
> - Add srtuct tag name for each dir-entry type in exfat_dentry
> - Add description about de_file/de_stream to commit-log
>
> fs/exfat/dir.c | 147 +++++++++++++++++--------------------------
> fs/exfat/exfat_fs.h | 17 +++--
> fs/exfat/exfat_raw.h | 10 +--
> fs/exfat/file.c | 25 ++++----
> fs/exfat/inode.c | 49 ++++++---------
> fs/exfat/namei.c | 36 +++++------
> 6 files changed, 122 insertions(+), 162 deletions(-)
next prev parent reply other threads:[~2020-08-08 16:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20200806010249epcas1p18fd6e3febad305975b43e1b55b56bcae@epcas1p1.samsung.com>
2020-08-06 1:02 ` Tetsuhiro Kohada
2020-08-08 16:35 ` Sungjong Seo [this message]
2020-08-10 6:10 ` Namjae Jeon
2020-08-12 13:25 ` Tetsuhiro Kohada
2020-08-21 6:53 ` Namjae Jeon
2020-08-25 8:21 ` Tetsuhiro Kohada
2020-08-26 1:03 ` Namjae Jeon
2020-08-26 2:56 ` Tetsuhiro Kohada
2020-08-26 4:19 ` Namjae Jeon
2020-08-26 6:07 ` Tetsuhiro Kohada
2020-08-26 7:32 ` Namjae Jeon
2020-08-27 9:59 ` Tetsuhiro Kohada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000001d66da1$eb814c50$c283e4f0$@samsung.com' \
--to=sj1557.seo@samsung.com \
--cc=kohada.t2@gmail.com \
--cc=kohada.tetsuhiro@dc.mitsubishielectric.co.jp \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mori.takahiro@ab.mitsubishielectric.co.jp \
--cc=motai.hirotaka@aj.mitsubishielectric.co.jp \
--cc=namjae.jeon@samsung.com \
--subject='RE: [PATCH v3] exfat: integrates dir-entry getting and validation' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).