mbox series

[v2,0/2] fix the fallback implementation of get_name

Message ID 170429478711.50646.12675561629884992953.stgit@bazille.1015granger.net (mailing list archive)
Headers show
Series fix the fallback implementation of get_name | expand

Message

Chuck Lever Jan. 3, 2024, 3:19 p.m. UTC
I've set up a testing topic branch for exportfs in my kernel.org git
repo:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git

But IIRC, Christian wants exportfs changes to go through the VFS
tree. Please correct me if I'm wrong.

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 -----------
 include/linux/fs.h   |  9 +++++++++
 5 files changed, 11 insertions(+), 29 deletions(-)

--
Chuck Lever