summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)Author
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro
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-10-09fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho
2023-08-21fuse: cache btimeMiklos Szeredi
2023-08-21fuse: implement statxMiklos Szeredi
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi
2023-01-26fuse: add request extensionMiklos Szeredi
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2022-12-12Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-23fuse: Rearrange fuse_allow_current_process checksDave Marchevsky
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu
2021-12-14fuse: enable per inode DAXJeffle Xu
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu
2021-11-25fuse: send security context of inode on fileVivek Goyal
2021-10-28fuse: only update necessary attributesMiklos Szeredi
2021-10-28fuse: add cache_maskMiklos Szeredi
2021-10-28fuse: always invalidate attributes after writesMiklos Szeredi
2021-10-28fuse: rename fuse_write_update_size()Miklos Szeredi
2021-10-28fuse: selective attribute invalidationMiklos Szeredi
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-05fuse: move fget() to fuse_get_tree()Miklos Szeredi
2021-07-13fuse: Convert to using invalidate_lockJan Kara
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal
2021-04-14fuse: fix a typoBhaskar Chowdhury
2021-04-14fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl
2021-04-14fuse: fix write deadlockVivek Goyal