public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] fix the fallback implementation of get_name
@ 2024-01-20 13:57 Chuck Lever
  2024-01-20 13:57 ` [PATCH v5 1/2] exportfs: fix the fallback implementation of the get_name export operation Chuck Lever
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chuck Lever @ 2024-01-20 13:57 UTC (permalink / raw)
  To: jlayton, amir73il; +Cc: trondmy, linux-fsdevel, linux-nfs, viro, brauner

Last call.

Topic branch for fs/exportfs:

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git
branch: exportfs-next

Changes since v4:
- Make it easier to backport 1/2
- Replace "len < 2" with "len == 1" for clarity

Changes since v3:
- is_dot_dotdot() now checks that the file name length > 0

Changes since v2:
- Capture the open-coded "is_dot_dotdot" implementation in
 lookup_one_common()

Changes since v1:
- Fixes: was dropped from 1/2
- Added a patch to hoist is_dot_dotdot() into linux/fs.h

---

Chuck Lever (1):
      fs: Create a generic is_dot_dotdot() utility

Trond Myklebust (1):
      exportfs: fix the fallback implementation of the get_name export operation


 fs/crypto/fname.c    |  8 +-------
 fs/ecryptfs/crypto.c | 10 ----------
 fs/exportfs/expfs.c  |  2 +-
 fs/f2fs/f2fs.h       | 11 -----------
 fs/namei.c           |  6 ++----
 include/linux/fs.h   | 11 +++++++++++
 6 files changed, 15 insertions(+), 33 deletions(-)

--
Chuck Lever


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20 13:57 [PATCH v5 0/2] fix the fallback implementation of get_name Chuck Lever
2024-01-20 13:57 ` [PATCH v5 1/2] exportfs: fix the fallback implementation of the get_name export operation Chuck Lever
2024-01-20 13:57 ` [PATCH v5 2/2] fs: Create a generic is_dot_dotdot() utility Chuck Lever
2024-01-24 22:19   ` Eric Biggers
2024-01-23 15:51 ` [PATCH v5 0/2] fix the fallback implementation of get_name Christian Brauner

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