index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
2026-08-18
fuse: wake one waiter per freed slot when raising max_background
Baokun Li
2026-08-18
fuse: give wakeup hints to the scheduler for synchronous requests
Xuewen Yan
2026-08-17
fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free
Rochan Avlur
2026-08-17
fuse: add zero-copy over io-uring
Joanne Koong
2026-08-17
fuse: decouple fuse_ring creation from ent registration
Joanne Koong
2026-07-17
fuse: use release/acquire for fch->initialized
Joanne Koong
2026-07-17
fuse: fix missing barrier when checking io-uring readiness
Joanne Koong
2026-07-09
fuse: fix race between interrupt and resend
Miklos Szeredi
2026-06-15
fuse: clean up interrupt reading
Joanne Koong
2026-06-15
fuse: remove stray newline in fuse_dev_do_read()
Joanne Koong
2026-06-15
fuse: use READ_ONCE in fuse_chan_num_background()
Li Wang
2026-06-15
fuse: add fuse_request_sent tracepoint
Amir Goldstein
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
2026-06-15
fuse: remove redundant buffer size checks for interrupt and forget requests
Joanne Koong
2026-06-15
fuse: simplify fuse_dev_ioctl_clone()
Miklos Szeredi
2026-06-15
fuse: alloc pqueue before installing fch in fuse_dev
Miklos Szeredi
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
2026-06-15
fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()
Miklos Szeredi
2026-06-15
fuse: set params in fuse_chan_set_initialized()
Miklos Szeredi
2026-06-15
fuse: create notify.c
Miklos Szeredi
2026-06-15
fuse: create poll.c
Miklos Szeredi
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
2026-06-15
fuse: split out filesystem part of request sending
Miklos Szeredi
2026-06-15
fuse: change req->fm to req->chan
Miklos Szeredi
2026-06-15
fuse: remove fm arg of args->end callback
Miklos Szeredi
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
2026-06-15
fuse: remove #include "fuse_i.h" from "dev_uring_i.h"
Miklos Szeredi
2026-06-15
fuse: move fuse_dev_waitq to dev.c
Miklos Szeredi
2026-06-15
fuse: move forget related struct and helpers
Miklos Szeredi
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
2026-06-15
fuse: split off fch->lock from fc->lock
Miklos Szeredi
2026-06-15
fuse: move interrupt related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move request blocking related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move 'devices' member from fuse_conn to fuse_chan
Miklos Szeredi
2026-06-15
fuse: move fuse_dev and fuse_pqueue to dev.c
Miklos Szeredi
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
2026-06-15
fuse: add struct fuse_chan
Miklos Szeredi
2026-06-15
fuse: move request timeout code to a new source file
Miklos Szeredi
2026-06-15
fuse: fix io-uring background queue dispatch on request completion
Joanne Koong
2026-06-15
fuse: avoid 32-bit prune notification count wrap
Samuel Moelius
2026-06-15
fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req
Ji'an Zhou
2026-06-09
fuse: re-lock request before returning from fuse_ref_folio()
Joanne Koong
2026-06-09
fuse: re-lock request before replacing page cache folio
Joanne Koong
2026-04-27
fuse: don't block in fuse_get_dev() for non-sync_init case
Joanne Koong
2026-04-02
fuse: clean up device cloning
Miklos Szeredi
2026-04-02
fuse: add refcount to fuse_dev
Miklos Szeredi
2026-04-02
fuse: create fuse_dev on /dev/fuse open instead of mount
Miklos Szeredi
[next]