1. 31d65a6 Merge android-4.9.183 (a80a7ab) into msm-4.9 by jianzhou · 4 years, 11 months ago
  2. 555bd7e Merge android-4.9.181 (6ccab84) into msm-4.9 by jianzhou · 4 years, 11 months ago
  3. a80a7ab Merge 4.9.183 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  4. 4edf907 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 5 years ago
  5. 6ccab84 Merge 4.9.181 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  6. 9557090 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 5 years ago
  7. b7d9747 Merge android-4.9.160 (fd5657a) into msm-4.9 by jianzhou · 5 years ago
  8. 8817a28 Merge 4.9.156 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  9. 64702de fuse: handle zero sized retrieve correctly by Miklos Szeredi · 5 years ago
  10. 50449aa fuse: call pipe_buf_release() under pipe lock by Jann Horn · 5 years ago
  11. f41ab60 Merge android-4.9.145 (6328e64) into msm-4.9 by jianzhou · 5 years ago
  12. 5e10758 Merge 4.9.138 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  13. d180fee fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  14. c31ccf1 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  15. 7238fcb fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  16. 0799a93 fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  17. 7996b1c fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  18. 69376be Merge android-4.9.125 (a925dfb) into msm-4.9 by Minming Qi · 6 years ago
  19. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  20. 6465d76 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  21. c66025c fuse: fix unlocked access to processing queue by Miklos Szeredi · 6 years ago
  22. 501c4ca fuse: fix double request_end() by Miklos Szeredi · 6 years ago
  23. 67a9e48 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 6 years ago
  24. f4b8243 Merge android-4.9.93 (05baf14) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  25. 4fb542f ANDROID: fuse: Add null terminator to path in canonical path to avoid issue by Ritesh Harjani · 6 years ago
  26. 759832b fuse: Add support for shortcircuited read/write for files by Nikhilesh Reddy · 7 years ago
  27. 0455ac9 Merge branch 'upstream-linux-4.9.y' into android-4.9 by Todd Kjos · 7 years ago
  28. 80a0477 fuse: fix uninitialized flags in pipe_buffer by Miklos Szeredi · 7 years ago
  29. 7283448 fuse: fix use after free issue in fuse_dev_do_read() by Sahitya Tummala · 7 years ago
  30. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  31. fac99a7 ANDROID: fuse: Add support for d_canonical_path by Daniel Rosenberg · 8 years ago
  32. 1672c66 ANDROID: fuse: Freeze client on suspend when request sent to userspace by Todd Poynor · 13 years ago
  33. 0181b36 fuse: clear FR_PENDING flag when moving requests out of pending queue by Tahsin Erdogan · 7 years ago
  34. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. ca76f5b pipe: add pipe_buf_steal() helper by Miklos Szeredi · 8 years ago
  36. fba597d pipe: add pipe_buf_confirm() helper by Miklos Szeredi · 8 years ago
  37. a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
  38. 7bf2d1d pipe: add pipe_buf_get() helper by Miklos Szeredi · 8 years ago
  39. d82718e fuse_dev_splice_read(): switch to add_to_pipe() by Al Viro · 8 years ago
  40. 8924fef splice: lift pipe_lock out of splice_to_pipe() by Al Viro · 8 years ago
  41. 4680a7e fuse: remove duplicate cs->offset assignment by Miklos Szeredi · 8 years ago
  42. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  43. 7d3a07f fuse: don't mess with blocking signals by Al Viro · 8 years ago
  44. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  45. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  46. 8ed1f0e fs/fuse: fix ioctl type confusion by Jann Horn · 9 years ago
  47. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 9 years ago
  48. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 9 years ago
  49. 00c570f fuse: device fd clone by Miklos Szeredi · 9 years ago
  50. ee314a8 fuse: abort: no fc->lock needed for request ending by Miklos Szeredi · 9 years ago
  51. 46c34a3 fuse: no fc->lock for pqueue parts by Miklos Szeredi · 9 years ago
  52. efe2800 fuse: no fc->lock in request_end() by Miklos Szeredi · 9 years ago
  53. 1e6881c fuse: cleanup request_end() by Miklos Szeredi · 9 years ago
  54. 365ae71 fuse: request_end(): do once by Miklos Szeredi · 9 years ago
  55. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 9 years ago
  56. 45a91cb fuse: pqueue locking by Miklos Szeredi · 9 years ago
  57. 24b4d33 fuse: abort: group pqueue accesses by Miklos Szeredi · 9 years ago
  58. 82cbdcd fuse: cleanup fuse_dev_do_read() by Miklos Szeredi · 9 years ago
  59. f377cb7 fuse: move list_del_init() from request_end() into callers by Miklos Szeredi · 9 years ago
  60. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 9 years ago
  61. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 9 years ago
  62. 5250921 fuse: simplify request_wait() by Miklos Szeredi · 9 years ago
  63. fd22d62 fuse: no fc->lock for iqueue parts by Miklos Szeredi · 9 years ago
  64. 8f7bb36 fuse: allow interrupt queuing without fc->lock by Miklos Szeredi · 9 years ago
  65. 4ce6081 fuse: iqueue locking by Miklos Szeredi · 9 years ago
  66. ef75925 fuse: dev read: split list_move by Miklos Szeredi · 9 years ago
  67. 8c91189 fuse: abort: group iqueue accesses by Miklos Szeredi · 9 years ago
  68. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 9 years ago
  69. f88996a fuse: separate out input queue by Miklos Szeredi · 9 years ago
  70. 33e14b4 fuse: req state use flags by Miklos Szeredi · 9 years ago
  71. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 9 years ago
  72. c477526 fuse: don't hold lock over request_wait_answer() by Miklos Szeredi · 9 years ago
  73. 7d2e0a0 fuse: simplify unique ctr by Miklos Szeredi · 9 years ago
  74. 41f9827 fuse: rework abort by Miklos Szeredi · 9 years ago
  75. b716d42 fuse: fold helpers into abort by Miklos Szeredi · 9 years ago
  76. dc00809 fuse: use per req lock for lock/unlock_request() by Miklos Szeredi · 9 years ago
  77. 825d6d3 fuse: req use bitops by Miklos Szeredi · 9 years ago
  78. 0d8e84b fuse: simplify request abort by Miklos Szeredi · 9 years ago
  79. ccd0a0b fuse: call fuse_abort_conn() in dev release by Miklos Szeredi · 9 years ago
  80. f0139aa fuse: fold fuse_request_send_nowait() into single caller by Miklos Szeredi · 9 years ago
  81. de15522 fuse: check conn_error earlier by Miklos Szeredi · 9 years ago
  82. 5437f24 fuse: account as waiting before queuing for background by Miklos Szeredi · 9 years ago
  83. 73e0e73 fuse: reset waiting by Miklos Szeredi · 9 years ago
  84. 42dc621 fuse: fix background request if not connected by Miklos Szeredi · 9 years ago
  85. 6c09e94 fuse: use iov_iter_get_pages() for non-splice path by Al Viro · 9 years ago
  86. fbdbacc fuse: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  87. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  88. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  89. 94e4fe2 fuse: explicitly set /dev/fuse file's private_data by Tom Van Braeckel · 9 years ago
  90. aa991b3 fuse: set stolen page uptodate by Miklos Szeredi · 9 years ago
  91. 0d27836 fuse: notify: don't move pages by Miklos Szeredi · 9 years ago
  92. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 9 years ago
  93. 21f6217 fuse: fix LOOKUP vs INIT compat handling by Miklos Szeredi · 9 years ago
  94. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  95. 0b632204 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  96. c55a01d fuse: avoid scheduling while atomic by Miklos Szeredi · 10 years ago
  97. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  98. fbb3275 pipe: kill ->map() and ->unmap() by Al Viro · 10 years ago
  99. 58bda1d fuse/dev: use atomic maps by Al Viro · 10 years ago
  100. 063ec1e fuse: fix SetPageUptodate() condition in STORE by Miklos Szeredi · 10 years ago