index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
1
-3
/
+3
2024-09-23
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
1
-13
/
+13
2024-09-04
fuse: warn if fuse_access is called when idmapped mounts are allowed
Alexander Mikhalitsyn
1
-0
/
+8
2024-09-04
fuse: support idmapped ->rename op
Alexander Mikhalitsyn
1
-4
/
+5
2024-09-04
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
1
-11
/
+23
2024-09-04
fuse: support idmapped ->permission inode op
Alexander Mikhalitsyn
1
-2
/
+2
2024-09-04
fuse: support idmapped getattr inode op
Alexander Mikhalitsyn
1
-20
/
+24
2024-09-04
fuse: support idmap for mkdir/mknod/symlink/create/tmpfile
Alexander Mikhalitsyn
1
-18
/
+20
2024-09-04
fuse: support idmapped FUSE_EXT_GROUPS
Alexander Mikhalitsyn
1
-7
/
+12
2024-09-04
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
1
-13
/
+13
2024-08-28
fuse: fix memory leak in fuse_create_open
yangyun
1
-1
/
+1
2024-04-15
fuse: fix leaked ENOSYS error on first statx call
Danny Lin
1
-0
/
+1
2024-03-06
fuse: fix typo for fuse_permission comment
Alexander Mikhalitsyn
1
-1
/
+1
2024-03-05
fuse: fix root lookup with nonzero generation
Miklos Szeredi
1
-0
/
+4
2024-03-05
fuse: replace remaining make_bad_inode() with fuse_make_bad()
Miklos Szeredi
1
-1
/
+1
2024-03-05
fuse: prepare for opening file in passthrough mode
Amir Goldstein
1
-5
/
+7
2024-02-23
fuse: prepare for failing open response
Amir Goldstein
1
-3
/
+5
2024-02-23
fuse: break up fuse_open_common()
Amir Goldstein
1
-1
/
+24
2024-02-23
fuse: allocate ff->release_args only if release is needed
Amir Goldstein
1
-1
/
+1
2023-10-18
fuse: convert to new timestamp accessors
Jeff Layton
1
-5
/
+5
2023-09-05
Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-29
/
+130
2023-08-29
fuse: conditionally fill kstat in fuse_do_statx()
Bernd Schubert
1
-5
/
+8
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-5
/
+5
2023-08-21
fuse: invalidate dentry on EEXIST creates or ENOENT deletes
Jiachen Zhang
1
-4
/
+7
2023-08-21
fuse: cache btime
Miklos Szeredi
1
-5
/
+9
2023-08-21
fuse: implement statx
Miklos Szeredi
1
-5
/
+101
2023-08-16
fuse: add ATTR_TIMEOUT macro
Miklos Szeredi
1
-18
/
+8
2023-08-16
fuse: handle empty request_mask in statx
Miklos Szeredi
1
-1
/
+6
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-07-24
fuse: convert to ctime accessor functions
Jeff Layton
1
-4
/
+4
2023-06-07
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
1
-1
/
+1
2023-06-07
fuse: remove duplicate check for nodeid
zyfjeff
1
-2
/
+0
2023-02-27
Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-29
/
+97
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-16
/
+16
2023-01-26
fuse: fix all W=1 kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2023-01-26
fuse: optional supplementary group in create requests
Miklos Szeredi
1
-3
/
+61
2023-01-26
fuse: add request extension
Miklos Szeredi
1
-28
/
+38
2023-01-24
fuse: fixes after adapting to new posix acl api
Christian Brauner
1
-2
/
+4
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-4
/
+4
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2022-12-12
Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-18
/
+25
2022-11-23
fuse: Rearrange fuse_allow_current_process checks
Dave Marchevsky
1
-15
/
+20
2022-11-23
fuse: always revalidate rename target dentry
Jiachen Zhang
1
-1
/
+1
[next]