summaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)Author
2024-04-15fuse: fix leaked ENOSYS error on first statx callDanny Lin
2024-03-06fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn
2024-03-05fuse: fix root lookup with nonzero generationMiklos Szeredi
2024-03-05fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi
2024-03-05fuse: prepare for opening file in passthrough modeAmir 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-10-18fuse: convert to new timestamp accessorsJeff Layton
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang
2023-08-21fuse: cache btimeMiklos Szeredi
2023-08-21fuse: implement statxMiklos Szeredi
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi
2023-08-16fuse: handle empty request_mask in statxMiklos Szeredi
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24fuse: convert to ctime accessor functionsJeff Layton
2023-06-07fuse: revalidate: don't invalidate if interruptedMiklos Szeredi
2023-06-07fuse: remove duplicate check for nodeidzyfjeff
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: fix all W=1 kernel-doc warningsRandy Dunlap
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 ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() 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: always revalidate rename target dentryJiachen Zhang
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi
2022-10-20fs: rename current get acl methodChristian Brauner
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)
2022-03-15fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2021-11-25fuse: send security context of inode on fileVivek Goyal
2021-10-28fuse: only update necessary attributesMiklos Szeredi
2021-10-28fuse: take cache_mask into account in getattrMiklos Szeredi
2021-10-28fuse: add cache_maskMiklos Szeredi