summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
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
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein
2023-12-04fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein
2023-10-18fuse: convert to new timestamp accessorsJeff Layton
2023-10-09fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang
2023-08-21fuse: cache btimeMiklos Szeredi
2023-08-21fuse: implement statxMiklos Szeredi
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi
2023-08-16fuse: handle empty request_mask in statxMiklos Szeredi
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeHao Xu