1. 40ac7ab fuse: simplify 'nofail' request by Miklos Szeredi · 5 years ago
  2. d5b4854 fuse: flatten 'struct fuse_args' by Miklos Szeredi · 5 years ago
  3. 76e43c8 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
  4. 1fb027d fuse: require /dev/fuse reads to have enough buffer capacity (take 2) by Kirill Smelkov · 5 years ago
  5. 766741f Revert "fuse: require /dev/fuse reads to have enough buffer capacity" by Miklos Szeredi · 6 years ago
  6. d4b1396 fuse: require /dev/fuse reads to have enough buffer capacity by Kirill Smelkov · 6 years ago
  7. 7640682 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
  8. f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
  9. 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
  10. 15fab63 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  11. eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago
  12. 6b67573 fuse: Protect ff->reserved_req via corresponding fi->lock by Kirill Tkhai · 6 years ago
  13. b782911 fuse: Verify userspace asks to requeue interrupt that we really sent by Kirill Tkhai · 6 years ago
  14. 7407a10 fuse: Do some refactoring in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  15. 5e0fed7 fuse: Wake up req->waitq of only if not background by Kirill Tkhai · 6 years ago
  16. 217316a fuse: Optimize request_end() by not taking fiq->waitq.lock by Kirill Tkhai · 6 years ago
  17. 8da6e91 fuse: Kill fasync only if interrupt is queued in queue_interrupt() by Kirill Tkhai · 6 years ago
  18. 3406175 fuse: Remove stale comment in end_requests() by Kirill Tkhai · 6 years ago
  19. 9509941 fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
  20. 97e1532e fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
  21. 2d84a2d fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
  22. 7fabaf3 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  23. e52a8250 fuse: realloc page array by Miklos Szeredi · 6 years ago
  24. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  25. 8a7aa28 fuse: allocate page array more efficiently by Miklos Szeredi · 6 years ago
  26. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  27. 3a5358d fuse: kill req->intr_unique by Kirill Tkhai · 6 years ago
  28. c59fd85 fuse: change interrupt requests allocation algorithm by Kirill Tkhai · 6 years ago
  29. 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
  30. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  31. e287179 fuse: use list_first_entry() in flush_bg_queue() by Kirill Tkhai · 6 years ago
  32. 908a572 fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  33. 4c316f2 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  34. d2d2d4f fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  35. bc78abb fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  36. 9635453 fuse: reduce allocation size for splice_write by Andrey Ryabinin · 6 years ago
  37. d6d931a fuse: use kvmalloc to allocate array of pipe_buffer structs. by Andrey Ryabinin · 6 years ago
  38. 75f3ee4 fuse: simplify fuse_abort_conn() by Miklos Szeredi · 6 years ago
  39. a2477b0 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 6 years ago
  40. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  41. 45ff350 fuse: fix unlocked access to processing queue by Miklos Szeredi · 6 years ago
  42. 8711437 fuse: fix double request_end() by Miklos Szeredi · 6 years ago
  43. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  44. 8a301eb fuse: fix congested state leak on aborted connections by Tejun Heo · 7 years ago
  45. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  46. c9582eb fuse: Fail all requests with invalid uids or gids by Eric W. Biederman · 7 years ago
  47. dbf107b fuse: Remove the buggy retranslation of pids in fuse_dev_do_read by Eric W. Biederman · 7 years ago
  48. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  49. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  50. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  51. c6f92f9 mm: remove cold parameter for release_pages by Mel Gorman · 7 years ago
  52. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  53. 5d6d3a3 fuse: allow server to run in different pid_ns by Miklos Szeredi · 7 years ago
  54. a2e5ad4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  55. 7fbbe97 fuse: Get rid of bdi_initialized by Jan Kara · 8 years ago
  56. 5f7f754 fuse: Convert to separately allocated bdi by Jan Kara · 8 years ago
  57. 0b6e9ea fuse: Add support for pid namespaces by Seth Forshee · 10 years ago
  58. ec99f6d fuse: convert fuse_req.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  59. 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
  60. 84588a9 fuse: fix uninitialized flags in pipe_buffer by Miklos Szeredi · 8 years ago
  61. 6ba4d27 fuse: fix use after free issue in fuse_dev_do_read() by Sahitya Tummala · 8 years ago
  62. a8a86d7 fuse: clear FR_PENDING flag when moving requests out of pending queue by Tahsin Erdogan · 8 years ago
  63. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  64. ca76f5b pipe: add pipe_buf_steal() helper by Miklos Szeredi · 8 years ago
  65. fba597d pipe: add pipe_buf_confirm() helper by Miklos Szeredi · 8 years ago
  66. a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
  67. 7bf2d1d pipe: add pipe_buf_get() helper by Miklos Szeredi · 8 years ago
  68. d82718e fuse_dev_splice_read(): switch to add_to_pipe() by Al Viro · 8 years ago
  69. 8924fef splice: lift pipe_lock out of splice_to_pipe() by Al Viro · 8 years ago
  70. 4680a7e fuse: remove duplicate cs->offset assignment by Miklos Szeredi · 8 years ago
  71. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  72. 7d3a07f fuse: don't mess with blocking signals by Al Viro · 8 years ago
  73. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
  74. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  75. 8ed1f0e fs/fuse: fix ioctl type confusion by Jann Horn · 9 years ago
  76. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 10 years ago
  77. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 10 years ago
  78. 00c570f fuse: device fd clone by Miklos Szeredi · 10 years ago
  79. ee314a8 fuse: abort: no fc->lock needed for request ending by Miklos Szeredi · 10 years ago
  80. 46c34a3 fuse: no fc->lock for pqueue parts by Miklos Szeredi · 10 years ago
  81. efe2800 fuse: no fc->lock in request_end() by Miklos Szeredi · 10 years ago
  82. 1e6881c fuse: cleanup request_end() by Miklos Szeredi · 10 years ago
  83. 365ae71 fuse: request_end(): do once by Miklos Szeredi · 10 years ago
  84. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 10 years ago
  85. 45a91cb fuse: pqueue locking by Miklos Szeredi · 10 years ago
  86. 24b4d33 fuse: abort: group pqueue accesses by Miklos Szeredi · 10 years ago
  87. 82cbdcd fuse: cleanup fuse_dev_do_read() by Miklos Szeredi · 10 years ago
  88. f377cb7 fuse: move list_del_init() from request_end() into callers by Miklos Szeredi · 10 years ago
  89. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 10 years ago
  90. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 10 years ago
  91. 5250921 fuse: simplify request_wait() by Miklos Szeredi · 10 years ago
  92. fd22d62 fuse: no fc->lock for iqueue parts by Miklos Szeredi · 10 years ago
  93. 8f7bb36 fuse: allow interrupt queuing without fc->lock by Miklos Szeredi · 10 years ago
  94. 4ce6081 fuse: iqueue locking by Miklos Szeredi · 10 years ago
  95. ef75925 fuse: dev read: split list_move by Miklos Szeredi · 10 years ago
  96. 8c91189 fuse: abort: group iqueue accesses by Miklos Szeredi · 10 years ago
  97. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 10 years ago
  98. f88996a fuse: separate out input queue by Miklos Szeredi · 10 years ago
  99. 33e14b4 fuse: req state use flags by Miklos Szeredi · 10 years ago
  100. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 10 years ago