Message ID | 20230814182903.37267-1-ebiggers@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Simplify rejection of unexpected casefold inode flag | expand |
On Mon, 14 Aug 2023 11:29:00 -0700, Eric Biggers 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 > > [...] Applied, thanks! [1/3] ext4: reject casefold inode flag without casefold feature commit: 3d0f06b5a4e6d09b4a27d701f2ec9a7de8dadbe5 [2/3] ext4: remove redundant checks of s_encoding commit: fe9ef4ceae694597fe7318aafd7357cc5b85724e [3/3] libfs: remove redundant checks of s_encoding commit: 6d7772c4427aaa21251c629d4fabb17e5c10a463 Best regards,
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!