From: Linus Torvalds Date: Sat, 8 Feb 2020 01:59:07 +0000 (-0800) Subject: Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f757165705e92db62f85a1ad287e9251d1f2cd82;p=linux.git Merge tag 'fuse-fixes-5.6-rc1' of git://git./linux/kernel/git/mszeredi/fuse Pull fuse fixes from Miklos Szeredi: - 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 * tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: fuse: use true,false for bool variable Documentation: filesystems: convert fuse to RST fuse: Support RENAME_WHITEOUT flag fuse: don't overflow LLONG_MAX with end offset fix up iter on short count in fuse_direct_io() --- f757165705e92db62f85a1ad287e9251d1f2cd82 diff --cc Documentation/filesystems/index.rst index 824a3ecbb0ca5,e0c665cbcec25..386eaad008b20 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@@ -47,6 -47,5 +47,7 @@@ Documentation for filesystem implementa :maxdepth: 2 autofs + fuse + overlayfs virtiofs + vfat