summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
4 daysfuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong
2026-06-18Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-15fuse-uring: clear ent->fuse_req in commit_fetch error pathZhenghang Xiao
2026-06-15fuse-uring: use named constants for io-uring iovec indicesJoanne Koong
2026-06-15fuse-uring: refactor setting up copy state for payload copyingJoanne Koong
2026-06-15fuse-uring: use enum types for header copyingJoanne Koong
2026-06-15fuse-uring: refactor io-uring header copying from ringJoanne Koong
2026-06-15fuse-uring: refactor io-uring header copying to ringJoanne Koong
2026-06-15fuse-uring: separate next request fetching from sending logicJoanne Koong
2026-06-15fuse: invalidate readdir cache on epoch bumpJun Wu
2026-06-15virtio-fs: avoid double-free on failed queue setupYung-Tse Cheng
2026-06-15fuse: invalidate page cache after DIO and async DIO writesCheng Ding
2026-06-15fuse: set ff->flock only on successZhang Tianci
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: dax: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-06-15fuse: add fuse_request_sent tracepointAmir Goldstein
2026-06-15fuse: Add SPDX ID lines to some filesTim Bird
2026-06-15fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentryThorsten Blum
2026-06-15fuse: convert page array allocation to kcalloc()William Theesfeld
2026-06-15fuse: use current creds for backing filesGuoHan Zhao
2026-06-15fuse: remove redundant buffer size checks for interrupt and forget requestsJoanne Koong
2026-06-15fuse: drop redundant check in fuse_sync_bucket_alloc()Li Wang
2026-06-15fuse: reduce attributes invalidated on directory changeKonrad Sztyber
2026-06-15fuse: drop redundant err assignment in fuse_create_open()Li Wang
2026-06-15fuse: fuse_i.h: clean up kernel-doc commentsRandy Dunlap
2026-06-15fuse: fuse_dev_i.h: clean up kernel-doc warningsRandy Dunlap
2026-06-15fuse-uring: drop kernel-doc notation for a commentRandy Dunlap
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: change ring->fc to ring->chanMiklos 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: split off fuse_args and related definitions into a separate headerMiklos Szeredi
2026-06-15fuse: abort related layering cleanupMiklos Szeredi
2026-06-15fuse: remove #include "fuse_i.h" from "req_timeout.c"Miklos 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 struct fuse_req and related to fuse_dev_i.hMiklos Szeredi
2026-06-15fuse: move request timeout to fuse_chanMiklos Szeredi