aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.156' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-02-132-2/+4
|\
| * fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-02-121-1/+1
| * fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos 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-212-8/+25
|\|
| * fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
| * fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner2018-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-215-29/+63
|\|
| * fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai2018-09-051-0/+1
| * fuse: Fix oops at process_init_reply()Miklos Szeredi2018-09-051-14/+11
| * fuse: umount should wait for all requestsMiklos Szeredi2018-09-053-4/+22
| * fuse: fix unlocked access to processing queueMiklos Szeredi2018-09-051-1/+7
| * fuse: fix double request_end()Miklos Szeredi2018-09-051-2/+3
| * fuse: fix initial parallel diropsMiklos Szeredi2018-09-053-10/+18
| * fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin2018-09-051-2/+5
* | Merge 4.9.111 into android-msm-bluecross-4.9Nathan Chancellor2018-10-213-4/+23
|\|
| * fuse: fix control dir setup and teardownMiklos Szeredi2018-07-031-3/+10
| * fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-07-031-0/+1
| * fuse: atomic_o_trunc should truncate pagecacheMiklos Szeredi2018-07-031-1/+12
* | 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
* | | Merge android-4.9.86 (b324a70) into msm-4.9Blagovest Kolenichev2018-04-172-4/+4
|\| |
| * | mm: fix filler function type mismatchSami Tolvanen2018-02-281-2/+2
| * | BACKPORT: treewide: Fix function prototypes for module_param_call()Kees Cook2018-02-281-2/+2
| * | Merge 4.9.60 into android-4.9Greg Kroah-Hartman2017-11-021-1/+2
| |\|
* | | Merge remote-tracking branch '4.9/tmp-4b2b8b9' into msm-4.9Kyle Yan2017-11-051-1/+2
|\ \ \
| * \ \ Merge 4.9.60 into android-4.9-oGreg Kroah-Hartman2017-11-021-1/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
* | | Merge remote-tracking branch '4.9/tmp-85e1c01' into 4.9Kyle Yan2017-09-071-1/+1
|\| |
| * | Merge 4.9.44 into android-4.9Greg Kroah-Hartman2017-08-161-1/+1
| |\|
| | * fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-08-161-1/+1
* | | fuse: Add support for shortcircuited read/write for filesNikhilesh Reddy2017-07-278-9/+241
|/ /
* | fuse: add missing FR_FORCEMiklos Szeredi2017-03-121-0/+1
|\|
| * fuse: add missing FR_FORCEMiklos Szeredi2017-03-121-0/+1
* | 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-312-2/+3
|\|
| * fuse: fix time_to_jiffies nsec sanity checkDavid Sheets2017-01-261-1/+1
| * 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-273-0/+54
* | ANDROID: fuse: Freeze client on suspend when request sent to userspaceTodd Poynor2017-01-271-1/+4
|/
* fuse: fix clearing suid, sgid for chown()Miklos Szeredi2016-12-061-5/+2
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-151-0/+6
* fuse: fix root dentry initializationMiklos Szeredi2016-10-183-1/+8