All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaegeuk Kim via Linux-f2fs-devel <linux-f2fs-devel@lists.sourceforge.net>
To: Juhyung Park <qkrwngud825@gmail.com>
Cc: linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH] mkfs.f2fs: set SQLite journal files to hot extensions
Date: Wed, 1 Oct 2025 17:25:16 +0000	[thread overview]
Message-ID: <aN1j_Kapop-6B46V@google.com> (raw)
In-Reply-To: <CAD14+f0JGoNeEbN=duPeiKhBmQK9EBZ4h-BE0ShwmckzoQ47PQ@mail.gmail.com>

On 09/30, Juhyung Park wrote:
> I recall being told by Chao that the ext is checked with .startsWith()-like
> semantics, hence "mp" covering both mp3/mp4.
> 
> Was this not the case for hot list?

Thanks, Juhyung. Yeah, it seems the code looks like that. Let me drop this
patch.

> 
> On Tue, Sep 30, 2025 at 10:13 AM Jaegeuk Kim via Linux-f2fs-devel <
> linux-f2fs-devel@lists.sourceforge.net> wrote:
> 
> > Journal files will be created and deleted with random updates. Let's put
> > the data in HOT log to mitigate the entire fragmentation.
> >
> > Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
> > ---
> >  mkfs/f2fs_format.c | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c
> > index b98976c6ffa8..53e1f982945d 100644
> > --- a/mkfs/f2fs_format.c
> > +++ b/mkfs/f2fs_format.c
> > @@ -157,6 +157,9 @@ const char *media_ext_lists[] = {
> >
> >  const char *hot_ext_lists[] = {
> >         "db",
> > +       "db-journal",
> > +       "db-wal",
> > +       "db-shm",
> >
> >  #ifndef WITH_ANDROID
> >         /* Virtual machines */
> > --
> > 2.51.0.618.g983fd99d29-goog
> >
> >
> >
> > _______________________________________________
> > Linux-f2fs-devel mailing list
> > Linux-f2fs-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
> >


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

      parent reply	other threads:[~2025-10-01 17:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-30 17:09 [f2fs-dev] [PATCH] mkfs.f2fs: set SQLite journal files to hot extensions Jaegeuk Kim via Linux-f2fs-devel
     [not found] ` <CAD14+f0JGoNeEbN=duPeiKhBmQK9EBZ4h-BE0ShwmckzoQ47PQ@mail.gmail.com>
2025-10-01 17:25   ` Jaegeuk Kim via Linux-f2fs-devel [this message]

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=aN1j_Kapop-6B46V@google.com \
    --to=linux-f2fs-devel@lists.sourceforge.net \
    --cc=jaegeuk@kernel.org \
    --cc=qkrwngud825@gmail.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.