index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
2
-12
/
+39
2024-09-03
Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
5
-9
/
+26
2024-08-29
fuse: use correct name fuse_conn_list in docstring
Aurelien Aptel
1
-1
/
+1
2024-08-29
fuse: add simple request tracepoints
Josef Bacik
3
-0
/
+140
2024-08-29
fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_locked()
Joanne Koong
1
-46
/
+57
2024-08-29
fuse: move fuse file initialization to wpa allocation time
Joanne Koong
1
-4
/
+2
2024-08-29
fuse: convert fuse_writepages_fill() to use a folio for its tmp page
Joanne Koong
1
-7
/
+7
2024-08-29
fuse: move initialization of fuse_file to fuse_writepages() instead of in callback
Joanne Koong
1
-12
/
+6
2024-08-29
fuse: refactor finished writeback stats updates into helper function
Joanne Koong
1
-17
/
+14
2024-08-29
fuse: drop unused fuse_mount arg in fuse_writepage_finish()
Joanne Koong
1
-4
/
+3
2024-08-29
fuse: add fast path for fuse_range_is_writeback
yangyun
1
-3
/
+3
2024-08-29
fuse: cleanup request queuing towards virtiofs
Miklos Szeredi
3
-113
/
+106
2024-08-29
fuse: disable the combination of passthrough and writeback cache
Bernd Schubert
1
-1
/
+6
2024-08-28
fuse: update stats for pages in dropped aux writeback list
Joanne Koong
1
-1
/
+7
2024-08-28
fuse: clear PG_uptodate when using a stolen page
Miklos Szeredi
1
-4
/
+1
2024-08-28
fuse: fix memory leak in fuse_create_open
yangyun
1
-1
/
+1
2024-08-28
fuse: check aborted connection before adding requests to pending list for resending
Joanne Koong
1
-0
/
+9
2024-08-28
fuse: use unsigned type for getxattr/listxattr size truncation
Jann Horn
1
-2
/
+2
2024-08-18
fuse: Initialize beyond-EOF page contents before setting uptodate
Jann Horn
1
-2
/
+4
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-08-07
fuse: Convert fuse_write_begin() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+15
2024-08-07
fuse: Convert fuse_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-31
/
+31
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtiofs: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-13
/
+9
2024-07-15
Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-6
/
+18
2024-07-09
virtio-fs: improved request latencies when Virtio queue is full
Peter-Jan Gootzen
1
-15
/
+19
2024-07-09
virtio-fs: let -ENOMEM bubble up or burst gently
Peter-Jan Gootzen
1
-3
/
+3
2024-07-03
fuse: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-8
/
+4
2024-07-03
fuse: verify {g,u}id mount options correctly
Eric Sandeen
1
-4
/
+20
2024-06-25
fuse: Use in_group_or_capable() helper
Youling Tang
1
-2
/
+2
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2024-05-22
fuse: virtio: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-05-10
virtio-fs: add multi-queue support
Peter-Jan Gootzen
1
-8
/
+62
2024-05-10
virtio-fs: limit number of request queues
Peter-Jan Gootzen
1
-0
/
+3
2024-05-10
fuse: clear FR_SENT when re-adding requests into pending list
Hou Tao
1
-0
/
+1
2024-05-10
fuse: set FR_PENDING atomically in fuse_resend()
Hou Tao
1
-1
/
+1
2024-05-08
fuse: Add initial support for fs-verity
Richard Fung
1
-0
/
+60
2024-05-08
fuse: Convert fuse_readpages_end() to use folio_end_read()
Matthew Wilcox (Oracle)
1
-7
/
+3
2024-05-08
virtiofs: include a newline in sysfs tag
Brian Foster
1
-1
/
+1
2024-04-22
fuse: verify zero padding in fuse_backing_map
Amir Goldstein
1
-1
/
+1
2024-04-15
cuse: add kernel-doc comments to cuse_process_init_reply()
Yang Li
1
-0
/
+4
2024-04-15
fuse: fix leaked ENOSYS error on first statx call
Danny Lin
1
-0
/
+1
2024-04-15
fuse: fix parallel dio write on file open in passthrough mode
Amir Goldstein
1
-2
/
+2
2024-04-15
fuse: fix wrong ff->iomode state changes from parallel dio write
Amir Goldstein
4
-25
/
+51
2024-03-15
Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
12
-273
/
+1374
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-4
/
+11
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-7
/
+7
[prev]
[next]