summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
26 hoursMerge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
4 daysfuse-uring: clear ent->fuse_req in commit_fetch error pathZhenghang Xiao
4 daysfuse-uring: use named constants for io-uring iovec indicesJoanne Koong
4 daysfuse-uring: refactor setting up copy state for payload copyingJoanne Koong
4 daysfuse-uring: use enum types for header copyingJoanne Koong
4 daysfuse-uring: refactor io-uring header copying from ringJoanne Koong
4 daysfuse-uring: refactor io-uring header copying to ringJoanne Koong
4 daysfuse-uring: separate next request fetching from sending logicJoanne Koong
4 daysfuse: invalidate readdir cache on epoch bumpJun Wu
4 daysvirtio-fs: avoid double-free on failed queue setupYung-Tse Cheng
4 daysfuse: invalidate page cache after DIO and async DIO writesCheng Ding
4 daysfuse: set ff->flock only on successZhang Tianci
4 daysfuse: clean up interrupt readingJoanne Koong
4 daysfuse: remove stray newline in fuse_dev_do_read()Joanne Koong
4 daysfuse: use READ_ONCE in fuse_chan_num_background()Li Wang
4 daysfuse: dax: Move long delayed work on system_dfl_long_wqMarco Crivellari
4 daysfuse: add fuse_request_sent tracepointAmir Goldstein
4 daysfuse: Add SPDX ID lines to some filesTim Bird
4 daysfuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentryThorsten Blum
4 daysfuse: convert page array allocation to kcalloc()William Theesfeld
4 daysfuse: use current creds for backing filesGuoHan Zhao
4 daysfuse: remove redundant buffer size checks for interrupt and forget requestsJoanne Koong
4 daysfuse: drop redundant check in fuse_sync_bucket_alloc()Li Wang
4 daysfuse: reduce attributes invalidated on directory changeKonrad Sztyber
4 daysfuse: drop redundant err assignment in fuse_create_open()Li Wang
4 daysfuse: fuse_i.h: clean up kernel-doc commentsRandy Dunlap
4 daysfuse: fuse_dev_i.h: clean up kernel-doc warningsRandy Dunlap
4 daysfuse-uring: drop kernel-doc notation for a commentRandy Dunlap
4 daysfuse: simplify fuse_dev_ioctl_clone()Miklos Szeredi
4 daysfuse: alloc pqueue before installing fch in fuse_devMiklos Szeredi
4 daysfuse: remove #include "fuse_i.h" from dev.c and dev_uring.cMiklos Szeredi
4 daysfuse: change ring->fc to ring->chanMiklos Szeredi
4 daysfuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()Miklos Szeredi
4 daysfuse: set params in fuse_chan_set_initialized()Miklos Szeredi
4 daysfuse: create notify.cMiklos Szeredi
4 daysfuse: create poll.cMiklos Szeredi
4 daysfuse: change fud->fc to fud->chanMiklos Szeredi
4 daysfuse: split out filesystem part of request sendingMiklos Szeredi
4 daysfuse: change req->fm to req->chanMiklos Szeredi
4 daysfuse: remove fm arg of args->end callbackMiklos Szeredi
4 daysfuse: split off fuse_args and related definitions into a separate headerMiklos Szeredi
4 daysfuse: abort related layering cleanupMiklos Szeredi
4 daysfuse: remove #include "fuse_i.h" from "req_timeout.c"Miklos Szeredi
4 daysfuse: remove #include "fuse_i.h" from "dev_uring_i.h"Miklos Szeredi
4 daysfuse: move fuse_dev_waitq to dev.cMiklos Szeredi
4 daysfuse: move forget related struct and helpersMiklos Szeredi
4 daysfuse: don't access transport layer structs directly from the fs layerMiklos Szeredi
4 daysfuse: move struct fuse_req and related to fuse_dev_i.hMiklos Szeredi
4 daysfuse: move request timeout to fuse_chanMiklos Szeredi
4 daysfuse: add back pointer from fuse_chan to fuse_connMiklos Szeredi