summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
26 hoursfuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-freeRochan Avlur
6 daysfuse: fix invalidate lock leak on open O_TRUNC DAX failureBaokun Li
6 daysfuse: fix invalidate lock leak on setattr writeback failureBaokun Li
2026-08-03fuse-uring: fix race between registration and connection abortionJoanne Koong
2026-08-03fuse: fix writeback array overflow when max_pages is oneJunxi Qian
2026-07-24new helper: simple_remove_by_name()Al Viro
2026-07-18fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL derefJoanne Koong
2026-07-18fuse-uring: make a fuse_req on SQE commit only findable after memcpyBernd Schubert
2026-07-18fuse-uring: Avoid queue->stopped races and set/read that value under lockBernd Schubert
2026-07-18fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queuesBernd Schubert
2026-07-18fuse-uring: end fuse_req on io-uring cancel task workChris Mason
2026-07-18fuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong
2026-07-18fuse-uring: fix data races on ring->readyChris Mason
2026-07-18fuse-uring: fix EFAULT clobber in fuse_uring_commitChris Mason
2026-07-18fuse: clear intr_entry in fuse_resend and fuse_remove_pending_reqJi'an Zhou
2026-07-18fuse: fix io-uring background queue dispatch on request completionJoanne Koong
2026-07-18fuse: re-lock request before returning from fuse_ref_folio()Joanne Koong
2026-07-18fuse: fix device node leak in cuse_process_init_reply()Alberto Ruiz
2026-07-18fuse: avoid 32-bit prune notification count wrapSamuel Moelius
2026-07-18fuse: back uncached readdir buffers with pagesMatthew R. Ochs
2026-07-04lsm: add backing_file LSM hooksPaul Moore
2026-06-27virtiofs: fix UAF on submount umountMiklos Szeredi
2026-06-27fuse: re-lock request before replacing page cache folioJoanne Koong
2026-06-19fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn
2026-06-19fuse: reject fuse_notify() pagecache ops on directoriesJann Horn
2026-06-01fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques
2026-05-23fuse: avoid 0x10 fault in fuse_readahead when max_pages == 0Vlad Poenaru
2026-04-27fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi
2026-04-27fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong
2026-04-27fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert
2026-04-27fuse: abort on fatal signal during sync initMiklos Szeredi
2026-04-27fuse: reject oversized dirents in page cacheSamuel Page
2026-04-02writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong
2026-01-30fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong
2026-01-02fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding
2026-01-02fuse: fix readahead reclaim deadlockJoanne Koong
2026-01-02fuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong
2026-01-02fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert
2026-01-02fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert
2025-12-18fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-25fuse: move CREATE_TRACE_POINTS to a separate fileDarrick J. Wong
2025-09-25fuse: move the backing file idr and code into a new source fileDarrick J. Wong