aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.156' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-02-131-1/+3
|\
| * fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-02-121-1/+1
| * fuse: call pipe_buf_release() under pipe lockJann Horn2019-02-121-0/+2
* | BACKPORT: treewide: kmalloc() -> kmalloc_array()Kees Cook2019-01-071-5/+9
* | Merge branch 'linux-4.9.y' of https://git.kernel.org/pub/scm/linux/kernel/git...Josh Chasky2018-11-211-7/+22
|\|
| * 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
* | Merge 4.9.125 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-7/+32
|\|
| * fuse: umount should wait for all requestsMiklos Szeredi2018-09-051-4/+19
| * fuse: fix unlocked access to processing queueMiklos Szeredi2018-09-051-1/+7
| * fuse: fix double request_end()Miklos Szeredi2018-09-051-2/+3
| * fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-09-051-2/+5
* | Merge android-4.9.93 (05baf14) into msm-4.9Blagovest Kolenichev2018-05-111-2/+4
|\ \
| * | ANDROID: fuse: Add null terminator to path in canonical path to avoid issueRitesh Harjani2018-04-061-2/+4
* | | fuse: Add support for shortcircuited read/write for filesNikhilesh Reddy2017-07-271-3/+12
|/ /
* | Merge branch 'upstream-linux-4.9.y' into android-4.9Todd Kjos2017-02-231-0/+5
|\|
| * fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-231-0/+1
| * fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-231-0/+4
* | Merge tag 'v4.9.6' into android-4.9Dmitry Shmidt2017-01-311-1/+2
|\|
| * fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-261-1/+2
* | ANDROID: fuse: Add support for d_canonical_pathDaniel Rosenberg2017-01-271-0/+5
* | ANDROID: fuse: Freeze client on suspend when request sent to userspaceTodd Poynor2017-01-271-1/+4
|/
* 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
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+0
|/
* 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
* fuse: separate pqueue for clonesMiklos Szeredi2015-07-011-26/+37
* fuse: introduce per-instance fuse_dev structureMiklos Szeredi2015-07-011-28/+42
* fuse: device fd cloneMiklos Szeredi2015-07-011-0/+40
* fuse: abort: no fc->lock needed for request endingMiklos Szeredi2015-07-011-9/+5
* fuse: no fc->lock for pqueue partsMiklos Szeredi2015-07-011-14/+2
* fuse: no fc->lock in request_end()Miklos Szeredi2015-07-011-7/+8
* fuse: cleanup request_end()Miklos Szeredi2015-07-011-4/+2
* fuse: request_end(): do onceMiklos Szeredi2015-07-011-2/+6
* fuse: add req flag for private listMiklos Szeredi2015-07-011-3/+7
* fuse: pqueue lockingMiklos Szeredi2015-07-011-2/+17
* fuse: abort: group pqueue accessesMiklos Szeredi2015-07-011-1/+1
* fuse: cleanup fuse_dev_do_read()Miklos Szeredi2015-07-011-20/+20