aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2024-03-05fuse: implement read/write passthroughAmir Goldstein3-6/+84
2024-03-05fuse: implement open in passthrough modeAmir Goldstein4-8/+155
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein4-31/+78
2024-03-05fuse: implement ioctls to manage backing filesAmir Goldstein4-0/+192
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro3-6/+13
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein5-0/+110
2024-02-23fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein1-26/+33
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein3-30/+64
2024-02-23fuse: introduce inode io modesAmir Goldstein4-2/+189
2024-02-23fuse: prepare for failing open responseAmir Goldstein3-9/+16
2024-02-23fuse: break up fuse_open_common()Amir Goldstein3-13/+26
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein3-32/+41
2024-02-23fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein1-17/+21
2024-02-23fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert1-27/+34
2024-02-23fuse: create helper function if DIO write needs exclusive lockBernd Schubert1-18/+45
2024-02-23fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert1-2/+6
2024-02-23virtiofs: emit uevents on filesystem eventsStefan Hajnoczi1-1/+16
2024-02-23virtiofs: export filesystem tags through sysfsStefan Hajnoczi1-22/+90
2024-02-23virtiofs: forbid newlines in tagsStefan Hajnoczi1-0/+10
2024-02-22virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-4/+11
2024-02-05fuse: adapt to breakup of struct file_lockJeff Layton1-8/+7
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+3
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-2/+3
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+2
2023-12-04fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli3-8/+8
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds4-23/+24
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein1-3/+4
2023-10-18fuse: convert to new timestamp accessorsJeff Layton4-23/+24
2023-10-09fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-105/+237
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+9
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert1-5/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-14/+14
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-11/+9
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang1-4/+7
2023-08-21fuse: cache btimeMiklos Szeredi4-8/+40
2023-08-21fuse: implement statxMiklos Szeredi3-7/+107
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi3-21/+14
2023-08-16fuse: handle empty request_mask in statxMiklos Szeredi1-1/+6
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeHao Xu1-0/+7
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu3-3/+11
2023-08-16fuse: invalidate page cache pages before direct writeHao Xu1-1/+11
2023-08-16fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2023-08-14Revert "fuse: in fuse_flush only wait if someone wants the return code"Miklos Szeredi1-63/+26
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24fuse: convert to ctime accessor functionsJeff Layton3-13/+13