aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-15fuse: add fuse_request_sent tracepointAmir Goldstein3-0/+24
2026-06-15fuse: Add SPDX ID lines to some filesTim Bird9-27/+9
2026-06-15fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentryThorsten Blum1-2/+1
2026-06-15fuse: convert page array allocation to kcalloc()William Theesfeld1-1/+1
2026-06-15fuse: use current creds for backing filesGuoHan Zhao2-2/+2
2026-06-15fuse: expand MAINTAINERS with subsystem info, update mailing listMiklos Szeredi1-3/+23
2026-06-15fuse: remove redundant buffer size checks for interrupt and forget requestsJoanne Koong1-14/+4
2026-06-15fuse: drop redundant check in fuse_sync_bucket_alloc()Li Wang1-5/+3
2026-06-15fuse: reduce attributes invalidated on directory changeKonrad Sztyber2-1/+4
2026-06-15fuse: drop redundant err assignment in fuse_create_open()Li Wang1-1/+0
2026-06-15fuse: fuse_i.h: clean up kernel-doc commentsRandy Dunlap1-183/+272
2026-06-15fuse: fuse_dev_i.h: clean up kernel-doc warningsRandy Dunlap1-43/+50
2026-06-15fuse-uring: drop kernel-doc notation for a commentRandy Dunlap1-1/+1
2026-06-15fuse: simplify fuse_dev_ioctl_clone()Miklos Szeredi1-18/+21
2026-06-15fuse: alloc pqueue before installing fch in fuse_devMiklos Szeredi3-24/+67
2026-06-15fuse: remove #include "fuse_i.h" from dev.c and dev_uring.cMiklos Szeredi7-33/+42
2026-06-15fuse: change ring->fc to ring->chanMiklos Szeredi2-31/+29
2026-06-15fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()Miklos Szeredi1-8/+5
2026-06-15fuse: set params in fuse_chan_set_initialized()Miklos Szeredi5-17/+44
2026-06-15fuse: create notify.cMiklos Szeredi4-446/+27
2026-06-15fuse: create poll.cMiklos Szeredi5-150/+158
2026-06-15fuse: change fud->fc to fud->chanMiklos Szeredi7-95/+95
2026-06-15fuse: split out filesystem part of request sendingMiklos Szeredi5-80/+129
2026-06-15fuse: change req->fm to req->chanMiklos Szeredi4-65/+61
2026-06-15fuse: remove fm arg of args->end callbackMiklos Szeredi5-25/+23
2026-06-15fuse: split off fuse_args and related definitions into a separate headerMiklos Szeredi2-52/+66
2026-06-15fuse: abort related layering cleanupMiklos Szeredi9-62/+61
2026-06-15fuse: remove #include "fuse_i.h" from "req_timeout.c"Miklos Szeredi3-3/+3
2026-06-15fuse: remove #include "fuse_i.h" from "dev_uring_i.h"Miklos Szeredi3-14/+17
2026-06-15fuse: move fuse_dev_waitq to dev.cMiklos Szeredi3-6/+5
2026-06-15fuse: move forget related struct and helpersMiklos Szeredi6-29/+29
2026-06-15fuse: don't access transport layer structs directly from the fs layerMiklos Szeredi8-55/+124
2026-06-15fuse: move struct fuse_req and related to fuse_dev_i.hMiklos Szeredi2-92/+90
2026-06-15fuse: move request timeout to fuse_chanMiklos Szeredi8-56/+55
2026-06-15fuse: add back pointer from fuse_chan to fuse_connMiklos Szeredi2-0/+4
2026-06-15fuse: split off fch->lock from fc->lockMiklos Szeredi5-29/+44
2026-06-15fuse: move interrupt related members to fuse_chanMiklos Szeredi3-5/+5
2026-06-15fuse: move io_uring related members to fuse_chanMiklos Szeredi6-26/+26
2026-06-15fuse: move request blocking related members to fuse_chanMiklos Szeredi8-81/+81
2026-06-15fuse: move background queuing related members to fuse_chanMiklos Szeredi10-72/+73
2026-06-15fuse: move 'devices' member from fuse_conn to fuse_chanMiklos Szeredi5-12/+17
2026-06-15fuse: move fuse_dev and fuse_pqueue to dev.cMiklos Szeredi5-140/+144
2026-06-15fuse: move fuse_iqueue to fuse_chanMiklos Szeredi10-137/+146
2026-06-15fuse: add struct fuse_chanMiklos Szeredi7-5/+50
2026-06-15fuse: move request timeout code to a new source fileMiklos Szeredi8-145/+173
2026-06-15fuse: fix io-uring background queue dispatch on request completionJoanne Koong3-17/+26
2026-06-15fuse: fix device node leak in cuse_process_init_reply()Alberto Ruiz1-1/+3
2026-06-15fuse: do not use start_removing_noperm()Miklos Szeredi1-8/+11
2026-06-15Revert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"Miklos Szeredi1-16/+7
2026-06-15fuse: avoid 32-bit prune notification count wrapSamuel Moelius2-1/+435