aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09fuse: fix possibly missed wake-up after abortMiklos Szeredi1-3/+9
2018-11-09fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-10-01fuse: realloc page arrayMiklos Szeredi1-4/+45
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin1-2/+3
2018-10-01fuse: allocate page array more efficientlyMiklos Szeredi1-26/+18
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai1-4/+17
2018-09-28fuse: kill req->intr_uniqueKirill Tkhai1-6/+5
2018-09-28fuse: change interrupt requests allocation algorithmKirill Tkhai1-2/+7
2018-09-28fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai1-24/+24
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai1-8/+12
2018-09-28fuse: use list_first_entry() in flush_bg_queue()Kirill Tkhai1-2/+3
2018-09-28fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-09-28fuse: set FR_SENT while lockedMiklos Szeredi1-1/+1
2018-09-28fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai1-1/+5
2018-09-28fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai1-0/+2
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin1-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin1-6/+6
2018-07-26fuse: simplify fuse_abort_conn()Miklos Szeredi1-12/+6
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi1-4/+19
2018-07-26fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-07-26fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+10
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo1-2/+1
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman1-4/+4
2018-03-20fuse: Fail all requests with invalid uids or gidsEric W. Biederman1-9/+13
2018-03-20fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman1-6/+0
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz1-5/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi1-6/+7
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-9/+15
2017-04-20fuse: Get rid of bdi_initializedJan Kara1-3/+2
2017-04-20fuse: Convert to separately allocated bdiJan Kara1-4/+4
2017-04-18fuse: Add support for pid namespacesSeth Forshee1-4/+11
2017-04-18fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova1-5/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-01-13fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan1-1/+2
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-47/+16
2016-10-05pipe: add pipe_buf_steal() helperMiklos Szeredi1-1/+1
2016-10-05pipe: add pipe_buf_confirm() helperMiklos Szeredi1-2/+2
2016-10-05pipe: add pipe_buf_release() helperMiklos Szeredi1-4/+3
2016-10-05pipe: add pipe_buf_get() helperMiklos Szeredi1-1/+1
2016-10-03fuse_dev_splice_read(): switch to add_to_pipe()Al Viro1-37/+9
2016-10-03splice: lift pipe_lock out of splice_to_pipe()Al Viro1-2/+0
2016-10-01fuse: remove duplicate cs->offset assignmentMiklos Szeredi1-1/+0