summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi2022-04-151-1/+11
* fuse: release pipe buf after last useMiklos Szeredi2021-12-011-5/+5
* fuse: fix page stealingMiklos Szeredi2021-12-011-2/+12
* fuse: reject internal errnoMiklos Szeredi2021-07-201-1/+1
* fuse: check connected before queueing on fpq->ioMiklos Szeredi2021-07-201-0/+9
* fuse: fix page dereference after freeMiklos Szeredi2020-11-051-10/+18
* fuse: don't check refcount after stealing pageMiklos Szeredi2020-10-011-1/+0
* fuse: fix weird page warningMiklos Szeredi2020-07-291-1/+2
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-10-051-44/+47
* 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/+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