Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Pull fuse updates from Miklos Szeredi: - Fix a rare deadlock in virtiofs - Fix st_blocks in writeback cache mode - Fix wrong checks in splice move causing spurious warnings - Fix a race between a GETATTR request and a FUSE_NOTIFY_INVAL_INODE notification - Use rb-tree instead of linear search for pages currently under writeout by userspace - Fix copy_file_range() inconsistencies * tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: fuse: copy_file_range should truncate cache fuse: fix copy_file_range cache issues fuse: optimize writepages search fuse: update attr_version counter on fuse_notify_inval_inode() fuse: don't check refcount after stealing page fuse: fix weird page warning fuse: use dump_page virtiofs: do not use fuse_fill_super_common() for device installation fuse: always allow query of st_dev fuse: always flush dirty data on close(2) fuse: invalidate inode attr in writeback cache mode fuse: Update stale comment in queue_interrupt() fuse: BUG_ON correction in fuse_dev_splice_write() virtiofs: Add mount option and atime behavior to the doc virtiofs: schedule blocking async replies in separate worker
Showing
- Documentation/filesystems/virtiofs.rst 14 additions, 0 deletionsDocumentation/filesystems/virtiofs.rst
- fs/fuse/dev.c 7 additions, 7 deletionsfs/fuse/dev.c
- fs/fuse/dir.c 11 additions, 1 deletionfs/fuse/dir.c
- fs/fuse/file.c 92 additions, 28 deletionsfs/fuse/file.c
- fs/fuse/fuse_i.h 2 additions, 1 deletionfs/fuse/fuse_i.h
- fs/fuse/inode.c 19 additions, 7 deletionsfs/fuse/inode.c
- fs/fuse/virtio_fs.c 74 additions, 41 deletionsfs/fuse/virtio_fs.c
Loading
Please register or sign in to comment