summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2024-04-15cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li
2024-04-15fuse: fix leaked ENOSYS error on first statx callDanny Lin
2024-04-15fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi
2024-03-06fuse: remove unneeded lock which protecting update of congestion_thresholdKemeng Shi
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang
2024-03-06fuse: remove an unnecessary if statementJiachen Zhang
2024-03-06fuse: Track process write operations in both direct and writethrough modesZhou Jifeng
2024-03-06fuse: Use the high bit of request ID for indicating resend requestsZhao Chen
2024-03-06fuse: Introduce a new notification type for resend pending requestsZhao Chen
2024-03-06fuse: add support for explicit export disablingJingbo Xu
2024-03-06fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn
2024-03-06fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn
2024-03-05fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)
2024-03-05fuse: Remove fuse_writepageMatthew Wilcox (Oracle)
2024-03-05virtio_fs: remove duplicate check if queue is brokenLi RongQing
2024-03-05fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi
2024-03-05fuse: don't unhash rootMiklos Szeredi
2024-03-05fuse: fix root lookup with nonzero generationMiklos Szeredi
2024-03-05fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi
2024-03-05virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi
2024-03-05fuse: implement passthrough for mmapAmir Goldstein
2024-03-05fuse: implement splice read/write passthroughAmir Goldstein
2024-03-05fuse: implement read/write passthroughAmir Goldstein
2024-03-05fuse: implement open in passthrough modeAmir Goldstein
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein
2024-02-23fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein
2024-02-23fuse: introduce inode io modesAmir Goldstein
2024-02-23fuse: prepare for failing open responseAmir Goldstein
2024-02-23fuse: break up fuse_open_common()Amir Goldstein
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein
2024-02-23fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein
2024-02-23fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert
2024-02-23fuse: create helper function if DIO write needs exclusive lockBernd Schubert
2024-02-23fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert
2024-02-23virtiofs: emit uevents on filesystem eventsStefan Hajnoczi
2024-02-23virtiofs: export filesystem tags through sysfsStefan Hajnoczi
2024-02-23virtiofs: forbid newlines in tagsStefan Hajnoczi
2024-02-22virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers
2024-02-05fuse: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds