Message ID | 20240606073353.47130-1-eugen.hristev@collabora.com |
---|---|
Headers | show |
Series | Case insensitive cleanup for ext4/f2fs | expand |
Eugen Hristev <eugen.hristev@collabora.com> writes: > Hello, > > I am trying to respin the series here : > https://www.spinics.net/lists/linux-ext4/msg85081.html > > I resent some of the v9 patches and got some reviews from Gabriel, > I did changes as requested and here is v18. The patchset looks good to me. Feel free to add: Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de> Bringing Christian into the loop, since this is getting ready and it should go through the VFS tree, as it touches libfs and a couple filesystems. Christian, can you please take a look? Eric has also been involved in the review, so we should give him a few days to see if he has more comments.
On Thu, 06 Jun 2024 10:33:46 +0300, Eugen Hristev wrote: > I am trying to respin the series here : > https://www.spinics.net/lists/linux-ext4/msg85081.html > > I resent some of the v9 patches and got some reviews from Gabriel, > I did changes as requested and here is v18. > > Changes in v18: > - in patch 2/7 removed the check for folded_name->len > - in patch 4/7 simplified the use of generic_ci_match > > [...] Applied to the vfs.casefold branch of the vfs/vfs.git tree. Patches in the vfs.casefold branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.casefold [1/7] ext4: Simplify the handling of cached casefolded names https://git.kernel.org/vfs/vfs/c/f776f02a2c96 [2/7] f2fs: Simplify the handling of cached casefolded names https://git.kernel.org/vfs/vfs/c/632f4054b229 [3/7] libfs: Introduce case-insensitive string comparison helper https://git.kernel.org/vfs/vfs/c/6a79a4e187bd [4/7] ext4: Reuse generic_ci_match for ci comparisons https://git.kernel.org/vfs/vfs/c/d76b92f61f3b [5/7] f2fs: Reuse generic_ci_match for ci comparisons https://git.kernel.org/vfs/vfs/c/d66858eb0c72 [6/7] ext4: Move CONFIG_UNICODE defguards into the code flow https://git.kernel.org/vfs/vfs/c/d98c822232f8 [7/7] f2fs: Move CONFIG_UNICODE defguards into the code flow https://git.kernel.org/vfs/vfs/c/28add38d545f
> Christian, can you please take a look? Eric has also been involved in
Thanks! Looks good to me. I've picked it up for testing in -next.
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Christian Brauner <brauner@kernel.org>: On Thu, 6 Jun 2024 10:33:46 +0300 you wrote: > Hello, > > I am trying to respin the series here : > https://www.spinics.net/lists/linux-ext4/msg85081.html > > I resent some of the v9 patches and got some reviews from Gabriel, > I did changes as requested and here is v18. > > [...] Here is the summary with links: - [f2fs-dev,v18,1/7] ext4: Simplify the handling of cached casefolded names https://git.kernel.org/jaegeuk/f2fs/c/f776f02a2c96 - [f2fs-dev,v18,2/7] f2fs: Simplify the handling of cached casefolded names https://git.kernel.org/jaegeuk/f2fs/c/632f4054b229 - [f2fs-dev,v18,3/7] libfs: Introduce case-insensitive string comparison helper https://git.kernel.org/jaegeuk/f2fs/c/6a79a4e187bd - [f2fs-dev,v18,4/7] ext4: Reuse generic_ci_match for ci comparisons https://git.kernel.org/jaegeuk/f2fs/c/d76b92f61f3b - [f2fs-dev,v18,5/7] f2fs: Reuse generic_ci_match for ci comparisons https://git.kernel.org/jaegeuk/f2fs/c/d66858eb0c72 - [f2fs-dev,v18,6/7] ext4: Move CONFIG_UNICODE defguards into the code flow https://git.kernel.org/jaegeuk/f2fs/c/d98c822232f8 - [f2fs-dev,v18,7/7] f2fs: Move CONFIG_UNICODE defguards into the code flow https://git.kernel.org/jaegeuk/f2fs/c/28add38d545f You are awesome, thank you!