The following changes since commit 0dd3ee31125508cd67f7e7172247f05b7fd1753a: Linux 6.7 (2024-01-07 12:18:38 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/exportfs-6.9 for you to fetch changes up to 42c3732fa8073717dd7d924472f1c0bc5b452fdc: fs: Create a generic is_dot_dotdot() utility (2024-01-23 10:58:56 -0500) ---------------------------------------------------------------- exportfs fixes for v6.9 ---------------------------------------------------------------- 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