Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Pull fuse updates from Miklos Szeredi: - Fixes for virtiofs submounts - Misc fixes and cleanups * tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: virtiofs: Fix spelling mistakes fuse: use DIV_ROUND_UP helper macro for calculations fuse: fix illegal access to inode with reused nodeid fuse: allow fallocate(FALLOC_FL_ZERO_RANGE) fuse: Make fuse_fill_super_submount() static fuse: Switch to fc_mount() for submounts fuse: Call vfs_get_tree() for submounts fuse: add dedicated filesystem context ops for submounts virtiofs: propagate sync() to file server fuse: reject internal errno fuse: check connected before queueing on fpq->io fuse: ignore PG_workingset after stealing fuse: Fix infinite loop in sget_fc() fuse: Fix crash if superblock of submount gets killed early fuse: Fix crash in fuse_dentry_automount() error path
Showing
- fs/fuse/dax.c 3 additions, 3 deletionsfs/fuse/dax.c
- fs/fuse/dev.c 12 additions, 2 deletionsfs/fuse/dev.c
- fs/fuse/dir.c 9 additions, 54 deletionsfs/fuse/dir.c
- fs/fuse/file.c 8 additions, 6 deletionsfs/fuse/file.c
- fs/fuse/fuse_i.h 15 additions, 9 deletionsfs/fuse/fuse_i.h
- fs/fuse/inode.c 96 additions, 4 deletionsfs/fuse/inode.c
- fs/fuse/readdir.c 5 additions, 2 deletionsfs/fuse/readdir.c
- fs/fuse/virtio_fs.c 4 additions, 0 deletionsfs/fuse/virtio_fs.c
- include/uapi/linux/fuse.h 9 additions, 1 deletioninclude/uapi/linux/fuse.h
Loading
Please register or sign in to comment