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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-07-19
1
-31
/
+31
|
\
|
*
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
2024-07-17
1
-1
/
+1
|
*
virtiofs: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-07-17
1
-13
/
+9
|
*
virtio-fs: improved request latencies when Virtio queue is full
Peter-Jan Gootzen
2024-07-09
1
-15
/
+19
|
*
virtio-fs: let -ENOMEM bubble up or burst gently
Peter-Jan Gootzen
2024-07-09
1
-3
/
+3
*
|
Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-07-15
1
-6
/
+18
|
\
\
|
*
|
fuse: Convert to new uid/gid option parsing helpers
Eric Sandeen
2024-07-03
1
-8
/
+4
|
*
|
fuse: verify {g,u}id mount options correctly
Eric Sandeen
2024-07-03
1
-4
/
+20
|
|
/
*
/
fuse: Use in_group_or_capable() helper
Youling Tang
2024-06-25
1
-2
/
+2
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2024-05-23
1
-1
/
+0
|
\
|
*
fuse: virtio: drop owner assignment
Krzysztof Kozlowski
2024-05-22
1
-1
/
+0
*
|
virtio-fs: add multi-queue support
Peter-Jan Gootzen
2024-05-10
1
-8
/
+62
*
|
virtio-fs: limit number of request queues
Peter-Jan Gootzen
2024-05-10
1
-0
/
+3
*
|
fuse: clear FR_SENT when re-adding requests into pending list
Hou Tao
2024-05-10
1
-0
/
+1
*
|
fuse: set FR_PENDING atomically in fuse_resend()
Hou Tao
2024-05-10
1
-1
/
+1
*
|
fuse: Add initial support for fs-verity
Richard Fung
2024-05-08
1
-0
/
+60
*
|
fuse: Convert fuse_readpages_end() to use folio_end_read()
Matthew Wilcox (Oracle)
2024-05-08
1
-7
/
+3
*
|
virtiofs: include a newline in sysfs tag
Brian Foster
2024-05-08
1
-1
/
+1
*
|
fuse: verify zero padding in fuse_backing_map
Amir Goldstein
2024-04-22
1
-1
/
+1
|
/
*
cuse: add kernel-doc comments to cuse_process_init_reply()
Yang Li
2024-04-15
1
-0
/
+4
*
fuse: fix leaked ENOSYS error on first statx call
Danny Lin
2024-04-15
1
-0
/
+1
*
fuse: fix parallel dio write on file open in passthrough mode
Amir Goldstein
2024-04-15
1
-2
/
+2
*
fuse: fix wrong ff->iomode state changes from parallel dio write
Amir Goldstein
2024-04-15
4
-25
/
+51
*
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-15
12
-274
/
+1375
|
\
|
*
fuse: get rid of ff->readdir.lock
Miklos Szeredi
2024-03-06
3
-12
/
+0
|
*
fuse: remove unneeded lock which protecting update of congestion_threshold
Kemeng Shi
2024-03-06
1
-5
/
+1
|
*
fuse: Fix missing FOLL_PIN for direct-io
Lei Huang
2024-03-06
2
-5
/
+11
|
*
fuse: remove an unnecessary if statement
Jiachen Zhang
2024-03-06
1
-4
/
+0
|
*
fuse: Track process write operations in both direct and writethrough modes
Zhou Jifeng
2024-03-06
1
-2
/
+6
|
*
fuse: Use the high bit of request ID for indicating resend requests
Zhao Chen
2024-03-06
2
-1
/
+3
|
*
fuse: Introduce a new notification type for resend pending requests
Zhao Chen
2024-03-06
1
-0
/
+56
|
*
fuse: add support for explicit export disabling
Jingbo Xu
2024-03-06
1
-1
/
+10
|
*
fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()
Alexander Mikhalitsyn
2024-03-06
1
-2
/
+2
|
*
fuse: fix typo for fuse_permission comment
Alexander Mikhalitsyn
2024-03-06
1
-1
/
+1
|
*
fuse: Convert fuse_writepage_locked to take a folio
Matthew Wilcox (Oracle)
2024-03-05
1
-15
/
+15
|
*
fuse: Remove fuse_writepage
Matthew Wilcox (Oracle)
2024-03-05
1
-29
/
+1
|
*
virtio_fs: remove duplicate check if queue is broken
Li RongQing
2024-03-05
1
-2
/
+2
|
*
fuse: use FUSE_ROOT_ID in fuse_get_root_inode()
Miklos Szeredi
2024-03-05
1
-1
/
+1
|
*
fuse: don't unhash root
Miklos Szeredi
2024-03-05
2
-3
/
+5
|
*
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
|
*
virtiofs: drop __exit from virtio_fs_sysfs_exit()
Stefan Hajnoczi
2024-03-05
1
-1
/
+1
|
*
fuse: implement passthrough for mmap
Amir Goldstein
2024-03-05
3
-3
/
+27
|
*
fuse: implement splice read/write passthrough
Amir Goldstein
2024-03-05
3
-2
/
+78
|
*
fuse: implement read/write passthrough
Amir Goldstein
2024-03-05
3
-6
/
+84
|
*
fuse: implement open in passthrough mode
Amir Goldstein
2024-03-05
4
-8
/
+155
|
*
fuse: prepare for opening file in passthrough mode
Amir Goldstein
2024-03-05
4
-31
/
+78
|
*
fuse: implement ioctls to manage backing files
Amir Goldstein
2024-03-05
4
-0
/
+192
|
*
fuse: introduce FUSE_PASSTHROUGH capability
Amir Goldstein
2024-02-23
5
-0
/
+110
|
*
fuse: factor out helper for FUSE_DEV_IOC_CLONE
Amir Goldstein
2024-02-23
1
-26
/
+33
[next]