summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-151-1/+1
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-05-041-6/+6
* fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-02-121-1/+1
* fuse: call pipe_buf_release() under pipe lockJann Horn2019-02-121-0/+2
* fuse: fix possibly missed wake-up after abortMiklos Szeredi2018-11-211-3/+9
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* fuse: set FR_SENT while lockedMiklos Szeredi2018-11-211-1/+1
* fuse: fix blocked_waitq wakeupMiklos Szeredi2018-11-211-4/+11
* fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-11-211-1/+5
* fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-11-211-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
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-081-47/+16Star
|\
| * pipe: add pipe_buf_steal() helperMiklos Szeredi2016-10-061-1/+1
| * pipe: add pipe_buf_confirm() helperMiklos Szeredi2016-10-061-2/+2
| * pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-061-4/+3Star
| * pipe: add pipe_buf_get() helperMiklos Szeredi2016-10-061-1/+1
| * fuse_dev_splice_read(): switch to add_to_pipe()Al Viro2016-10-041-37/+9Star
| * splice: lift pipe_lock out of splice_to_pipe()Al Viro2016-10-041-2/+0Star
* | fuse: remove duplicate cs->offset assignmentMiklos Szeredi2016-10-011-1/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-291-27/+3Star
|\
| * fuse: don't mess with blocking signalsAl Viro2016-07-191-27/+3Star
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-2/+0Star
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-13/+13
* fs/fuse: fix ioctl type confusionJann Horn2015-08-161-1/+9