summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_dev_i.h
AgeCommit message (Expand)Author
2026-06-15fuse: fuse_dev_i.h: clean up kernel-doc warningsRandy Dunlap
2026-06-15fuse: alloc pqueue before installing fch in fuse_devMiklos Szeredi
2026-06-15fuse: remove #include "fuse_i.h" from dev.c and dev_uring.cMiklos Szeredi
2026-06-15fuse: set params in fuse_chan_set_initialized()Miklos Szeredi
2026-06-15fuse: create notify.cMiklos Szeredi
2026-06-15fuse: change fud->fc to fud->chanMiklos Szeredi
2026-06-15fuse: change req->fm to req->chanMiklos Szeredi
2026-06-15fuse: abort related layering cleanupMiklos Szeredi
2026-06-15fuse: remove #include "fuse_i.h" from "dev_uring_i.h"Miklos Szeredi
2026-06-15fuse: move fuse_dev_waitq to dev.cMiklos Szeredi
2026-06-15fuse: move forget related struct and helpersMiklos Szeredi
2026-06-15fuse: move struct fuse_req and related to fuse_dev_i.hMiklos Szeredi
2026-06-15fuse: move request timeout to fuse_chanMiklos Szeredi
2026-06-15fuse: add back pointer from fuse_chan to fuse_connMiklos Szeredi
2026-06-15fuse: split off fch->lock from fc->lockMiklos Szeredi
2026-06-15fuse: move interrupt related members to fuse_chanMiklos Szeredi
2026-06-15fuse: move io_uring related members to fuse_chanMiklos Szeredi
2026-06-15fuse: move request blocking related members to fuse_chanMiklos Szeredi
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi
2026-06-15fuse: move 'devices' member from fuse_conn to fuse_chanMiklos Szeredi
2026-06-15fuse: move fuse_dev and fuse_pqueue to dev.cMiklos Szeredi
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi
2026-06-15fuse: add struct fuse_chanMiklos Szeredi
2026-06-15fuse: fix io-uring background queue dispatch on request completionJoanne Koong
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi
2025-11-12fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi
2025-05-29fuse: support copying large foliosJoanne Koong
2025-04-15fuse: optimize over-io-uring request expiration checkJoanne Koong
2025-04-15fuse: use boolean bit-fields in struct fuse_copy_stateJoanne Koong
2025-04-15fuse: Convert 'write' to a bit-field in struct fuse_copy_stateJoanne Koong
2025-03-31fuse: add kernel-enforced timeout option for requestsJoanne Koong
2025-03-31fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert
2025-01-27fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-staticBernd Schubert
2025-01-24fuse: {io-uring} Make hash-list req unique finding functions non-staticBernd Schubert
2025-01-24fuse: Add fuse-io-uring handling into fuse_copyBernd Schubert
2025-01-24fuse: Make fuse_copy non staticBernd Schubert
2025-01-24fuse: Move request bitsBernd Schubert
2025-01-24fuse: Move fuse_get_dev to header fileBernd Schubert
2025-01-24fuse: rename to fuse_dev_end_requests and make non-staticBernd Schubert