aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
10 daysvirtiofs: include a newline in sysfs tagGravatar Brian Foster 1-1/+1
2024-04-22fuse: verify zero padding in fuse_backing_mapGravatar Amir Goldstein 1-1/+1
2024-04-15cuse: add kernel-doc comments to cuse_process_init_reply()Gravatar Yang Li 1-0/+4
2024-04-15fuse: fix leaked ENOSYS error on first statx callGravatar Danny Lin 1-0/+1
2024-04-15fuse: fix parallel dio write on file open in passthrough modeGravatar Amir Goldstein 1-2/+2
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeGravatar Amir Goldstein 4-25/+51
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 12-274/+1375
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+11
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-7/+7
2024-03-06fuse: get rid of ff->readdir.lockGravatar Miklos Szeredi 3-12/+0
2024-03-06fuse: remove unneeded lock which protecting update of congestion_thresholdGravatar Kemeng Shi 1-5/+1
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioGravatar Lei Huang 2-5/+11
2024-03-06fuse: remove an unnecessary if statementGravatar Jiachen Zhang 1-4/+0
2024-03-06fuse: Track process write operations in both direct and writethrough modesGravatar Zhou Jifeng 1-2/+6
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsGravatar Zhao Chen 2-1/+3
2024-03-06fuse: Introduce a new notification type for resend pending requestsGravatar Zhao Chen 1-0/+56
2024-03-06fuse: add support for explicit export disablingGravatar Jingbo Xu 1-1/+10
2024-03-06fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Gravatar Alexander Mikhalitsyn 1-2/+2
2024-03-06fuse: fix typo for fuse_permission commentGravatar Alexander Mikhalitsyn 1-1/+1
2024-03-05fuse: Convert fuse_writepage_locked to take a folioGravatar Matthew Wilcox (Oracle) 1-15/+15
2024-03-05fuse: Remove fuse_writepageGravatar Matthew Wilcox (Oracle) 1-29/+1
2024-03-05virtio_fs: remove duplicate check if queue is brokenGravatar Li RongQing 1-2/+2
2024-03-05fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Gravatar Miklos Szeredi 1-1/+1
2024-03-05fuse: don't unhash rootGravatar Miklos Szeredi 2-3/+5
2024-03-05fuse: fix root lookup with nonzero generationGravatar Miklos Szeredi 1-0/+4
2024-03-05fuse: replace remaining make_bad_inode() with fuse_make_bad()Gravatar Miklos Szeredi 1-1/+1
2024-03-05virtiofs: drop __exit from virtio_fs_sysfs_exit()Gravatar Stefan Hajnoczi 1-1/+1
2024-03-05fuse: implement passthrough for mmapGravatar Amir Goldstein 3-3/+27
2024-03-05fuse: implement splice read/write passthroughGravatar Amir Goldstein 3-2/+78
2024-03-05fuse: implement read/write passthroughGravatar Amir Goldstein 3-6/+84
2024-03-05fuse: implement open in passthrough modeGravatar Amir Goldstein 4-8/+155
2024-03-05fuse: prepare for opening file in passthrough modeGravatar Amir Goldstein 4-31/+78
2024-03-05fuse: implement ioctls to manage backing filesGravatar Amir Goldstein 4-0/+192
2024-02-25fuse: fix UAF in rcu pathwalksGravatar Al Viro 3-6/+13
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityGravatar Amir Goldstein 5-0/+110
2024-02-23fuse: factor out helper for FUSE_DEV_IOC_CLONEGravatar Amir Goldstein 1-26/+33
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPGravatar Amir Goldstein 3-30/+64
2024-02-23fuse: introduce inode io modesGravatar Amir Goldstein 4-2/+189
2024-02-23fuse: prepare for failing open responseGravatar Amir Goldstein 3-9/+16
2024-02-23fuse: break up fuse_open_common()Gravatar Amir Goldstein 3-13/+26
2024-02-23fuse: allocate ff->release_args only if release is neededGravatar Amir Goldstein 3-32/+41
2024-02-23fuse: factor out helper fuse_truncate_update_attr()Gravatar Amir Goldstein 1-17/+21
2024-02-23fuse: add fuse_dio_lock/unlock helper functionsGravatar Bernd Schubert 1-27/+34
2024-02-23fuse: create helper function if DIO write needs exclusive lockGravatar Bernd Schubert 1-18/+45
2024-02-23fuse: fix VM_MAYSHARE and direct_io_allow_mmapGravatar Bernd Schubert 1-2/+6
2024-02-23virtiofs: emit uevents on filesystem eventsGravatar Stefan Hajnoczi 1-1/+16
2024-02-23virtiofs: export filesystem tags through sysfsGravatar Stefan Hajnoczi 1-22/+90
2024-02-23virtiofs: forbid newlines in tagsGravatar Stefan Hajnoczi 1-0/+10
2024-02-22virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalGravatar Mathieu Desnoyers 1-4/+11
2024-02-05fuse: adapt to breakup of struct file_lockGravatar Jeff Layton 1-8/+7