aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2024-02-25fuse: fix UAF in rcu pathwalksGravatar Al Viro 3-6/+13
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 1-2/+3
2023-12-12fs: use splice_copy_file_range() inline helperGravatar Amir Goldstein 1-2/+3
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPGravatar Amir Goldstein 1-0/+2
2023-12-04fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Gravatar Hangyu Hua 1-0/+1
2023-12-04fuse: share lookup state between submount and its parentGravatar Krister Johansen 2-3/+87
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPGravatar Tyler Fanelli 3-8/+8
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-3/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 4-23/+24
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesGravatar Amir Goldstein 1-3/+4
2023-10-18fuse: convert to new timestamp accessorsGravatar Jeff Layton 4-23/+24
2023-10-09fuse: move fuse_xattr_handlers to .rodataGravatar Wedson Almeida Filho 2-2/+2
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-105/+237
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-11/+9
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Gravatar Bernd Schubert 1-5/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-14/+14
2023-08-24mm: remove enum page_entry_sizeGravatar Matthew Wilcox (Oracle) 1-11/+9
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesGravatar Jiachen Zhang 1-4/+7
2023-08-21fuse: cache btimeGravatar Miklos Szeredi 4-8/+40
2023-08-21fuse: implement statxGravatar Miklos Szeredi 3-7/+107
2023-08-16fuse: add ATTR_TIMEOUT macroGravatar Miklos Szeredi 3-21/+14
2023-08-16fuse: handle empty request_mask in statxGravatar Miklos Szeredi 1-1/+6
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeGravatar Hao Xu 1-0/+7
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeGravatar Hao Xu 3-3/+11
2023-08-16fuse: invalidate page cache pages before direct writeGravatar Hao Xu 1-1/+11
2023-08-16fuse: nlookup missing decrement in fuse_direntplus_linkGravatar ruanmeisi 1-1/+9
2023-08-14Revert "fuse: in fuse_flush only wait if someone wants the return code"Gravatar Miklos Szeredi 1-63/+26
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-07-24fuse: convert to ctime accessor functionsGravatar Jeff Layton 3-13/+13
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-13/+20
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-35/+10
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONGravatar Jane Chu 1-1/+2
2023-06-21fuse: ioctl: translate ENOSYS in outargGravatar Miklos Szeredi 1-8/+13
2023-06-09fuse: use direct_write_fallbackGravatar Christoph Hellwig 1-22/+2
2023-06-09fuse: drop redundant arguments to fuse_perform_writeGravatar Christoph Hellwig 1-6/+5
2023-06-09fuse: update ki_pos in fuse_perform_writeGravatar Christoph Hellwig 1-10/+10
2023-06-09backing_dev: remove current->backing_dev_infoGravatar Christoph Hellwig 1-4/+0
2023-06-07fuse: revalidate: don't invalidate if interruptedGravatar Miklos Szeredi 1-1/+1
2023-06-07fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTGravatar Bernd Schubert 1-1/+4
2023-06-07fuse: remove duplicate check for nodeidGravatar zyfjeff 1-2/+0
2023-06-07fuse: add feature flag for expire-onlyGravatar Miklos Szeredi 1-1/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-20/+21
2023-04-20fuse_dev_ioctl(): switch to fdget()Gravatar Al Viro 1-20/+21
2023-03-30iov_iter: add iter_iovec() helperGravatar Jens Axboe 1-1/+1
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-61/+181
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-10/+10