summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
5 daysfuse-uring: remove request-less entries from ent_w_req_queue to fix NULL derefJoanne Koong1-2/+12
5 daysfuse-uring: make a fuse_req on SQE commit only findable after memcpyBernd Schubert1-14/+19
5 daysfuse-uring: Avoid queue->stopped races and set/read that value under lockBernd Schubert1-5/+9
5 daysfuse-uring: Avoid use-after-free in fuse_uring_async_stop_queuesBernd Schubert1-0/+2
5 daysfuse-uring: end fuse_req on io-uring cancel task workChris Mason1-2/+12
5 daysfuse-uring: fix moving cancelled entry to ent_in_userspace listJoanne Koong2-5/+7
5 daysfuse-uring: fix data races on ring->readyChris Mason2-3/+5
5 daysfuse-uring: fix EFAULT clobber in fuse_uring_commitChris Mason1-6/+3
5 daysfuse: clear intr_entry in fuse_resend and fuse_remove_pending_reqJi'an Zhou1-0/+9
5 daysfuse: fix io-uring background queue dispatch on request completionJoanne Koong3-17/+26
5 daysfuse: re-lock request before returning from fuse_ref_folio()Joanne Koong1-1/+1
5 daysfuse: fix device node leak in cuse_process_init_reply()Alberto Ruiz1-1/+3
5 daysfuse: avoid 32-bit prune notification count wrapSamuel Moelius2-1/+435
5 daysfuse: back uncached readdir buffers with pagesMatthew R. Ochs1-18/+67
2026-07-04lsm: add backing_file LSM hooksPaul Moore1-1/+1
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-06-19fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn1-0/+4
2026-06-19fuse: reject fuse_notify() pagecache ops on directoriesJann Horn1-1/+8
2026-06-01fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques1-5/+15
2026-05-23fuse: avoid 0x10 fault in fuse_readahead when max_pages == 0Vlad Poenaru1-0/+10
2026-04-27fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi1-11/+8
2026-04-27fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong1-2/+2
2026-04-27fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert1-0/+3
2026-04-27fuse: abort on fatal signal during sync initMiklos Szeredi3-1/+9
2026-04-27fuse: reject oversized dirents in page cacheSamuel Page1-0/+4
2026-04-02writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong2-3/+2
2026-01-30fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong1-1/+3
2026-01-02fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding3-2/+6
2026-01-02fuse: fix readahead reclaim deadlockJoanne Koong1-7/+19
2026-01-02fuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong1-0/+1
2026-01-02fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert1-0/+9
2026-01-02fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert1-1/+1
2025-12-18fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro1-9/+10
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari1-1/+1
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn1-4/+0
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-345/+519
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+7
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-25fuse: move CREATE_TRACE_POINTS to a separate fileDarrick J. Wong3-2/+15
2025-09-25fuse: move the backing file idr and code into a new source fileDarrick J. Wong4-183/+208
2025-09-23fuse: enable FUSE_SYNCFS for all fuseblk serversDarrick J. Wong1-0/+1
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong4-8/+31
2025-09-23fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong1-1/+7
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-4/+4
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari2-2/+2
2025-09-17simplify fuse_atomic_open()Al Viro1-14/+7