linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] tmpfs: Casefold fixes
@ 2024-11-01  1:37 André Almeida
  2024-11-01  1:37 ` [PATCH 1/3] libfs: Fix kernel-doc warning in generic_ci_validate_strict_name André Almeida
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: André Almeida @ 2024-11-01  1:37 UTC (permalink / raw)
  To: Hugh Dickins, Andrew Morton, Alexander Viro, Christian Brauner,
	Jan Kara, krisman, Stephen Rothwell, Nathan Chancellor
  Cc: linux-mm, linux-kernel, linux-fsdevel, kernel-dev,
	Theodore Ts'o, André Almeida

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!

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-11-01 16:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01  1:37 [PATCH 0/3] tmpfs: Casefold fixes André Almeida
2024-11-01  1:37 ` [PATCH 1/3] libfs: Fix kernel-doc warning in generic_ci_validate_strict_name André Almeida
2024-11-01  1:37 ` [PATCH 2/3] tmpfs: Fix type for sysfs' casefold attribute André Almeida
2024-11-01  7:12   ` Nathan Chancellor
2024-11-01  1:37 ` [PATCH 3/3] tmpfs: Initialize sysfs during tmpfs init André Almeida
2024-11-01  7:19   ` Nathan Chancellor
2024-11-01 16:23     ` André Almeida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox