summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
AgeCommit message (Expand)Author
2019-10-05fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers
2019-06-11Revert "fuse: require /dev/fuse reads to have enough buffer capacity"Miklos Szeredi
2019-04-24fuse: require /dev/fuse reads to have enough buffer capacityKirill Smelkov
2019-04-24fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-02-13fuse: clean up abortedMiklos Szeredi
2019-02-13fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai
2019-02-13fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai
2019-02-13fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai
2019-02-13fuse: Wake up req->waitq of only if not backgroundKirill Tkhai
2019-02-13fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai
2019-02-13fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai
2019-02-13fuse: Remove stale comment in end_requests()Kirill Tkhai
2019-01-16fuse: call pipe_buf_release() under pipe lockJann Horn
2019-01-16fuse: handle zero sized retrieve correctlyMiklos Szeredi
2018-11-09fuse: fix possibly missed wake-up after abortMiklos Szeredi
2018-11-09fuse: fix leaked notify replyMiklos Szeredi
2018-10-01fuse: realloc page arrayMiklos Szeredi
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin
2018-10-01fuse: allocate page array more efficientlyMiklos Szeredi
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai
2018-09-28fuse: kill req->intr_uniqueKirill Tkhai
2018-09-28fuse: change interrupt requests allocation algorithmKirill Tkhai
2018-09-28fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai
2018-09-28fuse: use list_first_entry() in flush_bg_queue()Kirill Tkhai
2018-09-28fuse: fix blocked_waitq wakeupMiklos Szeredi
2018-09-28fuse: set FR_SENT while lockedMiklos Szeredi
2018-09-28fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai
2018-09-28fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin
2018-07-26fuse: simplify fuse_abort_conn()Miklos Szeredi
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi
2018-07-26fuse: fix unlocked access to processing queueMiklos Szeredi
2018-07-26fuse: fix double request_end()Miklos Szeredi
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman
2018-03-20fuse: Fail all requests with invalid uids or gidsEric W. Biederman
2018-03-20fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-15mm: remove cold parameter for release_pagesMel Gorman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi