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.h
Age
Commit message (
Expand
)
Author
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: 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: abort related layering cleanup
Miklos Szeredi
2026-06-15
fuse: remove #include "fuse_i.h" from "req_timeout.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: move background queuing related members 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