summaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15fuse: fix leaked ENOSYS error on first statx callDanny Lin1-0/+1
2024-03-06fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn1-1/+1
2024-03-05fuse: fix root lookup with nonzero generationMiklos Szeredi1-0/+4
2024-03-05fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi1-1/+1
2024-03-05fuse: prepare for opening file in passthrough modeAmir Goldstein1-5/+7
2024-02-23fuse: prepare for failing open responseAmir Goldstein1-3/+5
2024-02-23fuse: break up fuse_open_common()Amir Goldstein1-1/+24
2024-02-23fuse: allocate ff->release_args only if release is neededAmir Goldstein1-1/+1
2023-10-18fuse: convert to new timestamp accessorsJeff Layton1-5/+5
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-29/+130
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert1-5/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+5
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang1-4/+7
2023-08-21fuse: cache btimeMiklos Szeredi1-5/+9
2023-08-21fuse: implement statxMiklos Szeredi1-5/+101
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi1-18/+8
2023-08-16fuse: handle empty request_mask in statxMiklos Szeredi1-1/+6
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24fuse: convert to ctime accessor functionsJeff Layton1-4/+4
2023-06-07fuse: revalidate: don't invalidate if interruptedMiklos Szeredi1-1/+1
2023-06-07fuse: remove duplicate check for nodeidzyfjeff1-2/+0
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-29/+97
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+16
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap1-1/+1
2023-01-26fuse: optional supplementary group in create requestsMiklos Szeredi1-3/+61
2023-01-26fuse: add request extensionMiklos Szeredi1-28/+38
2023-01-24fuse: fixes after adapting to new posix acl apiChristian Brauner1-2/+4
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-2/+2
2022-12-13Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+25
2022-11-23fuse: Rearrange fuse_allow_current_process checksDave Marchevsky1-15/+20
2022-11-23fuse: always revalidate rename target dentryJiachen Zhang1-1/+1
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi1-2/+4
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi1-3/+21
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky1-0/+9
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi1-1/+6
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)1-5/+5
2022-03-15fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-1/+1
2021-11-25fuse: send security context of inode on fileVivek Goyal1-0/+91
2021-10-28fuse: only update necessary attributesMiklos Szeredi1-4/+2
2021-10-28fuse: take cache_mask into account in getattrMiklos Szeredi1-1/+3
2021-10-28fuse: add cache_maskMiklos Szeredi1-1/+2