summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
25 hoursMerge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs...Mark Brown
6 daysMerge branch 'vfs-7.3.misc' into vfs.allChristian Brauner
6 daysMerge branch 'vfs-7.3.lookup' into vfs.allChristian Brauner
6 daysMerge branch 'vfs-7.3.iomap' into vfs.allChristian Brauner
2026-07-31fuse: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31fuse: use iomap helper to mark folio uptodateJoanne Koong
2026-07-31fuse: don't clear folio uptodate on writethrough errorsJoanne Koong
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-17fuse: allow larger read requests by setting bdi->io_pagesJim Harris
2026-07-17fuse: publish io-uring queues with release semanticsJoanne Koong
2026-07-17fuse: use release/acquire for fch->initializedJoanne Koong
2026-07-17fuse: fix missing barrier when checking io-uring readinessJoanne Koong
2026-07-09fuse: fix race between interrupt and resendMiklos Szeredi
2026-07-08fuse: use iomap helper to mark folio uptodateJoanne Koong
2026-07-08fuse: don't clear folio uptodate on writethrough errorsJoanne Koong
2026-07-06fuse: move "epoch" from dentry.d_time to fuse_dentry.epochMiklos Szeredi
2026-07-01fuse: call fuse_send_readpages explicitly from fuse_readaheadJoanne Koong
2026-07-01vfs: pass S_IFDIR mode to vfs_prepare_mode()Jori Koolstra
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