aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeGravatar Amir Goldstein 1-3/+4
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-19/+134
2024-03-06fuse: get rid of ff->readdir.lockGravatar Miklos Szeredi 1-6/+0
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioGravatar Lei Huang 1-0/+1
2024-03-05fuse: don't unhash rootGravatar Miklos Szeredi 1-1/+0
2024-03-05fuse: implement passthrough for mmapGravatar Amir Goldstein 1-0/+1
2024-03-05fuse: implement splice read/write passthroughGravatar Amir Goldstein 1-0/+6
2024-03-05fuse: implement read/write passthroughGravatar Amir Goldstein 1-0/+3
2024-03-05fuse: implement open in passthrough modeGravatar Amir Goldstein 1-1/+34
2024-03-05fuse: prepare for opening file in passthrough modeGravatar Amir Goldstein 1-3/+16
2024-03-05fuse: implement ioctls to manage backing filesGravatar Amir Goldstein 1-0/+10
2024-02-25fuse: fix UAF in rcu pathwalksGravatar Al Viro 1-0/+1
2024-02-23fuse: introduce FUSE_PASSTHROUGH capabilityGravatar Amir Goldstein 1-0/+42
2024-02-23fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPGravatar Amir Goldstein 1-0/+5
2024-02-23fuse: introduce inode io modesGravatar Amir Goldstein 1-2/+15
2024-02-23fuse: prepare for failing open responseGravatar Amir Goldstein 1-1/+1
2024-02-23fuse: break up fuse_open_common()Gravatar Amir Goldstein 1-5/+0
2024-02-23fuse: allocate ff->release_args only if release is neededGravatar Amir Goldstein 1-1/+1
2023-12-04fuse: share lookup state between submount and its parentGravatar Krister Johansen 1-0/+15
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPGravatar Tyler Fanelli 1-2/+2
2023-10-09fuse: move fuse_xattr_handlers to .rodataGravatar Wedson Almeida Filho 1-1/+1
2023-08-21fuse: cache btimeGravatar Miklos Szeredi 1-0/+7
2023-08-21fuse: implement statxGravatar Miklos Szeredi 1-0/+3
2023-08-16fuse: add ATTR_TIMEOUT macroGravatar Miklos Szeredi 1-1/+4
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeGravatar Hao Xu 1-0/+3
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+7
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2023-01-26fuse: optional supplementary group in create requestsGravatar Miklos Szeredi 1-0/+3
2023-01-26fuse: add request extensionGravatar Miklos Szeredi 1-2/+4
2023-01-24fuse: fixes after adapting to new posix acl apiGravatar Christian Brauner 1-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-12-12Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2022-11-23fuse: Rearrange fuse_allow_current_process checksGravatar Dave Marchevsky 1-1/+1
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYGravatar Miklos Szeredi 1-1/+1
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-1/+1
2022-09-24fuse: implement ->tmpfile()Gravatar Miklos Szeredi 1-0/+3
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-07fuse: fix pipe buffer lifetime for direct_ioGravatar Miklos Szeredi 1-0/+1
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesGravatar Jeffle Xu 1-0/+1
2021-12-14fuse: negotiate per inode DAX in FUSE_INITGravatar Jeffle Xu 1-0/+3
2021-12-14fuse: enable per inode DAXGravatar Jeffle Xu 1-2/+2
2021-12-14fuse: make DAX mount option a tri-stateGravatar Jeffle Xu 1-2/+18
2021-11-25fuse: send security context of inode on fileGravatar Vivek Goyal 1-0/+3
2021-10-28fuse: only update necessary attributesGravatar Miklos Szeredi 1-1/+1
2021-10-28fuse: add cache_maskGravatar Miklos Szeredi 1-1/+3
2021-10-28fuse: always invalidate attributes after writesGravatar Miklos Szeredi 1-1/+1
2021-10-28fuse: rename fuse_write_update_size()Gravatar Miklos Szeredi 1-1/+1
2021-10-28fuse: selective attribute invalidationGravatar Miklos Szeredi 1-0/+8
2021-10-22fuse: make sure reclaim doesn't write the inodeGravatar Miklos Szeredi 1-0/+1