summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein2024-04-151-3/+4
* Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-151-19/+134
|\
| * fuse: get rid of ff->readdir.lockMiklos Szeredi2024-03-061-6/+0
| * fuse: Fix missing FOLL_PIN for direct-ioLei Huang2024-03-061-0/+1
| * fuse: don't unhash rootMiklos Szeredi2024-03-051-1/+0
| * fuse: implement passthrough for mmapAmir Goldstein2024-03-051-0/+1
| * fuse: implement splice read/write passthroughAmir Goldstein2024-03-051-0/+6
| * fuse: implement read/write passthroughAmir Goldstein2024-03-051-0/+3
| * fuse: implement open in passthrough modeAmir Goldstein2024-03-051-1/+34
| * fuse: prepare for opening file in passthrough modeAmir Goldstein2024-03-051-3/+16
| * fuse: implement ioctls to manage backing filesAmir Goldstein2024-03-051-0/+10
| * fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein2024-02-231-0/+42
| * fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein2024-02-231-0/+5
| * fuse: introduce inode io modesAmir Goldstein2024-02-231-2/+15
| * fuse: prepare for failing open responseAmir Goldstein2024-02-231-1/+1
| * fuse: break up fuse_open_common()Amir Goldstein2024-02-231-5/+0
| * fuse: allocate ff->release_args only if release is neededAmir Goldstein2024-02-231-1/+1
* | fuse: fix UAF in rcu pathwalksAl Viro2024-02-251-0/+1
|/
* fuse: share lookup state between submount and its parentKrister Johansen2023-12-041-0/+15
* fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli2023-12-041-2/+2
* fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho2023-10-091-1/+1
* fuse: cache btimeMiklos Szeredi2023-08-211-0/+7
* fuse: implement statxMiklos Szeredi2023-08-211-0/+3
* fuse: add ATTR_TIMEOUT macroMiklos Szeredi2023-08-161-1/+4
* fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu2023-08-161-0/+3
* Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-2/+7
|\
| * fuse: optional supplementary group in create requestsMiklos Szeredi2023-01-261-0/+3
| * fuse: add request extensionMiklos Szeredi2023-01-261-2/+4
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-3/+3
|\ \
| * | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| |/
* / fuse: fixes after adapting to new posix acl apiChristian Brauner2023-01-241-3/+3
|/
* Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-2/+2
|\
| * fuse: Rearrange fuse_allow_current_process checksDave Marchevsky2022-11-231-1/+1
| * fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi2022-11-231-1/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
|/
* fuse: implement ->tmpfile()Miklos Szeredi2022-09-241-0/+3
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-1/+1
* fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi2022-03-071-0/+1
* fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu2021-12-141-0/+1
* fuse: negotiate per inode DAX in FUSE_INITJeffle Xu2021-12-141-0/+3
* fuse: enable per inode DAXJeffle Xu2021-12-141-2/+2
* fuse: make DAX mount option a tri-stateJeffle Xu2021-12-141-2/+18
* fuse: send security context of inode on fileVivek Goyal2021-11-251-0/+3
* fuse: only update necessary attributesMiklos Szeredi2021-10-281-1/+1
* fuse: add cache_maskMiklos Szeredi2021-10-281-1/+3
* fuse: always invalidate attributes after writesMiklos Szeredi2021-10-281-1/+1
* fuse: rename fuse_write_update_size()Miklos Szeredi2021-10-281-1/+1
* fuse: selective attribute invalidationMiklos Szeredi2021-10-281-0/+8
* fuse: make sure reclaim doesn't write the inodeMiklos Szeredi2021-10-221-0/+1