| Commit message (Expand) | Author | Age | |
|---|---|---|---|
| * | Merge android-4.4-p.203 (40ef73d) into msm-4.4 | Srinivasarao P | 2019-11-26 |
| |\ | |||
| | * | Merge 4.4.203 into android-4.4-p | Greg Kroah-Hartman | 2019-11-25 |
| | |\ | |||
| | | * | fuse: use READ_ONCE on congestion_threshold and max_background | Kirill Tkhai | 2019-11-25 |
| * | | | Merge android-4.4-p.199 (3f5703c) into msm-4.4 | Srinivasarao P | 2019-11-11 |
| |\| | | |||
| | * | | Merge 4.4.199 into android-4.4-p | Greg Kroah-Hartman | 2019-11-06 |
| | |\| | |||
| | | * | fuse: truncate pending writes on O_TRUNC | Miklos Szeredi | 2019-11-06 |
| | | * | fuse: flush dirty data/metadata before non-truncate setattr | Miklos Szeredi | 2019-11-06 |
| * | | | Merge android-4.4-p.197 (93ec8fb) into msm-4.4 | Srinivasarao P | 2019-10-30 |
| |\| | | |||
| | * | | Merge 4.4.197 into android-4.4-p | Greg Kroah-Hartman | 2019-10-17 |
| | |\| | |||
| | | * | fuse: fix memleak in cuse_channel_open | zhengbin | 2019-10-17 |
| * | | | Merge android-4.4-p.195 (4af3204) into msm-4.4 | Srinivasarao P | 2019-10-30 |
| |\| | | |||
| | * | | Merge 4.4.195 into android-4.4-p | Greg Kroah-Hartman | 2019-10-06 |
| | |\| | |||
| | | * | fuse: fix missing unlock_page in fuse_writepage() | Vasily Averin | 2019-10-05 |
| | * | | Merge 4.4.183 into android-4.4-p | Greg Kroah-Hartman | 2019-06-22 |
| | |\| | |||
| | * | | Merge 4.4.181 into android-4.4-p | Greg Kroah-Hartman | 2019-06-11 |
| | |\ \ | |||
| | * \ \ | Merge 4.4.175 into android-4.4-p | Greg Kroah-Hartman | 2019-02-20 |
| | |\ \ \ | |||
| | * \ \ \ | Merge 4.4.164 into android-4.4-p | Greg Kroah-Hartman | 2018-11-21 |
| | |\ \ \ \ | |||
| | * \ \ \ \ | Merge 4.4.163 into android-4.4-p | Greg Kroah-Hartman | 2018-11-10 |
| | |\ \ \ \ \ | |||
| | * \ \ \ \ \ | Merge 4.4.154 into android-4.4-p | Greg Kroah-Hartman | 2018-09-05 |
| | |\ \ \ \ \ \ | |||
| * | \ \ \ \ \ \ | Merge android-4.4.183 (94fd428) into msm-4.4 | Srinivasarao P | 2019-06-24 |
| |\ \ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ \ | Merge 4.4.183 into android-4.4 | Greg Kroah-Hartman | 2019-06-22 |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||
| | | * | | | | | | | fuse: retrieve: cap requested size to negotiated max_write | Kirill Smelkov | 2019-06-22 |
| | | | |_|_|_|_|/ | | |/| | | | | | |||
| * | | | | | | | | Merge android-4.4.181 (bd858d7) into msm-4.4 | Srinivasarao P | 2019-06-12 |
| |\| | | | | | | | |||
| | * | | | | | | | Merge 4.4.181 into android-4.4 | Greg Kroah-Hartman | 2019-06-11 |
| | |\| | | | | | | |||
| | | * | | | | | | fuse: Add FOPEN_STREAM to use stream_open() | Kirill Smelkov | 2019-06-11 |
| | | * | | | | | | fuse: fallocate: fix return with locked inode | Miklos Szeredi | 2019-06-11 |
| | | * | | | | | | fuse: honor RLIMIT_FSIZE in fuse_file_fallocate | Liu Bo | 2019-06-11 |
| | | * | | | | | | fuse: fix writepages on 32bit | Miklos Szeredi | 2019-06-11 |
| | | | |_|_|_|/ | | |/| | | | | |||
| * | | | | | | | Merge android-4.4.175 (08d5867) into msm-4.4 | Srinivasarao P | 2019-02-22 |
| |\| | | | | | | |||
| | * | | | | | | Merge 4.4.175 into android-4.4 | Greg Kroah-Hartman | 2019-02-20 |
| | |\| | | | | | |||
| | | * | | | | | fuse: handle zero sized retrieve correctly | Miklos Szeredi | 2019-02-20 |
| | | * | | | | | fuse: decrement NR_WRITEBACK_TEMP on the right page | Miklos Szeredi | 2019-02-20 |
| | | * | | | | | fuse: call pipe_buf_release() under pipe lock | Jann Horn | 2019-02-20 |
| | | | |_|_|/ | | |/| | | | |||
| * | | | | | | Merge android-4.4.164 (564ce1b) into msm-4.4 | Srinivasarao P | 2018-11-21 |
| |\| | | | | | |||
| | * | | | | | Merge 4.4.164 into android-4.4 | Greg Kroah-Hartman | 2018-11-21 |
| | |\| | | | | |||
| | | * | | | | fuse: fix leaked notify reply | Miklos Szeredi | 2018-11-21 |
| | | * | | | | fuse: set FR_SENT while locked | Miklos Szeredi | 2018-11-21 |
| | | * | | | | fuse: fix blocked_waitq wakeup | Miklos Szeredi | 2018-11-21 |
| | | * | | | | fuse: Fix use-after-free in fuse_dev_do_write() | Kirill Tkhai | 2018-11-21 |
| | | * | | | | fuse: Fix use-after-free in fuse_dev_do_read() | Kirill Tkhai | 2018-11-21 |
| | | | |_|/ | | |/| | | |||
| * | | | | | Merge android-4.4.163 (0ca3fca) into msm-4.4 | Srinivasarao P | 2018-11-15 |
| |\| | | | | |||
| | * | | | | Merge 4.4.163 into android-4.4 | Greg Kroah-Hartman | 2018-11-10 |
| | |\| | | | |||
| | | * | | | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio | Ashish Samant | 2018-11-10 |
| | | | |/ | | |/| | |||
| * | | | | Merge android-4.4.154 (d762e28) into msm-4.4 | Srinivasarao P | 2018-09-12 |
| |\| | | | |||
| | * | | | Merge 4.4.154 into android-4.4 | Greg Kroah-Hartman | 2018-09-05 |
| | |\| | | | |/ | |/| | |||
| | | * | fuse: Add missed unlock_page() to fuse_readpages_fill() | Kirill Tkhai | 2018-09-05 |
| | | * | fuse: Fix oops at process_init_reply() | Miklos Szeredi | 2018-09-05 |
| | | * | fuse: umount should wait for all requests | Miklos Szeredi | 2018-09-05 |
| | | * | fuse: fix unlocked access to processing queue | Miklos Szeredi | 2018-09-05 |
| | | * | fuse: fix double request_end() | Miklos Szeredi | 2018-09-05 |
