summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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/+4
* | fuse: Get rid of bdi_initializedJan Kara2017-04-201-3/+2
* | 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
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-47/+16
|\
| * pipe: add pipe_buf_steal() helperMiklos Szeredi2016-10-051-1/+1
| * pipe: add pipe_buf_confirm() helperMiklos Szeredi2016-10-051-2/+2
| * pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-051-4/+3
| * pipe: add pipe_buf_get() helperMiklos Szeredi2016-10-051-1/+1
| * fuse_dev_splice_read(): switch to add_to_pipe()Al Viro2016-10-031-37/+9
| * splice: lift pipe_lock out of splice_to_pipe()Al Viro2016-10-031-2/+0
* | fuse: remove duplicate cs->offset assignmentMiklos Szeredi2016-10-011-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-291-27/+3
|\
| * fuse: don't mess with blocking signalsAl Viro2016-07-191-27/+3
OpenPOWER on IntegriCloud