Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-5.6-rc1 - Fix a regression introduced in v5.1 that triggers WARNINGs for some fuse filesystems. - Fix an xfstest failure. - Allow overlayfs to be used on top of fuse/virtiofs. - Code and documentation cleanups. Thanks, Miklos ---------------------------------------------------------------- Daniel W. S. Almeida (1): Documentation: filesystems: convert fuse to RST Miklos Szeredi (2): fix up iter on short count in fuse_direct_io() fuse: don't overflow LLONG_MAX with end offset Vivek Goyal (1): fuse: Support RENAME_WHITEOUT flag zhengbin (1): fuse: use true,false for bool variable --- Documentation/filesystems/{fuse.txt => fuse.rst} | 163 ++++++++++------------- Documentation/filesystems/index.rst | 1 + MAINTAINERS | 2 +- fs/fuse/cuse.c | 4 +- fs/fuse/dir.c | 2 +- fs/fuse/file.c | 21 ++- fs/fuse/inode.c | 14 +- fs/fuse/readdir.c | 2 +- 8 files changed, 104 insertions(+), 105 deletions(-) rename Documentation/filesystems/{fuse.txt => fuse.rst} (80%)