summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn2024-09-231-3/+3
* fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn2024-09-231-13/+13
* fuse: warn if fuse_access is called when idmapped mounts are allowedAlexander Mikhalitsyn2024-09-041-0/+8
* fuse: support idmapped ->rename opAlexander Mikhalitsyn2024-09-041-4/+5
* fuse: support idmapped ->setattr opAlexander Mikhalitsyn2024-09-041-11/+23
* fuse: support idmapped ->permission inode opAlexander Mikhalitsyn2024-09-041-2/+2
* fuse: support idmapped getattr inode opAlexander Mikhalitsyn2024-09-041-20/+24
* fuse: support idmap for mkdir/mknod/symlink/create/tmpfileAlexander Mikhalitsyn2024-09-041-18/+20
* fuse: support idmapped FUSE_EXT_GROUPSAlexander Mikhalitsyn2024-09-041-7/+12
* fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn2024-09-041-13/+13
* fuse: fix memory leak in fuse_create_openyangyun2024-08-281-1/+1
* fuse: fix leaked ENOSYS error on first statx callDanny Lin2024-04-151-0/+1
* fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn2024-03-061-1/+1
* fuse: fix root lookup with nonzero generationMiklos Szeredi2024-03-051-0/+4
* fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi2024-03-051-1/+1
* fuse: prepare for opening file in passthrough modeAmir Goldstein2024-03-051-5/+7
* fuse: prepare for failing open responseAmir Goldstein2024-02-231-3/+5
* fuse: break up fuse_open_common()Amir Goldstein2024-02-231-1/+24
* fuse: allocate ff->release_args only if release is neededAmir Goldstein2024-02-231-1/+1
* fuse: convert to new timestamp accessorsJeff Layton2023-10-181-5/+5
* Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-051-29/+130
|\
| * fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert2023-08-291-5/+8
| * fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang2023-08-211-4/+7
| * fuse: cache btimeMiklos Szeredi2023-08-211-5/+9
| * fuse: implement statxMiklos Szeredi2023-08-211-5/+101
| * fuse: add ATTR_TIMEOUT macroMiklos Szeredi2023-08-161-18/+8
| * fuse: handle empty request_mask in statxMiklos Szeredi2023-08-161-1/+6
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-5/+5
|\ \ | |/ |/|
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * fuse: convert to ctime accessor functionsJeff Layton2023-07-241-4/+4
* | fuse: revalidate: don't invalidate if interruptedMiklos Szeredi2023-06-071-1/+1
* | fuse: remove duplicate check for nodeidzyfjeff2023-06-071-2/+0
|/
* Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-29/+97
|\
| * fuse: fix all W=1 kernel-doc warningsRandy Dunlap2023-01-261-1/+1
| * fuse: optional supplementary group in create requestsMiklos Szeredi2023-01-261-3/+61
| * fuse: add request extensionMiklos Szeredi2023-01-261-28/+38
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-16/+16
|\ \
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| |/
* / fuse: fixes after adapting to new posix acl apiChristian Brauner2023-01-241-2/+4
|/
* Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-18/+25
|\
| * fuse: Rearrange fuse_allow_current_process checksDave Marchevsky2022-11-231-15/+20
| * fuse: always revalidate rename target dentryJiachen Zhang2022-11-231-1/+1