summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
36 hoursfuse-uring: remove request-less entries from ent_w_req_queue to fix NULL derefJoanne Koong
36 hoursfuse-uring: make a fuse_req on SQE commit only findable after memcpyBernd Schubert
36 hoursfuse-uring: Avoid queue->stopped races and set/read that value under lockBernd Schubert
36 hoursfuse-uring: Avoid use-after-free in fuse_uring_async_stop_queuesBernd Schubert
36 hoursfuse-uring: end fuse_req on io-uring cancel task workChris Mason
36 hoursfuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong
36 hoursfuse-uring: fix data races on ring->readyChris Mason
36 hoursfuse-uring: fix EFAULT clobber in fuse_uring_commitChris Mason
36 hoursfuse: clear intr_entry in fuse_resend and fuse_remove_pending_reqJi'an Zhou
36 hoursfuse: don't block in fuse_get_dev() for non-sync_init caseJoanne Koong
36 hoursfuse: fix io-uring background queue dispatch on request completionJoanne Koong
36 hoursfuse: re-lock request before returning from fuse_ref_folio()Joanne Koong
36 hoursfuse: do not use start_removing_noperm()Miklos Szeredi
36 hoursfuse: fix device node leak in cuse_process_init_reply()Alberto Ruiz
36 hoursRevert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"Miklos Szeredi
36 hoursfuse: avoid 32-bit prune notification count wrapSamuel Moelius
36 hoursfuse: back uncached readdir buffers with pagesMatthew R. Ochs
2026-06-27virtiofs: fix UAF on submount umountMiklos Szeredi
2026-06-27fuse: re-lock request before replacing page cache folioJoanne Koong
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-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
2026-03-03fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong
2026-03-03fuse: drop unnecessary argument from fuse_lookup_init()Luis Henriques
2026-03-03fuse: fix premature writetrhough request for large folioJingbo Xu
2026-02-27fuse: refactor duplicate queue teardown operationYuto Ohnuki
2026-02-27virtiofs: add FUSE protocol validationYuto Ohnuki