summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2026-08-03fuse-uring: fix race between registration and connection abortionJoanne Koong1-6/+16
2026-07-18fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL derefJoanne Koong1-2/+12
2026-07-18fuse-uring: make a fuse_req on SQE commit only findable after memcpyBernd Schubert1-14/+19
2026-07-18fuse-uring: Avoid queue->stopped races and set/read that value under lockBernd Schubert1-5/+9
2026-07-18fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queuesBernd Schubert1-0/+2
2026-07-18fuse-uring: end fuse_req on io-uring cancel task workChris Mason1-2/+12
2026-07-18fuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong2-5/+7
2026-07-18fuse-uring: fix data races on ring->readyChris Mason2-3/+5
2026-07-18fuse-uring: fix EFAULT clobber in fuse_uring_commitChris Mason1-6/+3
2026-07-18fuse: clear intr_entry in fuse_resend and fuse_remove_pending_reqJi'an Zhou1-0/+9
2026-07-18fuse: don't block in fuse_get_dev() for non-sync_init caseJoanne Koong1-3/+9
2026-07-18fuse: fix io-uring background queue dispatch on request completionJoanne Koong3-17/+26
2026-07-18fuse: re-lock request before returning from fuse_ref_folio()Joanne Koong1-1/+1
2026-07-18fuse: do not use start_removing_noperm()Miklos Szeredi1-8/+11
2026-07-18fuse: fix device node leak in cuse_process_init_reply()Alberto Ruiz1-1/+3
2026-07-18Revert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"Miklos Szeredi1-16/+7
2026-07-18fuse: avoid 32-bit prune notification count wrapSamuel Moelius2-1/+435
2026-07-18fuse: back uncached readdir buffers with pagesMatthew R. Ochs1-18/+67
2026-06-27virtiofs: fix UAF on submount umountMiklos Szeredi1-1/+7
2026-06-27fuse: re-lock request before replacing page cache folioJoanne Koong1-14/+5
2026-05-22fuse: reject fuse_notify() pagecache ops on directoriesJann Horn1-1/+8
2026-05-22fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn1-0/+4
2026-05-11fuse: fix writeback array overflow when max_pages is oneJunxi Qian1-1/+4
2026-04-24Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2026-04-24fuse: reject oversized dirents in page cacheSamuel Page1-0/+4
2026-04-16Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-197/+263
2026-04-14Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2026-04-03lsm: add backing_file LSM hooksPaul Moore1-1/+1
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi1-7/+11
2026-04-02fuse: clean up device cloningMiklos Szeredi3-24/+15
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi2-27/+34
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi6-18/+50
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi5-66/+57
2026-04-02fuse: check connection state on notificationMiklos Szeredi1-0/+7
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi1-11/+8
2026-04-01fuse: fix inode initialization raceHorst Birthelmer1-2/+5
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi3-1/+9
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong2-3/+2
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig1-2/+3
2026-03-03fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques1-0/+5
2026-03-03fuse: use offset_in_page() for page offset calculationsJoanne Koong1-4/+4
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong2-2/+2
2026-03-03fuse: simplify logic in fuse_notify_store() and fuse_retrieve()Joanne Koong1-24/+16
2026-03-03fuse: validate outarg offset and size in notify store/retrieveJoanne Koong1-4/+10
2026-03-03fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert1-0/+3
2026-03-03fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong1-2/+2
2026-03-03fuse: drop unnecessary argument from fuse_lookup_init()Luis Henriques1-5/+4
2026-03-03fuse: fix premature writetrhough request for large folioJingbo Xu1-6/+4
2026-02-27fuse: refactor duplicate queue teardown operationYuto Ohnuki1-20/+16