Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Pull fuse updates from Miklos Szeredi: - Revert non-waiting FLUSH due to a regression - Fix a lookup counter leak in readdirplus - Add an option to allow shared mmaps in no-cache mode - Add btime support and statx intrastructure to the protocol - Invalidate positive/negative dentry on failed create/delete * tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: fuse: conditionally fill kstat in fuse_do_statx() fuse: invalidate dentry on EEXIST creates or ENOENT deletes fuse: cache btime fuse: implement statx fuse: add ATTR_TIMEOUT macro fuse: add STATX request fuse: handle empty request_mask in statx fuse: write back dirty pages before direct write in direct_io_relax mode fuse: add a new fuse init flag to relax restrictions in no cache mode fuse: invalidate page cache pages before direct write fuse: nlookup missing decrement in fuse_direntplus_link Revert "fuse: in fuse_flush only wait if someone wants the return code"
Showing
- fs/fuse/dir.c 130 additions, 29 deletionsfs/fuse/dir.c
- fs/fuse/file.c 49 additions, 66 deletionsfs/fuse/file.c
- fs/fuse/fuse_i.h 17 additions, 1 deletionfs/fuse/fuse_i.h
- fs/fuse/inode.c 29 additions, 5 deletionsfs/fuse/inode.c
- fs/fuse/readdir.c 12 additions, 4 deletionsfs/fuse/readdir.c
- include/uapi/linux/fuse.h 59 additions, 1 deletioninclude/uapi/linux/fuse.h
Loading
Please register or sign in to comment