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