index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
fuse: clean up interrupt reading
Joanne Koong
1
-19
/
+13
2026-06-15
fuse: remove stray newline in fuse_dev_do_read()
Joanne Koong
1
-1
/
+0
2026-06-15
fuse: use READ_ONCE in fuse_chan_num_background()
Li Wang
1
-1
/
+1
2026-06-15
fuse: add fuse_request_sent tracepoint
Amir Goldstein
1
-0
/
+1
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
1
-3
/
+1
2026-06-15
fuse: remove redundant buffer size checks for interrupt and forget requests
Joanne Koong
1
-14
/
+4
2026-06-15
fuse: simplify fuse_dev_ioctl_clone()
Miklos Szeredi
1
-18
/
+21
2026-06-15
fuse: alloc pqueue before installing fch in fuse_dev
Miklos Szeredi
1
-22
/
+60
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
1
-3
/
+2
2026-06-15
fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()
Miklos Szeredi
1
-8
/
+5
2026-06-15
fuse: set params in fuse_chan_set_initialized()
Miklos Szeredi
1
-12
/
+18
2026-06-15
fuse: create notify.c
Miklos Szeredi
1
-443
/
+15
2026-06-15
fuse: create poll.c
Miklos Szeredi
1
-31
/
+14
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
1
-49
/
+49
2026-06-15
fuse: split out filesystem part of request sending
Miklos Szeredi
1
-79
/
+24
2026-06-15
fuse: change req->fm to req->chan
Miklos Szeredi
1
-52
/
+49
2026-06-15
fuse: remove fm arg of args->end callback
Miklos Szeredi
1
-4
/
+3
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
1
-41
/
+43
2026-06-15
fuse: remove #include "fuse_i.h" from "dev_uring_i.h"
Miklos Szeredi
1
-4
/
+4
2026-06-15
fuse: move fuse_dev_waitq to dev.c
Miklos Szeredi
1
-0
/
+3
2026-06-15
fuse: move forget related struct and helpers
Miklos Szeredi
1
-3
/
+8
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
1
-5
/
+72
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
1
-2
/
+3
2026-06-15
fuse: split off fch->lock from fc->lock
Miklos Szeredi
1
-13
/
+16
2026-06-15
fuse: move interrupt related members to fuse_chan
Miklos Szeredi
1
-2
/
+2
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
1
-1
/
+1
2026-06-15
fuse: move request blocking related members to fuse_chan
Miklos Szeredi
1
-38
/
+43
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
1
-22
/
+25
2026-06-15
fuse: move 'devices' member from fuse_conn to fuse_chan
Miklos Szeredi
1
-5
/
+12
2026-06-15
fuse: move fuse_dev and fuse_pqueue to dev.c
Miklos Szeredi
1
-0
/
+94
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
1
-16
/
+48
2026-06-15
fuse: add struct fuse_chan
Miklos Szeredi
1
-0
/
+13
2026-06-15
fuse: move request timeout code to a new source file
Miklos Szeredi
1
-94
/
+0
2026-06-15
fuse: fix io-uring background queue dispatch on request completion
Joanne Koong
1
-17
/
+24
2026-06-15
fuse: avoid 32-bit prune notification count wrap
Samuel Moelius
1
-1
/
+1
2026-06-15
fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req
Ji'an Zhou
1
-0
/
+9
2026-06-09
fuse: re-lock request before returning from fuse_ref_folio()
Joanne Koong
1
-1
/
+1
2026-06-09
fuse: re-lock request before replacing page cache folio
Joanne Koong
1
-14
/
+5
2026-04-27
fuse: don't block in fuse_get_dev() for non-sync_init case
Joanne Koong
1
-3
/
+9
2026-04-02
fuse: clean up device cloning
Miklos Szeredi
1
-20
/
+15
2026-04-02
fuse: add refcount to fuse_dev
Miklos Szeredi
1
-2
/
+7
2026-04-02
fuse: create fuse_dev on /dev/fuse open instead of mount
Miklos Szeredi
1
-29
/
+18
2026-04-02
fuse: check connection state on notification
Miklos Szeredi
1
-0
/
+7
2026-04-02
fuse: fuse_dev_ioctl_clone() should wait for device file to be initialized
Miklos Szeredi
1
-11
/
+8
2026-03-24
fuse: abort on fatal signal during sync init
Miklos Szeredi
1
-1
/
+7
2026-03-03
fuse: use DIV_ROUND_UP() for page count calculations
Joanne Koong
1
-1
/
+1
2026-03-03
fuse: simplify logic in fuse_notify_store() and fuse_retrieve()
Joanne Koong
1
-24
/
+16
2026-03-03
fuse: validate outarg offset and size in notify store/retrieve
Joanne Koong
1
-4
/
+10
2026-03-03
fuse: Check for large folio with SPLICE_F_MOVE
Bernd Schubert
1
-0
/
+3
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
[next]