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