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