1. 2857d83 Merge android-4.19-q.77 (cd1eb9f) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  2. 5bead06 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
  3. e09e20a Merge android-4.19.51 (d1f7f3b) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  4. ae35c32 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
  5. 42a4a46 Merge android-4.19.39 (dda1dd3) into msm-4.19 by Ivaylo Georgiev · 5 years ago
  6. 0311ff8 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 5 years ago
  7. 9d1f531 Merge android-4.19.21 (6e0411b) into msm-4.19 by Ivaylo Georgiev · 6 years ago
  8. 6ccc9e1 fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
  9. 48be0eb fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
  10. 60b1073 Merge LTS tag v4.19.3 into msm-kona by Blagovest Kolenichev · 6 years ago
  11. 18cd610 fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
  12. 280da47 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  13. c1ef6c9 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  14. 1ed087a fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  15. 569fda5 fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  16. e8e17b1 fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  17. 08aeb46 ANDROID: fuse: Add null terminator to path in canonical path to avoid issue by Ritesh Harjani · 7 years ago
  18. dd73e5e ANDROID: fuse: Add support for d_canonical_path by Daniel Rosenberg · 8 years ago
  19. 9635453 fuse: reduce allocation size for splice_write by Andrey Ryabinin · 6 years ago
  20. d6d931a fuse: use kvmalloc to allocate array of pipe_buffer structs. by Andrey Ryabinin · 6 years ago
  21. 75f3ee4 fuse: simplify fuse_abort_conn() by Miklos Szeredi · 6 years ago
  22. a2477b0 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 6 years ago
  23. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  24. 45ff350 fuse: fix unlocked access to processing queue by Miklos Szeredi · 6 years ago
  25. 8711437 fuse: fix double request_end() by Miklos Szeredi · 6 years ago
  26. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  27. 8a301eb fuse: fix congested state leak on aborted connections by Tejun Heo · 7 years ago
  28. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  29. c9582eb fuse: Fail all requests with invalid uids or gids by Eric W. Biederman · 7 years ago
  30. dbf107b fuse: Remove the buggy retranslation of pids in fuse_dev_do_read by Eric W. Biederman · 7 years ago
  31. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  32. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  33. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  34. c6f92f9 mm: remove cold parameter for release_pages by Mel Gorman · 7 years ago
  35. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  36. 5d6d3a3 fuse: allow server to run in different pid_ns by Miklos Szeredi · 7 years ago
  37. a2e5ad4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  38. 7fbbe97 fuse: Get rid of bdi_initialized by Jan Kara · 7 years ago
  39. 5f7f754 fuse: Convert to separately allocated bdi by Jan Kara · 7 years ago
  40. 0b6e9ea fuse: Add support for pid namespaces by Seth Forshee · 10 years ago
  41. ec99f6d fuse: convert fuse_req.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  42. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  43. 84588a9 fuse: fix uninitialized flags in pipe_buffer by Miklos Szeredi · 8 years ago
  44. 6ba4d27 fuse: fix use after free issue in fuse_dev_do_read() by Sahitya Tummala · 8 years ago
  45. a8a86d7 fuse: clear FR_PENDING flag when moving requests out of pending queue by Tahsin Erdogan · 8 years ago
  46. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  47. ca76f5b pipe: add pipe_buf_steal() helper by Miklos Szeredi · 8 years ago
  48. fba597d pipe: add pipe_buf_confirm() helper by Miklos Szeredi · 8 years ago
  49. a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
  50. 7bf2d1d pipe: add pipe_buf_get() helper by Miklos Szeredi · 8 years ago
  51. d82718e fuse_dev_splice_read(): switch to add_to_pipe() by Al Viro · 8 years ago
  52. 8924fef splice: lift pipe_lock out of splice_to_pipe() by Al Viro · 8 years ago
  53. 4680a7e fuse: remove duplicate cs->offset assignment by Miklos Szeredi · 8 years ago
  54. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  55. 7d3a07f fuse: don't mess with blocking signals by Al Viro · 8 years ago
  56. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  57. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  58. 8ed1f0e fs/fuse: fix ioctl type confusion by Jann Horn · 9 years ago
  59. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 9 years ago
  60. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 9 years ago
  61. 00c570f fuse: device fd clone by Miklos Szeredi · 9 years ago
  62. ee314a8 fuse: abort: no fc->lock needed for request ending by Miklos Szeredi · 9 years ago
  63. 46c34a3 fuse: no fc->lock for pqueue parts by Miklos Szeredi · 9 years ago
  64. efe2800 fuse: no fc->lock in request_end() by Miklos Szeredi · 9 years ago
  65. 1e6881c fuse: cleanup request_end() by Miklos Szeredi · 9 years ago
  66. 365ae71 fuse: request_end(): do once by Miklos Szeredi · 9 years ago
  67. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 9 years ago
  68. 45a91cb fuse: pqueue locking by Miklos Szeredi · 9 years ago
  69. 24b4d33 fuse: abort: group pqueue accesses by Miklos Szeredi · 9 years ago
  70. 82cbdcd fuse: cleanup fuse_dev_do_read() by Miklos Szeredi · 9 years ago
  71. f377cb7 fuse: move list_del_init() from request_end() into callers by Miklos Szeredi · 9 years ago
  72. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 9 years ago
  73. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 9 years ago
  74. 5250921 fuse: simplify request_wait() by Miklos Szeredi · 9 years ago
  75. fd22d62 fuse: no fc->lock for iqueue parts by Miklos Szeredi · 9 years ago
  76. 8f7bb36 fuse: allow interrupt queuing without fc->lock by Miklos Szeredi · 9 years ago
  77. 4ce6081 fuse: iqueue locking by Miklos Szeredi · 9 years ago
  78. ef75925 fuse: dev read: split list_move by Miklos Szeredi · 9 years ago
  79. 8c91189 fuse: abort: group iqueue accesses by Miklos Szeredi · 9 years ago
  80. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 9 years ago
  81. f88996a fuse: separate out input queue by Miklos Szeredi · 9 years ago
  82. 33e14b4 fuse: req state use flags by Miklos Szeredi · 9 years ago
  83. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 9 years ago
  84. c477526 fuse: don't hold lock over request_wait_answer() by Miklos Szeredi · 9 years ago
  85. 7d2e0a0 fuse: simplify unique ctr by Miklos Szeredi · 9 years ago
  86. 41f9827 fuse: rework abort by Miklos Szeredi · 9 years ago
  87. b716d42 fuse: fold helpers into abort by Miklos Szeredi · 9 years ago
  88. dc00809 fuse: use per req lock for lock/unlock_request() by Miklos Szeredi · 9 years ago
  89. 825d6d3 fuse: req use bitops by Miklos Szeredi · 9 years ago
  90. 0d8e84b fuse: simplify request abort by Miklos Szeredi · 9 years ago
  91. ccd0a0b fuse: call fuse_abort_conn() in dev release by Miklos Szeredi · 9 years ago
  92. f0139aa fuse: fold fuse_request_send_nowait() into single caller by Miklos Szeredi · 9 years ago
  93. de15522 fuse: check conn_error earlier by Miklos Szeredi · 9 years ago
  94. 5437f24 fuse: account as waiting before queuing for background by Miklos Szeredi · 9 years ago
  95. 73e0e73 fuse: reset waiting by Miklos Szeredi · 9 years ago
  96. 42dc621 fuse: fix background request if not connected by Miklos Szeredi · 9 years ago
  97. 6c09e94 fuse: use iov_iter_get_pages() for non-splice path by Al Viro · 10 years ago
  98. fbdbacc fuse: switch to ->read_iter/->write_iter by Al Viro · 10 years ago
  99. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  100. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago