From: patchwork-bot+f2fs@kernel.org
To: Eric Biggers <ebiggers@kernel.org>
Cc: linux-ext4@vger.kernel.org, tytso@mit.edu,
linux-fsdevel@vger.kernel.org, krisman@suse.de,
linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH 0/3] Simplify rejection of unexpected casefold inode flag
Date: Mon, 04 Sep 2023 18:11:09 +0000 [thread overview]
Message-ID: <169385106903.19669.6849396083145416463.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230814182903.37267-1-ebiggers@kernel.org>
Hello:
This series was applied to jaegeuk/f2fs.git (dev)
by Theodore Ts'o <tytso@mit.edu>:
On Mon, 14 Aug 2023 11:29:00 -0700 you wrote:
> This series makes unexpected casefold flags on inodes be consistently
> rejected early on so that additional validation isn't needed later on
> during random filesystem operations. For additional context, refer to
> the discussion on patch 1 of
> https://lore.kernel.org/linux-fsdevel/20230812004146.30980-1-krisman@suse.de/T/#u
>
> Applies to v6.5-rc6
>
> [...]
Here is the summary with links:
- [f2fs-dev,1/3] ext4: reject casefold inode flag without casefold feature
https://git.kernel.org/jaegeuk/f2fs/c/8216776ccff6
- [f2fs-dev,2/3] ext4: remove redundant checks of s_encoding
https://git.kernel.org/jaegeuk/f2fs/c/b81427939590
- [f2fs-dev,3/3] libfs: remove redundant checks of s_encoding
https://git.kernel.org/jaegeuk/f2fs/c/af494af38580
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+f2fs@kernel.org
To: Eric Biggers <ebiggers@kernel.org>
Cc: linux-fsdevel@vger.kernel.org, krisman@suse.de,
linux-ext4@vger.kernel.org, tytso@mit.edu,
linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH 0/3] Simplify rejection of unexpected casefold inode flag
Date: Mon, 04 Sep 2023 18:11:09 +0000 [thread overview]
Message-ID: <169385106903.19669.6849396083145416463.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230814182903.37267-1-ebiggers@kernel.org>
Hello:
This series was applied to jaegeuk/f2fs.git (dev)
by Theodore Ts'o <tytso@mit.edu>:
On Mon, 14 Aug 2023 11:29:00 -0700 you wrote:
> This series makes unexpected casefold flags on inodes be consistently
> rejected early on so that additional validation isn't needed later on
> during random filesystem operations. For additional context, refer to
> the discussion on patch 1 of
> https://lore.kernel.org/linux-fsdevel/20230812004146.30980-1-krisman@suse.de/T/#u
>
> Applies to v6.5-rc6
>
> [...]
Here is the summary with links:
- [f2fs-dev,1/3] ext4: reject casefold inode flag without casefold feature
https://git.kernel.org/jaegeuk/f2fs/c/8216776ccff6
- [f2fs-dev,2/3] ext4: remove redundant checks of s_encoding
https://git.kernel.org/jaegeuk/f2fs/c/b81427939590
- [f2fs-dev,3/3] libfs: remove redundant checks of s_encoding
https://git.kernel.org/jaegeuk/f2fs/c/af494af38580
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
next prev parent reply other threads:[~2023-09-04 18:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-14 18:29 [PATCH 0/3] Simplify rejection of unexpected casefold inode flag Eric Biggers
2023-08-14 18:29 ` [f2fs-dev] " Eric Biggers
2023-08-14 18:29 ` [PATCH 1/3] ext4: reject casefold inode flag without casefold feature Eric Biggers
2023-08-14 18:29 ` [f2fs-dev] " Eric Biggers
2023-08-14 19:09 ` Gabriel Krisman Bertazi
2023-08-14 19:09 ` [f2fs-dev] " Gabriel Krisman Bertazi
2023-08-14 19:24 ` Eric Biggers
2023-08-14 19:24 ` [f2fs-dev] " Eric Biggers
2023-08-14 19:52 ` Gabriel Krisman Bertazi
2023-08-14 19:52 ` [f2fs-dev] " Gabriel Krisman Bertazi
2023-08-14 18:29 ` [PATCH 2/3] ext4: remove redundant checks of s_encoding Eric Biggers
2023-08-14 18:29 ` [f2fs-dev] " Eric Biggers
2023-08-14 18:29 ` [PATCH 3/3] libfs: " Eric Biggers
2023-08-14 18:29 ` [f2fs-dev] " Eric Biggers
2023-08-24 4:53 ` [PATCH 0/3] Simplify rejection of unexpected casefold inode flag Theodore Ts'o
2023-08-24 4:53 ` [f2fs-dev] " Theodore Ts'o
2023-09-04 18:11 ` patchwork-bot+f2fs [this message]
2023-09-04 18:11 ` patchwork-bot+f2fs
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=169385106903.19669.6849396083145416463.git-patchwork-notify@kernel.org \
--to=patchwork-bot+f2fs@kernel.org \
--cc=ebiggers@kernel.org \
--cc=krisman@suse.de \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=linux-fsdevel@vger.kernel.org \
--cc=tytso@mit.edu \
/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.