diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-08 02:59:07 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-08 02:59:07 +0100 |
commit | f757165705e92db62f85a1ad287e9251d1f2cd82 (patch) | |
tree | 1b361224bb599a4e09df803b235ce75304825b58 /Documentation/filesystems/index.rst | |
parent | Merge tag 'gfs2-for-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g... (diff) | |
parent | fuse: use true,false for bool variable (diff) | |
download | linux-f757165705e92db62f85a1ad287e9251d1f2cd82.tar.xz linux-f757165705e92db62f85a1ad287e9251d1f2cd82.zip |
Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/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()
Diffstat (limited to 'Documentation/filesystems/index.rst')
-rw-r--r-- | Documentation/filesystems/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 824a3ecbb0ca..386eaad008b2 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -47,6 +47,7 @@ Documentation for filesystem implementations. :maxdepth: 2 autofs + fuse overlayfs virtiofs vfat |