aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-10fuse: convert fuse_force_forget() to simple apiMiklos Szeredi1-21/+0
2019-09-10fuse: add noreply to fuse_argsMiklos Szeredi1-1/+3
2019-09-10fuse: convert flush to simple apiMiklos Szeredi1-4/+9
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi1-60/+4
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi1-19/+19
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers1-45/+48
2019-09-02fuse: require /dev/fuse reads to have enough buffer capacity (take 2)Kirill Smelkov1-0/+18
2019-06-11Revert "fuse: require /dev/fuse reads to have enough buffer capacity"Miklos Szeredi1-10/+0
2019-04-24fuse: require /dev/fuse reads to have enough buffer capacityKirill Smelkov1-0/+10
2019-04-24fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov1-1/+1
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov1-2/+2
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds1-6/+6
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-6/+6
2019-02-13fuse: clean up abortedMiklos Szeredi1-5/+4
2019-02-13fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai1-4/+6
2019-02-13fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai1-3/+10
2019-02-13fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai1-25/+23
2019-02-13fuse: Wake up req->waitq of only if not backgroundKirill Tkhai1-1/+4
2019-02-13fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai1-8/+20
2019-02-13fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai1-1/+1
2019-02-13fuse: Remove stale comment in end_requests()Kirill Tkhai1-5/+1
2019-01-16fuse: call pipe_buf_release() under pipe lockJann Horn1-0/+2
2019-01-16fuse: handle zero sized retrieve correctlyMiklos Szeredi1-1/+1
2018-11-09fuse: fix possibly missed wake-up after abortMiklos Szeredi1-3/+9
2018-11-09fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-10-01fuse: realloc page arrayMiklos Szeredi1-4/+45
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin1-2/+3
2018-10-01fuse: allocate page array more efficientlyMiklos Szeredi1-26/+18
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai1-4/+17
2018-09-28fuse: kill req->intr_uniqueKirill Tkhai1-6/+5
2018-09-28fuse: change interrupt requests allocation algorithmKirill Tkhai1-2/+7
2018-09-28fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai1-24/+24
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai1-8/+12
2018-09-28fuse: use list_first_entry() in flush_bg_queue()Kirill Tkhai1-2/+3
2018-09-28fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-09-28fuse: set FR_SENT while lockedMiklos Szeredi1-1/+1
2018-09-28fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai1-1/+5
2018-09-28fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai1-0/+2
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin1-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin1-6/+6
2018-07-26fuse: simplify fuse_abort_conn()Miklos Szeredi1-12/+6
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi1-4/+19
2018-07-26fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-07-26fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+10
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo1-2/+1
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman1-4/+4
2018-03-20fuse: Fail all requests with invalid uids or gidsEric W. Biederman1-9/+13
2018-03-20fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman1-6/+0