Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Pull fuse updates from Miklos Szeredi: "Scalability and performance improvements, as well as minor bug fixes and cleanups" * tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: (25 commits) fuse: cache readdir calls if filesystem opts out of opendir fuse: support clients that don't implement 'opendir' fuse: lift bad inode checks into callers fuse: multiplex cached/direct_io file operations fuse add copy_file_range to direct io fops fuse: use iov_iter based generic splice helpers fuse: Switch to using async direct IO for FOPEN_DIRECT_IO fuse: use atomic64_t for khctr fuse: clean up aborted fuse: Protect ff->reserved_req via corresponding fi->lock fuse: Protect fi->nlookup with fi->lock fuse: Introduce fi->lock to protect write related fields fuse: Convert fc->attr_version into atomic64_t fuse: Add fuse_inode argument to fuse_prepare_release() fuse: Verify userspace asks to requeue interrupt that we really sent fuse: Do some refactoring in fuse_dev_do_write() fuse: Wake up req->waitq of only if not background fuse: Optimize request_end() by not taking fiq->waitq.lock fuse: Kill fasync only if interrupt is queued in queue_interrupt() fuse: Remove stale comment in end_requests() ...
No related branches found
No related tags found
Showing
- fs/fuse/control.c 3 additions, 1 deletionfs/fuse/control.c
- fs/fuse/cuse.c 4 additions, 3 deletionsfs/fuse/cuse.c
- fs/fuse/dev.c 66 additions, 49 deletionsfs/fuse/dev.c
- fs/fuse/dir.c 20 additions, 34 deletionsfs/fuse/dir.c
- fs/fuse/file.c 191 additions, 151 deletionsfs/fuse/file.c
- fs/fuse/fuse_i.h 20 additions, 8 deletionsfs/fuse/fuse_i.h
- fs/fuse/inode.c 15 additions, 11 deletionsfs/fuse/inode.c
- fs/fuse/readdir.c 2 additions, 2 deletionsfs/fuse/readdir.c
- include/uapi/linux/fuse.h 6 additions, 1 deletioninclude/uapi/linux/fuse.h
Loading
Please register or sign in to comment