1. 4734417 fuse: release pipe buf after last use by Miklos Szeredi · 3 years, 1 month ago
  2. 712a951 fuse: fix page stealing by Miklos Szeredi · 3 years, 2 months ago
  3. d347739 fuse: always invalidate attributes after writes by Miklos Szeredi · 3 years, 2 months ago
  4. 27ae449 fuse: rename fuse_write_update_size() by Miklos Szeredi · 3 years, 2 months ago
  5. 5fe0fc9 fuse: use kmap_local_page() by Peng Hao · 3 years, 4 months ago
  6. e1e71c1 fuse: fix use after free in fuse_read_interrupt() by Miklos Szeredi · 3 years, 5 months ago
  7. c4e0cd4 virtiofs: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
  8. 49221cf fuse: reject internal errno by Miklos Szeredi · 3 years, 6 months ago
  9. 80ef086 fuse: check connected before queueing on fpq->io by Miklos Szeredi · 3 years, 6 months ago
  10. b89ecd60 fuse: ignore PG_workingset after stealing by Miklos Szeredi · 3 years, 6 months ago
  11. 6076f5f fuse: fix matching of FUSE_DEV_IOC_CLONE command by Alessio Balsini · 3 years, 9 months ago
  12. f8425c9 fuse: 32-bit user space ioctl compat for fuse device by Alessio Balsini · 4 years ago
  13. 1f7ef65 mm/filemap: remove unused parameter and change to void type for replace_page_cache_page() by Baolin Wang · 3 years, 10 months ago
  14. fcee216 fuse: split fuse_mount off of fuse_conn by Max Reitz · 4 years, 8 months ago
  15. 8f622e9 fuse: drop fuse_conn parameter where possible by Max Reitz · 4 years, 8 months ago
  16. 24754db fuse: store fuse_conn in fuse_req by Max Reitz · 4 years, 8 months ago
  17. d78092e fuse: fix page dereference after free by Miklos Szeredi · 4 years, 3 months ago
  18. 5b14671 Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 7 months ago
  19. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  20. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
  21. ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  22. c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 7 months ago
  23. 32f9887 fuse: don't check refcount after stealing page by Miklos Szeredi · 4 years, 7 months ago
  24. a5005c3 fuse: fix weird page warning by Miklos Szeredi · 4 years, 7 months ago
  25. 0058938 fuse: use dump_page by Miklos Szeredi · 4 years, 7 months ago
  26. 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
  27. 75d8925 fuse: Update stale comment in queue_interrupt() by Kirill Tkhai · 4 years, 10 months ago
  28. 0e9fb6f fuse: BUG_ON correction in fuse_dev_splice_write() by Vasily Averin · 5 years ago
  29. 3e8cb8b fuse: fix stack use after return by Miklos Szeredi · 4 years, 11 months ago
  30. 76f6777 pipe: Fix iteration end check in fuse_dev_splice_write() by David Howells · 5 years ago
  31. 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
  32. 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
  33. 6718b6f pipe: Allow pipes to have kernel-reserved slots by David Howells · 5 years ago
  34. 8cefc10 pipe: Use head and tail pointers for the ring, not cursor and length by David Howells · 5 years ago
  35. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  36. 2b319d1 fuse: don't dereference req->args on finished request by Miklos Szeredi · 5 years ago
  37. 5addcd5 fuse: Make fuse_args_to_req static by YueHaibing · 5 years ago
  38. 0ed4059 fuse: unexport fuse_put_request by Arnd Bergmann · 5 years ago
  39. 0cd1eb9a fuse: separate fuse device allocation and installation in fuse_conn by Vivek Goyal · 6 years ago
  40. ae3aad7 fuse: add fuse_iqueue_ops callbacks by Stefan Hajnoczi · 7 years ago
  41. 4388c5a fuse: export fuse_dequeue_forget() function by Vivek Goyal · 6 years ago
  42. 79d96ef fuse: export fuse_get_unique() by Stefan Hajnoczi · 7 years ago
  43. 14d46d7 fuse: export fuse_len_args() by Stefan Hajnoczi · 7 years ago
  44. 04ec5af fuse: export fuse_end_request() by Stefan Hajnoczi · 7 years ago
  45. 05ea48c fuse: stop copying pages to fuse_req by Miklos Szeredi · 5 years ago
  46. d499377 fuse: stop copying args to fuse_req by Miklos Szeredi · 5 years ago
  47. 7213394 fuse: simplify request allocation by Miklos Szeredi · 5 years ago
  48. 66abc35 fuse: unexport request ops by Miklos Szeredi · 5 years ago
  49. 75b399d fuse: convert retrieve to simple api by Miklos Szeredi · 5 years ago
  50. 33826eb fuse: convert writepages to simple api by Miklos Szeredi · 5 years ago
  51. 1259728 fuse: add simple background helper by Miklos Szeredi · 5 years ago
  52. 093f38a fuse: convert ioctl to simple api by Miklos Szeredi · 5 years ago
  53. 4c4f03f fuse: move page alloc by Miklos Szeredi · 5 years ago
  54. 6858316 fuse: add pages to fuse_args by Miklos Szeredi · 5 years ago
  55. e413754 fuse: add nocreds to fuse_args by Miklos Szeredi · 5 years ago
  56. 3545fe2 fuse: convert fuse_force_forget() to simple api by Miklos Szeredi · 5 years ago
  57. 454a761 fuse: add noreply to fuse_args by Miklos Szeredi · 5 years ago
  58. c500eba fuse: convert flush to simple api by Miklos Szeredi · 5 years ago
  59. 40ac7ab fuse: simplify 'nofail' request by Miklos Szeredi · 5 years ago
  60. d5b4854 fuse: flatten 'struct fuse_args' by Miklos Szeredi · 5 years ago
  61. 76e43c8 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
  62. 1fb027d fuse: require /dev/fuse reads to have enough buffer capacity (take 2) by Kirill Smelkov · 5 years ago
  63. 766741f Revert "fuse: require /dev/fuse reads to have enough buffer capacity" by Miklos Szeredi · 6 years ago
  64. d4b1396 fuse: require /dev/fuse reads to have enough buffer capacity by Kirill Smelkov · 6 years ago
  65. 7640682 fuse: retrieve: cap requested size to negotiated max_write by Kirill Smelkov · 6 years ago
  66. f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
  67. 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
  68. 15fab63 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  69. eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago
  70. 6b67573 fuse: Protect ff->reserved_req via corresponding fi->lock by Kirill Tkhai · 6 years ago
  71. b782911 fuse: Verify userspace asks to requeue interrupt that we really sent by Kirill Tkhai · 6 years ago
  72. 7407a10 fuse: Do some refactoring in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  73. 5e0fed7 fuse: Wake up req->waitq of only if not background by Kirill Tkhai · 6 years ago
  74. 217316a fuse: Optimize request_end() by not taking fiq->waitq.lock by Kirill Tkhai · 6 years ago
  75. 8da6e91 fuse: Kill fasync only if interrupt is queued in queue_interrupt() by Kirill Tkhai · 6 years ago
  76. 3406175 fuse: Remove stale comment in end_requests() by Kirill Tkhai · 6 years ago
  77. 9509941 fuse: call pipe_buf_release() under pipe lock by Jann Horn · 6 years ago
  78. 97e1532e fuse: handle zero sized retrieve correctly by Miklos Szeredi · 6 years ago
  79. 2d84a2d fuse: fix possibly missed wake-up after abort by Miklos Szeredi · 6 years ago
  80. 7fabaf3 fuse: fix leaked notify reply by Miklos Szeredi · 6 years ago
  81. e52a8250 fuse: realloc page array by Miklos Szeredi · 6 years ago
  82. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  83. 8a7aa28 fuse: allocate page array more efficiently by Miklos Szeredi · 6 years ago
  84. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  85. 3a5358d fuse: kill req->intr_unique by Kirill Tkhai · 6 years ago
  86. c59fd85 fuse: change interrupt requests allocation algorithm by Kirill Tkhai · 6 years ago
  87. 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
  88. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  89. e287179 fuse: use list_first_entry() in flush_bg_queue() by Kirill Tkhai · 6 years ago
  90. 908a572 fuse: fix blocked_waitq wakeup by Miklos Szeredi · 6 years ago
  91. 4c316f2 fuse: set FR_SENT while locked by Miklos Szeredi · 6 years ago
  92. d2d2d4f fuse: Fix use-after-free in fuse_dev_do_write() by Kirill Tkhai · 6 years ago
  93. bc78abb fuse: Fix use-after-free in fuse_dev_do_read() by Kirill Tkhai · 6 years ago
  94. 9635453 fuse: reduce allocation size for splice_write by Andrey Ryabinin · 6 years ago
  95. d6d931a fuse: use kvmalloc to allocate array of pipe_buffer structs. by Andrey Ryabinin · 6 years ago
  96. 75f3ee4 fuse: simplify fuse_abort_conn() by Miklos Szeredi · 6 years ago
  97. a2477b0 fuse: Don't access pipe->buffers without pipe_lock() by Andrey Ryabinin · 6 years ago
  98. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  99. 45ff350 fuse: fix unlocked access to processing queue by Miklos Szeredi · 6 years ago
  100. 8711437 fuse: fix double request_end() by Miklos Szeredi · 6 years ago