index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-27
1
-1
/
+3
|
\
|
*
fuse: optional supplementary group in create requests
Miklos Szeredi
2023-01-26
1
-1
/
+3
*
|
fuse: fixes after adapting to new posix acl api
Christian Brauner
2023-01-24
1
-11
/
+10
|
/
*
fuse: retire block-device-based superblock on force unmount
Daniil Lunev
2022-07-27
1
-2
/
+8
*
fuse: limit nsec
Miklos Szeredi
2022-07-21
1
-0
/
+6
*
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
*
fuse: move FUSE_SUPER_MAGIC definition to magic.h
Jeff Layton
2022-02-21
1
-2
/
+1
*
fuse: mark inode DONT_CACHE when per inode DAX hint changes
Jeffle Xu
2021-12-14
1
-0
/
+3
*
fuse: negotiate per inode DAX in FUSE_INIT
Jeffle Xu
2021-12-14
1
-4
/
+9
*
fuse: enable per inode DAX
Jeffle Xu
2021-12-14
1
-1
/
+1
*
fuse: make DAX mount option a tri-state
Jeffle Xu
2021-12-14
1
-3
/
+7
*
fuse: send security context of inode on file
Vivek Goyal
2021-11-25
1
-1
/
+4
*
fuse: extend init flags
Miklos Szeredi
2021-11-25
1
-27
/
+33
*
fuse: add cache_mask
Miklos Szeredi
2021-10-28
1
-7
/
+24
*
fuse: move reverting attributes to fuse_change_attributes()
Miklos Szeredi
2021-10-28
1
-0
/
+13
*
fuse: simplify local variables holding writeback cache state
Miklos Szeredi
2021-10-28
1
-2
/
+2
*
fuse: make sure reclaim doesn't write the inode
Miklos Szeredi
2021-10-22
1
-0
/
+3
*
fuse: clean up error exits in fuse_fill_super()
Miklos Szeredi
2021-10-21
1
-6
/
+2
*
fuse: always initialize sb->s_fs_info
Miklos Szeredi
2021-10-21
1
-25
/
+25
*
fuse: clean up fuse_mount destruction
Miklos Szeredi
2021-10-21
1
-12
/
+5
*
fuse: get rid of fuse_put_super()
Miklos Szeredi
2021-10-21
1
-9
/
+11
*
fuse: check s_root when destroying sb
Miklos Szeredi
2021-10-21
1
-1
/
+1
*
Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-09-07
1
-55
/
+148
|
\
|
*
fuse: wait for writepages in syncfs
Miklos Szeredi
2021-09-06
1
-0
/
+60
|
*
fuse: allow sharing existing sb
Miklos Szeredi
2021-08-05
1
-1
/
+37
|
*
fuse: move fget() to fuse_get_tree()
Miklos Szeredi
2021-08-05
1
-23
/
+21
|
*
fuse: move option checking into fuse_fill_super()
Miklos Szeredi
2021-08-04
1
-7
/
+6
|
*
fuse: name fs_context consistently
Miklos Szeredi
2021-08-04
1
-30
/
+30
*
|
fuse: Convert to using invalidate_lock
Jan Kara
2021-07-13
1
-1
/
+0
|
/
*
fuse: fix illegal access to inode with reused nodeid
Amir Goldstein
2021-06-22
1
-2
/
+2
*
fuse: Make fuse_fill_super_submount() static
Greg Kurz
2021-06-22
1
-2
/
+2
*
fuse: Call vfs_get_tree() for submounts
Greg Kurz
2021-06-22
1
-0
/
+36
*
fuse: add dedicated filesystem context ops for submounts
Greg Kurz
2021-06-22
1
-0
/
+16
*
virtiofs: propagate sync() to file server
Greg Kurz
2021-06-22
1
-0
/
+40
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2021-05-02
1
-2
/
+1
|
\
|
*
useful constants: struct qstr for ".."
Al Viro
2021-04-15
1
-2
/
+1
*
|
Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-04-30
1
-2
/
+5
|
\
\
|
*
|
virtiofs: split requests that exceed virtqueue size
Connor Kuehl
2021-04-14
1
-1
/
+2
|
*
|
fuse: extend FUSE_SETXATTR request
Vivek Goyal
2021-04-14
1
-1
/
+3
|
|
/
*
/
new helper: inode_wrong_type()
Al Viro
2021-03-08
1
-1
/
+1
|
/
*
fuse: fix bad inode
Miklos Szeredi
2020-12-10
1
-2
/
+2
*
fuse: support SB_NOSEC flag to improve write performance
Vivek Goyal
2020-11-11
1
-1
/
+13
*
fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2
Vivek Goyal
2020-11-11
1
-1
/
+4
*
fuse: add fuse_sb_destroy() helper
Miklos Szeredi
2020-11-11
1
-9
/
+7
*
fuse: get rid of fuse_mount refcount
Miklos Szeredi
2020-11-11
1
-13
/
+4
*
virtiofs: simplify sb setup
Miklos Szeredi
2020-11-11
1
-7
/
+0
*
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-19
1
-88
/
+303
|
\
|
*
fuse: connection remove fix
Miklos Szeredi
2020-10-12
1
-0
/
+7
|
*
fuse: implement crossmounts
Max Reitz
2020-10-09
1
-2
/
+24
|
*
fuse: Allow fuse_fill_super_common() for submounts
Max Reitz
2020-09-18
1
-21
/
+88
[next]