summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-2142/+2761
2026-06-15fuse-uring: clear ent->fuse_req in commit_fetch error pathZhenghang Xiao1-3/+1
2026-06-15fuse-uring: use named constants for io-uring iovec indicesJoanne Koong1-11/+13
2026-06-15fuse-uring: refactor setting up copy state for payload copyingJoanne Koong1-14/+24
2026-06-15fuse-uring: use enum types for header copyingJoanne Koong1-13/+53
2026-06-15fuse-uring: refactor io-uring header copying from ringJoanne Koong1-5/+17
2026-06-15fuse-uring: refactor io-uring header copying to ringJoanne Koong1-18/+21
2026-06-15fuse-uring: separate next request fetching from sending logicJoanne Koong1-52/+29
2026-06-15fuse: invalidate readdir cache on epoch bumpJun Wu3-4/+12
2026-06-15virtio-fs: avoid double-free on failed queue setupYung-Tse Cheng1-0/+2
2026-06-15fuse: invalidate page cache after DIO and async DIO writesCheng Ding2-11/+47
2026-06-15fuse: set ff->flock only on successZhang Tianci1-1/+2
2026-06-15fuse: clean up interrupt readingJoanne Koong1-19/+13
2026-06-15fuse: remove stray newline in fuse_dev_do_read()Joanne Koong1-1/+0
2026-06-15fuse: use READ_ONCE in fuse_chan_num_background()Li Wang1-1/+1
2026-06-15fuse: dax: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
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: 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