summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+23Star
* 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/+1Star
* 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/+18Star
* fuse: Use hash table to link processing requestKirill Tkhai2018-09-281-4/+17
* fuse: kill req->intr_uniqueKirill Tkhai2018-09-281-6/+5Star
* 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/+6Star
* 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-131-5/+10
* fuse: fix congested state leak on aborted connectionsTejun Heo2018-05-311-2/+1Star
* 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/+0Star
* 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-161-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
|\
| * fuse: Add support for pid namespacesSeth Forshee2017-04-181-4/+11
| * fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova2017-04-181-5/+4Star
* | fuse: Get rid of bdi_initializedJan Kara2017-04-201-3/+2Star
* | fuse: Convert to separately allocated bdiJan Kara2017-04-201-4/+4
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-161-0/+1
* fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-151-0/+4
* fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-131-1/+2