index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
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-08-18
fuse: wake one waiter per freed slot when raising max_background
Baokun Li
1
-1
/
+2
2026-08-18
fuse: give wakeup hints to the scheduler for synchronous requests
Xuewen Yan
1
-6
/
+16
2026-08-17
fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free
Rochan Avlur
1
-1
/
+2
2026-08-17
fuse: add zero-copy over io-uring
Joanne Koong
1
-3
/
+21
2026-08-17
fuse: decouple fuse_ring creation from ent registration
Joanne Koong
1
-5
/
+3
2026-07-17
fuse: use release/acquire for fch->initialized
Joanne Koong
1
-8
/
+6
2026-07-17
fuse: fix missing barrier when checking io-uring readiness
Joanne Koong
1
-4
/
+7
2026-07-09
fuse: fix race between interrupt and resend
Miklos Szeredi
1
-13
/
+14
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
[next]