summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)Author
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi
2024-03-06fuse: Fix missing FOLL_PIN for direct-ioLei Huang
2024-03-05fuse: don't unhash rootMiklos Szeredi
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: 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
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