summaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
AgeCommit message (Expand)Author
2026-06-15fuse: clean up interrupt readingJoanne Koong
2026-06-15fuse: remove stray newline in fuse_dev_do_read()Joanne Koong
2026-06-15fuse: use READ_ONCE in fuse_chan_num_background()Li Wang
2026-06-15fuse: add fuse_request_sent tracepointAmir Goldstein
2026-06-15fuse: Add SPDX ID lines to some filesTim Bird
2026-06-15fuse: remove redundant buffer size checks for interrupt and forget requestsJoanne Koong
2026-06-15fuse: simplify fuse_dev_ioctl_clone()Miklos Szeredi
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: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()Miklos Szeredi
2026-06-15fuse: set params in fuse_chan_set_initialized()Miklos Szeredi
2026-06-15fuse: create notify.cMiklos Szeredi
2026-06-15fuse: create poll.cMiklos Szeredi
2026-06-15fuse: change fud->fc to fud->chanMiklos Szeredi
2026-06-15fuse: split out filesystem part of request sendingMiklos Szeredi
2026-06-15fuse: change req->fm to req->chanMiklos Szeredi
2026-06-15fuse: remove fm arg of args->end callbackMiklos 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: don't access transport layer structs directly from the fs layerMiklos Szeredi
2026-06-15fuse: move request timeout to fuse_chanMiklos 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: move request timeout code to a new source fileMiklos Szeredi
2026-06-15fuse: fix io-uring background queue dispatch on request completionJoanne Koong
2026-06-15fuse: avoid 32-bit prune notification count wrapSamuel Moelius
2026-06-15fuse: clear intr_entry in fuse_resend and fuse_remove_pending_reqJi'an Zhou
2026-06-09fuse: re-lock request before returning from fuse_ref_folio()Joanne Koong
2026-06-09fuse: re-lock request before replacing page cache folioJoanne Koong
2026-04-27fuse: don't block in fuse_get_dev() for non-sync_init caseJoanne Koong
2026-04-02fuse: clean up device cloningMiklos Szeredi
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi
2026-04-02fuse: check connection state on notificationMiklos Szeredi
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong
2026-03-03fuse: simplify logic in fuse_notify_store() and fuse_retrieve()Joanne Koong
2026-03-03fuse: validate outarg offset and size in notify store/retrieveJoanne Koong
2026-03-03fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds