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
/
fuse_dev_i.h
Age
Commit message (
Expand
)
Author
2026-06-15
fuse: fuse_dev_i.h: clean up kernel-doc warnings
Randy Dunlap
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: set params in fuse_chan_set_initialized()
Miklos Szeredi
2026-06-15
fuse: create notify.c
Miklos Szeredi
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
2026-06-15
fuse: change req->fm to req->chan
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: move struct fuse_req and related to fuse_dev_i.h
Miklos Szeredi
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
2026-06-15
fuse: add back pointer from fuse_chan to fuse_conn
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: fix io-uring background queue dispatch on request completion
Joanne Koong
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
2025-11-12
fuse: missing copy_finish in fuse-over-io-uring argument copies
Cheng Ding
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
2025-05-29
fuse: support copying large folios
Joanne Koong
2025-04-15
fuse: optimize over-io-uring request expiration check
Joanne Koong
2025-04-15
fuse: use boolean bit-fields in struct fuse_copy_state
Joanne Koong
2025-04-15
fuse: Convert 'write' to a bit-field in struct fuse_copy_state
Joanne Koong
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
2025-01-27
fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
Bernd Schubert
2025-01-24
fuse: {io-uring} Make hash-list req unique finding functions non-static
Bernd Schubert
2025-01-24
fuse: Add fuse-io-uring handling into fuse_copy
Bernd Schubert
2025-01-24
fuse: Make fuse_copy non static
Bernd Schubert
2025-01-24
fuse: Move request bits
Bernd Schubert
2025-01-24
fuse: Move fuse_get_dev to header file
Bernd Schubert
2025-01-24
fuse: rename to fuse_dev_end_requests and make non-static
Bernd Schubert