summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2026-06-15fuse: do not use start_removing_noperm()Miklos Szeredi
2026-06-15Revert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"Miklos Szeredi
2026-06-15fuse: avoid 32-bit prune notification count wrapSamuel Moelius
2026-06-15fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL derefJoanne Koong
2026-06-15fuse: clear intr_entry in fuse_resend and fuse_remove_pending_reqJi'an Zhou
2026-06-15fuse-uring: make a fuse_req on SQE commit only findable after memcpyBernd Schubert
2026-06-15fuse-uring: Avoid queue->stopped races and set/read that value under lockBernd Schubert
2026-06-15fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queuesBernd Schubert
2026-06-15fuse-uring: end fuse_req on io-uring cancel task workChris Mason
2026-06-15fuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong
2026-06-15fuse-uring: check connection abort during ring creationJoanne Koong
2026-06-15fuse-uring: fix race between registration and connection abortionJoanne Koong
2026-06-15fuse-uring: fix data races on ring->readyChris Mason
2026-06-15fuse-uring: fix EFAULT clobber in fuse_uring_commitChris Mason
2026-06-15fuse: back uncached readdir buffers with pagesMatthew R. Ochs
2026-06-15virtiofs: fix UAF on submount umountMiklos Szeredi
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-09fuse: re-lock request before returning from fuse_ref_folio()Joanne Koong
2026-06-09fuse: re-lock request before replacing page cache folioJoanne Koong
2026-06-05kill d_dispose_if_unused()Al Viro
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown
2026-05-27fuse: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-22fuse: reject fuse_notify() pagecache ops on directoriesJann Horn
2026-05-22fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn
2026-05-11fuse: fix writeback array overflow when max_pages is oneJunxi Qian
2026-04-27fuse: don't block in fuse_get_dev() for non-sync_init caseJoanne Koong
2026-04-23Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-24fuse: reject oversized dirents in page cacheSamuel Page
2026-04-15Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-03lsm: add backing_file LSM hooksPaul Moore
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi
2026-04-02fuse: clean up device cloningMiklos Szeredi
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi
2026-04-02fuse: check connection state on notificationMiklos Szeredi
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi
2026-04-01fuse: fix inode initialization raceHorst Birthelmer
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig
2026-03-03fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques
2026-03-03fuse: use offset_in_page() for page offset calculationsJoanne Koong
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong
2026-03-03fuse: simplify logic in fuse_notify_store() and fuse_retrieve()Joanne Koong
2026-03-03fuse: validate outarg offset and size in notify store/retrieveJoanne Koong
2026-03-03fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert