aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4.238 into kernel.lnx.4.4.r39-relNathan Chancellor2020-10-011-1/+0
|\
| * fuse: don't check refcount after stealing pageMiklos Szeredi2020-10-011-1/+0
* | Merge 4.4.221 into kernel.lnx.4.4.r39-relNathan Chancellor2020-05-021-3/+9
|\|
| * fuse: fix possibly missed wake-up after abortMiklos Szeredi2020-05-021-3/+9
* | Merge 4.4.216 into kernel.lnx.4.4.r39-relNathan Chancellor2020-03-111-6/+6
|\|
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2020-03-111-6/+6
| * pipe: add pipe_buf_get() helperMiklos Szeredi2020-03-111-1/+1
* | Merge android-4.4.183 (94fd428) into msm-4.4Srinivasarao P2019-06-241-1/+1
|\ \
| * | Merge 4.4.183 into android-4.4Greg Kroah-Hartman2019-06-221-1/+1
| |\|
| | * fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-221-1/+1
* | | Merge android-4.4.175 (08d5867) into msm-4.4Srinivasarao P2019-02-221-1/+4
|\| |
| * | Merge 4.4.175 into android-4.4Greg Kroah-Hartman2019-02-201-1/+4
| |\|
| | * fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-02-201-1/+1
| | * fuse: call pipe_buf_release() under pipe lockJann Horn2019-02-201-0/+3
* | | Merge android-4.4.164 (564ce1b) into msm-4.4Srinivasarao P2018-11-211-7/+22
|\| |
| * | Merge 4.4.164 into android-4.4Greg Kroah-Hartman2018-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 android-4.4.154 (d762e28) into msm-4.4Srinivasarao P2018-09-121-7/+32
|\| |
| * | Merge 4.4.154 into android-4.4Greg Kroah-Hartman2018-09-051-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
| * | ANDROID: fuse: Add null terminator to path in canonical path to avoid issueRitesh Harjani2018-04-061-2/+4
| * | Merge branch 'upstream-linux-4.4.y' into android-4.4Todd Kjos2017-03-021-0/+4
| |\|
| | * fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-231-0/+4
| * | Merge tag 'v4.4.45' into android-4.4.yDmitry Shmidt2017-01-261-1/+2
| |\|
| * | fuse: Add support for d_canonical_pathDaniel Rosenberg2016-04-251-0/+5
* | | ANDROID: fuse: Add null terminator to path in canonical path to avoid issueRitesh Harjani2018-04-091-2/+4
* | | Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'Runmin Wang2017-03-181-1/+2
|\ \ \
| * \ \ Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2017-02-041-1/+2
| |\ \ \ | | | |/ | | |/|
| | * | fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-261-1/+2
* | | | fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-151-0/+4
* | | | Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang2016-10-281-0/+5
|\| | |
| * | | fuse: Add support for d_canonical_pathDaniel Rosenberg2016-05-191-0/+5
| | |/ | |/|
* / | fuse: Add support for passthrough read/writeNikhilesh Reddy2016-03-221-3/+10
|/ /
* / fuse: Freeze client on suspend when request sent to userspaceTodd Poynor2016-02-161-1/+4
|/
* 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