index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
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
2026-04-02
fuse: check connection state on notification
Miklos Szeredi
2026-04-02
fuse: fuse_dev_ioctl_clone() should wait for device file to be initialized
Miklos Szeredi
2026-03-24
fuse: abort on fatal signal during sync init
Miklos Szeredi
2026-03-03
fuse: use DIV_ROUND_UP() for page count calculations
Joanne Koong
2026-03-03
fuse: simplify logic in fuse_notify_store() and fuse_retrieve()
Joanne Koong
2026-03-03
fuse: validate outarg offset and size in notify store/retrieve
Joanne Koong
2026-03-03
fuse: Check for large folio with SPLICE_F_MOVE
Bernd Schubert
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
[next]