summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "fuse: require /dev/fuse reads to have enough buffer capacity"Miklos Szeredi2019-06-111-10/+0
* fuse: require /dev/fuse reads to have enough buffer capacityKirill Smelkov2019-04-241-0/+10
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-04-241-1/+1
* fuse: convert printk -> pr_*Kirill Smelkov2019-04-241-2/+2
* Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-6/+6
|\
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-6/+6
* | fuse: clean up abortedMiklos Szeredi2019-02-131-5/+4
* | fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2019-02-131-4/+6
* | fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai2019-02-131-3/+10
* | fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai2019-02-131-25/+23
* | fuse: Wake up req->waitq of only if not backgroundKirill Tkhai2019-02-131-1/+4
* | fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai2019-02-131-8/+20
* | fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai2019-02-131-1/+1
* | fuse: Remove stale comment in end_requests()Kirill Tkhai2019-02-131-5/+1
|/
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-01-161-0/+2
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-01-161-1/+1
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2018-11-091-3/+9
* fuse: fix leaked notify replyMiklos Szeredi2018-11-091-1/+3
* fuse: realloc page arrayMiklos Szeredi2018-10-011-4/+45
* fuse: add max_pages to init_outConstantine Shulyupin2018-10-011-2/+3
* fuse: allocate page array more efficientlyMiklos Szeredi2018-10-011-26/+18
* fuse: Use hash table to link processing requestKirill Tkhai2018-09-281-4/+17
* fuse: kill req->intr_uniqueKirill Tkhai2018-09-281-6/+5
* fuse: change interrupt requests allocation algorithmKirill Tkhai2018-09-281-2/+7
* fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai2018-09-281-24/+24
* fuse: introduce fc->bg_lockKirill Tkhai2018-09-281-8/+12
* fuse: use list_first_entry() in flush_bg_queue()Kirill Tkhai2018-09-281-2/+3
* fuse: fix blocked_waitq wakeupMiklos Szeredi2018-09-281-4/+11
* fuse: set FR_SENT while lockedMiklos Szeredi2018-09-281-1/+1
* fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-09-281-1/+5
* fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-09-281-0/+2
* fuse: reduce allocation size for splice_writeAndrey Ryabinin2018-07-261-1/+1
* fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin2018-07-261-6/+6
* fuse: simplify fuse_abort_conn()Miklos Szeredi2018-07-261-12/+6
* fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-07-261-2/+5
* fuse: umount should wait for all requestsMiklos Szeredi2018-07-261-4/+19
* fuse: fix unlocked access to processing queueMiklos Szeredi2018-07-261-1/+7
* fuse: fix double request_end()Miklos Szeredi2018-07-261-2/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+10
* fuse: fix congested state leak on aborted connectionsTejun Heo2018-05-311-2/+1
* fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-201-4/+4
* fuse: Fail all requests with invalid uids or gidsEric W. Biederman2018-03-201-9/+13
* fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman2018-03-201-6/+0
* fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-201-5/+7
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* fs: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* mm: remove cold parameter for release_pagesMel Gorman2017-11-151-1/+1
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* fuse: allow server to run in different pid_nsMiklos Szeredi2017-09-121-6/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-101-9/+15
|\