index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuse: fix leaked ENOSYS error on first statx call
Danny Lin
2024-04-15
1
-0
/
+1
*
fuse: fix typo for fuse_permission comment
Alexander Mikhalitsyn
2024-03-06
1
-1
/
+1
*
fuse: fix root lookup with nonzero generation
Miklos Szeredi
2024-03-05
1
-0
/
+4
*
fuse: replace remaining make_bad_inode() with fuse_make_bad()
Miklos Szeredi
2024-03-05
1
-1
/
+1
*
fuse: prepare for opening file in passthrough mode
Amir Goldstein
2024-03-05
1
-5
/
+7
*
fuse: prepare for failing open response
Amir Goldstein
2024-02-23
1
-3
/
+5
*
fuse: break up fuse_open_common()
Amir Goldstein
2024-02-23
1
-1
/
+24
*
fuse: allocate ff->release_args only if release is needed
Amir Goldstein
2024-02-23
1
-1
/
+1
*
fuse: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-5
/
+5
*
Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-05
1
-29
/
+130
|
\
|
*
fuse: conditionally fill kstat in fuse_do_statx()
Bernd Schubert
2023-08-29
1
-5
/
+8
|
*
fuse: invalidate dentry on EEXIST creates or ENOENT deletes
Jiachen Zhang
2023-08-21
1
-4
/
+7
|
*
fuse: cache btime
Miklos Szeredi
2023-08-21
1
-5
/
+9
|
*
fuse: implement statx
Miklos Szeredi
2023-08-21
1
-5
/
+101
|
*
fuse: add ATTR_TIMEOUT macro
Miklos Szeredi
2023-08-16
1
-18
/
+8
|
*
fuse: handle empty request_mask in statx
Miklos Szeredi
2023-08-16
1
-1
/
+6
*
|
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-09
1
-1
/
+1
|
*
fuse: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-4
/
+4
*
|
fuse: revalidate: don't invalidate if interrupted
Miklos Szeredi
2023-06-07
1
-1
/
+1
*
|
fuse: remove duplicate check for nodeid
zyfjeff
2023-06-07
1
-2
/
+0
|
/
*
Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-27
1
-29
/
+97
|
\
|
*
fuse: fix all W=1 kernel-doc warnings
Randy Dunlap
2023-01-26
1
-1
/
+1
|
*
fuse: optional supplementary group in create requests
Miklos Szeredi
2023-01-26
1
-3
/
+61
|
*
fuse: add request extension
Miklos Szeredi
2023-01-26
1
-28
/
+38
*
|
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
1
-16
/
+16
|
\
\
|
*
|
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+3
|
*
|
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
|
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
|
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-4
/
+4
|
*
|
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
|
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
|
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
|
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
|
*
|
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
|
|
/
*
/
fuse: fixes after adapting to new posix acl api
Christian Brauner
2023-01-24
1
-2
/
+4
|
/
*
Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-13
1
-18
/
+25
|
\
|
*
fuse: Rearrange fuse_allow_current_process checks
Dave Marchevsky
2022-11-23
1
-15
/
+20
|
*
fuse: always revalidate rename target dentry
Jiachen Zhang
2022-11-23
1
-1
/
+1
|
*
fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRY
Miklos Szeredi
2022-11-23
1
-2
/
+4
*
|
fs: rename current get acl method
Christian Brauner
2022-10-20
1
-2
/
+2
|
/
*
fuse: implement ->tmpfile()
Miklos Szeredi
2022-09-24
1
-3
/
+21
*
fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_other
Dave Marchevsky
2022-07-21
1
-0
/
+9
*
fuse: fix deadlock between atomic O_TRUNC and page invalidation
Miklos Szeredi
2022-07-21
1
-1
/
+6
*
fuse: Convert fuse to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-5
/
+5
*
fuse: Convert from launder_page to launder_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-1
/
+1
*
fuse: send security context of inode on file
Vivek Goyal
2021-11-25
1
-0
/
+91
*
fuse: only update necessary attributes
Miklos Szeredi
2021-10-28
1
-4
/
+2
*
fuse: take cache_mask into account in getattr
Miklos Szeredi
2021-10-28
1
-1
/
+3
*
fuse: add cache_mask
Miklos Szeredi
2021-10-28
1
-1
/
+2
[next]