summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
40 hoursMerge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
3 daysfuse: zero the partial EOF page when extending a fileJimmy Zuber
3 daysfuse: Fix the condition to enable over-io-uringBernd Schubert
3 daysfuse: invalidate the correct range after O_APPEND direct writeBaokun Li
9 daysfuse: wake one waiter per freed slot when raising max_backgroundBaokun Li
9 daysfuse: use min_not_zero() in fuse_init_server_timeout()Sang-Heon Jeon
9 daysfuse: copy request headers via a stack buffer for io-uringXiang Mei
9 daysfuse: give wakeup hints to the scheduler for synchronous requestsXuewen Yan
9 daysfuse: check for NULL root inode in fuse_fill_super_submountBaokun Li
9 daysfuse: reject a duplicate fd= mount optionBaokun Li
9 dayscuse: wait for pending RCU callbacks on module exitBaokun Li
9 daysfuse: fix invalidate lock leak on open O_TRUNC DAX failureBaokun Li
9 daysfuse: fix invalidate lock leak on setattr writeback failureBaokun Li
9 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 daysMerge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
10 daysMerge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysfuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-freeRochan Avlur
10 daysfuse: make dentry_tree_work staticBen Dooks
10 daysfuse: add zero-copy over io-uringJoanne Koong
10 daysfuse: support registered buffer pools in io-uringJoanne Koong
10 daysfuse: add io-uring buffer poolsJoanne Koong
10 daysfuse: add FUSE_IO_URING_CMD_ADD_QUEUEJoanne Koong
10 daysfuse: decouple fuse_ring creation from ent registrationJoanne Koong
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