summaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
AgeCommit message (Expand)AuthorLines
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin-6/+6
2018-07-26fuse: simplify fuse_abort_conn()Miklos Szeredi-12/+6
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin-2/+5
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi-4/+19
2018-07-26fuse: fix unlocked access to processing queueMiklos Szeredi-1/+7
2018-07-26fuse: fix double request_end()Miklos Szeredi-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-5/+10
2018-05-31fuse: fix congested state leak on aborted connectionsTejun Heo-2/+1
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman-4/+4
2018-03-20fuse: Fail all requests with invalid uids or gidsEric W. Biederman-9/+13
2018-03-20fuse: Remove the buggy retranslation of pids in fuse_dev_do_readEric W. Biederman-6/+0
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz-5/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-4/+4
2017-11-27fs: annotate ->poll() instancesAl Viro-2/+2
2017-11-15mm: remove cold parameter for release_pagesMel Gorman-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-09-12fuse: allow server to run in different pid_nsMiklos Szeredi-6/+7
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-9/+15
2017-04-20fuse: Get rid of bdi_initializedJan Kara-3/+2
2017-04-20fuse: Convert to separately allocated bdiJan Kara-4/+4
2017-04-18fuse: Add support for pid namespacesSeth Forshee-4/+11
2017-04-18fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova-5/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala-0/+4
2017-01-13fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan-1/+2
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-47/+16
2016-10-05pipe: add pipe_buf_steal() helperMiklos Szeredi-1/+1
2016-10-05pipe: add pipe_buf_confirm() helperMiklos Szeredi-2/+2
2016-10-05pipe: add pipe_buf_release() helperMiklos Szeredi-4/+3
2016-10-05pipe: add pipe_buf_get() helperMiklos Szeredi-1/+1
2016-10-03fuse_dev_splice_read(): switch to add_to_pipe()Al Viro-37/+9
2016-10-03splice: lift pipe_lock out of splice_to_pipe()Al Viro-2/+0
2016-10-01fuse: remove duplicate cs->offset assignmentMiklos Szeredi-1/+0
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-27/+3
2016-07-19fuse: don't mess with blocking signalsAl Viro-27/+3
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds-2/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-13/+13
2015-08-16fs/fuse: fix ioctl type confusionJann Horn-1/+9
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi-26/+37
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi-28/+42
2015-07-01fuse: device fd cloneMiklos Szeredi-0/+40
2015-07-01fuse: abort: no fc->lock needed for request endingMiklos Szeredi-9/+5
2015-07-01fuse: no fc->lock for pqueue partsMiklos Szeredi-14/+2
2015-07-01fuse: no fc->lock in request_end()Miklos Szeredi-7/+8
2015-07-01fuse: cleanup request_end()Miklos Szeredi-4/+2
2015-07-01fuse: request_end(): do onceMiklos Szeredi-2/+6
2015-07-01fuse: add req flag for private listMiklos Szeredi-3/+7
2015-07-01fuse: pqueue lockingMiklos Szeredi-2/+17