summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-03fuse: don't unhash rootMiklos Szeredi1-1/+0
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro1-0/+1
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen1-0/+15
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli1-2/+2
2023-10-09fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-08-21fuse: cache btimeMiklos Szeredi1-0/+7
2023-08-21fuse: implement statxMiklos Szeredi1-0/+3
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi1-1/+4
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu1-0/+3
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+7
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi1-0/+3
2023-01-26fuse: add request extensionMiklos Szeredi1-2/+4
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner1-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-13Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-11-23fuse: Rearrange fuse_allow_current_process checksDave Marchevsky1-1/+1
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi1-1/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+1
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi1-0/+3
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-1/+1
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi1-0/+1
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu1-0/+1
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu1-0/+3
2021-12-14fuse: enable per inode DAXJeffle Xu1-2/+2
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu1-2/+18
2021-11-25fuse: send security context of inode on fileVivek Goyal1-0/+3
2021-10-28fuse: only update necessary attributesMiklos Szeredi1-1/+1
2021-10-28fuse: add cache_maskMiklos Szeredi1-1/+3
2021-10-28fuse: always invalidate attributes after writesMiklos Szeredi1-1/+1
2021-10-28fuse: rename fuse_write_update_size()Miklos Szeredi1-1/+1
2021-10-28fuse: selective attribute invalidationMiklos Szeredi1-0/+8
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi1-0/+1
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi1-0/+3
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+20
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi1-0/+19
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-08-05fuse: move fget() to fuse_get_tree()Miklos Szeredi1-0/+1
2021-07-13fuse: Convert to using invalidate_lockJan Kara1-7/+0
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein1-0/+7
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz1-9/+0
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz1-0/+5
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz1-0/+3
2021-05-01Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+10
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl1-0/+3
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal1-1/+4
2021-04-14fuse: fix a typoBhaskar Chowdhury1-1/+1
2021-04-14fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl1-1/+1