[PATCH v2 0/3] tmpfs: Casefold fixes

André Almeida posted 3 patches 3 weeks, 2 days ago
include/linux/fs.h |  10 ++---
mm/shmem.c         | 105 +++++++++++++++++++++++++++++----------------
2 files changed, 73 insertions(+), 42 deletions(-)
[PATCH v2 0/3] tmpfs: Casefold fixes
Posted by André Almeida 3 weeks, 2 days ago
After casefold support for tmpfs was merged into vfs tree, two warnings
were reported and I also found a small fix in the code.

Thanks Nathan Chancellor and Stephen Rothwell!

Changelog:
- Fixed ifdef guard for tmpfs_sysfs_init()
v1: https://lore.kernel.org/lkml/20241101013741.295792-1-andrealmeid@igalia.com/

André Almeida (3):
  libfs: Fix kernel-doc warning in generic_ci_validate_strict_name
  tmpfs: Fix type for sysfs' casefold attribute
  tmpfs: Initialize sysfs during tmpfs init

 include/linux/fs.h |  10 ++---
 mm/shmem.c         | 105 +++++++++++++++++++++++++++++----------------
 2 files changed, 73 insertions(+), 42 deletions(-)

-- 
2.47.0

Re: [PATCH v2 0/3] tmpfs: Casefold fixes
Posted by Christian Brauner 2 weeks, 4 days ago
On Fri, 01 Nov 2024 13:42:48 -0300, André Almeida wrote:
> After casefold support for tmpfs was merged into vfs tree, two warnings
> were reported and I also found a small fix in the code.
> 
> Thanks Nathan Chancellor and Stephen Rothwell!
> 
> Changelog:
> - Fixed ifdef guard for tmpfs_sysfs_init()
> v1: https://lore.kernel.org/lkml/20241101013741.295792-1-andrealmeid@igalia.com/
> 
> [...]

Applied to the vfs.tmpfs branch of the vfs/vfs.git tree.
Patches in the vfs.tmpfs 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.tmpfs

[1/3] libfs: Fix kernel-doc warning in generic_ci_validate_strict_name
      https://git.kernel.org/vfs/vfs/c/33b091c08ed8
[2/3] tmpfs: Fix type for sysfs' casefold attribute
      https://git.kernel.org/vfs/vfs/c/18d2f10f6284
[3/3] tmpfs: Initialize sysfs during tmpfs init
      https://git.kernel.org/vfs/vfs/c/65c481f30896