summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
35 hoursfuse: copy request headers via a stack buffer for io-uringXiang Mei
35 hoursfuse-uring: use named constants for io-uring iovec indicesJoanne Koong
35 hoursfuse-uring: refactor setting up copy state for payload copyingJoanne Koong
35 hoursfuse-uring: use enum types for header copyingJoanne Koong
35 hoursfuse-uring: refactor io-uring header copying from ringJoanne Koong
35 hoursfuse-uring: refactor io-uring header copying to ringJoanne Koong
35 hoursfuse: fix missing barrier when checking io-uring readinessJoanne Koong
35 hoursfuse: fix race between interrupt and resendMiklos Szeredi
35 hoursfuse: remove fm arg of args->end callbackMiklos Szeredi
35 hoursfuse: split off fuse_args and related definitions into a separate headerMiklos Szeredi
35 hoursfuse: publish io-uring queues with release semanticsJoanne Koong
5 daysfuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-freeRochan Avlur
10 daysfuse: fix invalidate lock leak on open O_TRUNC DAX failureBaokun Li
10 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