summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* fuse: get rid of fuse_put_super()Miklos Szeredi2021-10-211-0/+3
* Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-071-0/+20
|\
| * fuse: wait for writepages in syncfsMiklos Szeredi2021-09-061-0/+19
| * fuse: move fget() to fuse_get_tree()Miklos Szeredi2021-08-051-0/+1
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+1
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+1
| |/
* / fuse: Convert to using invalidate_lockJan Kara2021-07-131-7/+0
|/
* fuse: fix illegal access to inode with reused nodeidAmir Goldstein2021-06-221-0/+7
* fuse: Make fuse_fill_super_submount() staticGreg Kurz2021-06-221-9/+0
* fuse: add dedicated filesystem context ops for submountsGreg Kurz2021-06-221-0/+5
* virtiofs: propagate sync() to file serverGreg Kurz2021-06-221-0/+3
* Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-301-3/+10
|\
| * virtiofs: split requests that exceed virtqueue sizeConnor Kuehl2021-04-141-0/+3
| * fuse: extend FUSE_SETXATTR requestVivek Goyal2021-04-141-1/+4
| * fuse: fix a typoBhaskar Chowdhury2021-04-141-1/+1
| * fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl2021-04-141-1/+1
| * fuse: fix write deadlockVivek Goyal2021-04-141-0/+1
* | fuse: convert to fileattrMiklos Szeredi2021-04-121-0/+3
* | fuse: add internal open/release helpersMiklos Szeredi2021-04-121-0/+7
* | fuse: unsigned open flagsMiklos Szeredi2021-04-121-1/+2
* | fuse: move ioctl to separate source fileMiklos Szeredi2021-04-121-0/+27
|/