1. 94e4fe2 fuse: explicitly set /dev/fuse file's private_data by Tom Van Braeckel · 10 years ago
  2. aa991b3 fuse: set stolen page uptodate by Miklos Szeredi · 9 years ago
  3. 0d27836 fuse: notify: don't move pages by Miklos Szeredi · 9 years ago
  4. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  5. 21f6217 fuse: fix LOOKUP vs INIT compat handling by Miklos Szeredi · 10 years ago
  6. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  7. 0b632204 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  8. c55a01d fuse: avoid scheduling while atomic by Miklos Szeredi · 10 years ago
  9. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  10. fbb3275 pipe: kill ->map() and ->unmap() by Al Viro · 10 years ago
  11. 58bda1d fuse/dev: use atomic maps by Al Viro · 10 years ago
  12. 063ec1e fuse: fix SetPageUptodate() condition in STORE by Miklos Szeredi · 11 years ago
  13. 28a625c fuse: fix pipe_buf_operations by Miklos Szeredi · 11 years ago
  14. 05726ac fuse: use list_for_each_entry() for list traversing by Dong Fang · 11 years ago
  15. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  16. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  17. a26ea93 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  18. 36cf66e fuse: make fuse_direct_io() aware about AIO by Maxim Patlasov · 12 years ago
  19. 3c18ef8 fuse: optimize wake_up by Miklos Szeredi · 11 years ago
  20. 722d2be fuse: implement exclusive wakeup for blocked_waitq by Maxim Patlasov · 11 years ago
  21. 0aada88 fuse: skip blocking on allocations of synchronous requests by Maxim Patlasov · 11 years ago
  22. 796523fb fuse: add flag fc->initialized by Maxim Patlasov · 11 years ago
  23. 8b41e67 fuse: make request allocations for background processing explicit by Maxim Patlasov · 11 years ago
  24. 6447a3c get rid of pipe->inode by Al Viro · 11 years ago
  25. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  26. 6a4e922 fuse: avoid out-of-scope stack access by Eric Wong · 11 years ago
  27. 85f40ae fuse: use req->page_descs[] for argpages cases by Maxim Patlasov · 12 years ago
  28. b2430d7 fuse: add per-page descriptor <offset, length> to fuse_req by Maxim Patlasov · 12 years ago
  29. 4d53dc9 fuse: rework fuse_retrieve() by Maxim Patlasov · 12 years ago
  30. b111c8c fuse: categorize fuse_get_req() by Maxim Patlasov · 12 years ago
  31. 4250c06 fuse: general infrastructure for pages[] of variable size by Maxim Patlasov · 12 years ago
  32. 0b05b18 fuse: implement NFS-like readdirplus support by Anand V. Avati · 12 years ago
  33. 8f70611 fuse: remove unused variable in fuse_try_move_page() by Wei Yongjun · 12 years ago
  34. 499dcf2 userns: Support fuse interacting with multiple user namespaces by Eric W. Biederman · 12 years ago
  35. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  36. c9e67d4 fuse: fix retrieve length by Miklos Szeredi · 12 years ago
  37. 2408f6e fuse: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  38. 451d0f5 FUSE: Notifying the kernel of deletion. by John Muir · 13 years ago
  39. 48706d0 fuse: fix fuse_retrieve by Miklos Szeredi · 13 years ago
  40. 5dfcc87 fuse: fix memory leak by Miklos Szeredi · 13 years ago
  41. c2183d1 fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message by Miklos Szeredi · 13 years ago
  42. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  43. 357ccf2 fuse: wakeup pollers on connection release/abort by Bryan Green · 13 years ago
  44. 02c048b fuse: allow batching of FORGET requests by Miklos Szeredi · 14 years ago
  45. 07e77dc fuse: separate queue for FORGET requests by Miklos Szeredi · 14 years ago
  46. 0be8557 fuse: use release_pages() by Miklos Szeredi · 14 years ago
  47. b6777c4 fuse: use clear_highpage() and KM_USER0 instead of KM_USER1 by Miklos Szeredi · 14 years ago
  48. 3ecb01d use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages by Jan Beulich · 14 years ago
  49. 0157443 fuse: Initialize total_len in fuse_retrieve() by Geert Uytterhoeven · 14 years ago
  50. b9ca67b fuse: fix lock annotations by Miklos Szeredi · 14 years ago
  51. 595afaf fuse: flush background queue on connection close by Miklos Szeredi · 14 years ago
  52. 2d45ba3 fuse: add retrieve request by Miklos Szeredi · 14 years ago
  53. a1d75f2 fuse: add store request by Miklos Szeredi · 14 years ago
  54. 7909b1c fuse: don't use atomic kmap by Miklos Szeredi · 14 years ago
  55. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  56. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  57. c302162 fuse: support splice() reading from fuse device by Miklos Szeredi · 14 years ago
  58. ce534fb fuse: allow splice to move pages by Miklos Szeredi · 14 years ago
  59. dd3bb14 fuse: support splice() writing to fuse device by Miklos Szeredi · 14 years ago
  60. 1bf94ca fuse: use get_user_pages_fast() by Miklos Szeredi · 14 years ago
  61. b2d82ee fuse: fix large stack use by Fang Wenqi · 15 years ago
  62. b21dda4 fuse: cleanup in fuse_notify_inval_...() by Miklos Szeredi · 14 years ago
  63. 9eead2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 15 years ago
  64. 81e4e1b Revert "fuse: Fix build error" as unnecessary by Linus Torvalds · 15 years ago
  65. 097041e fuse: Fix build error by Larry Finger · 15 years ago
  66. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  67. 7a6d3c8 fuse: make the number of max background requests and congestion threshold tunable by Csaba Henk · 15 years ago
  68. 3b463ae fuse: invalidation reverse calls by John Muir · 15 years ago
  69. b4c458b fuse: fix return value of fuse_dev_write() by Csaba Henk · 15 years ago
  70. 08cbf54 fuse: export symbols to be used by CUSE by Tejun Heo · 15 years ago
  71. a325f9b fuse: update fuse_conn_init() and separate out fuse_conn_kill() by Tejun Heo · 15 years ago
  72. f6d47a1 fuse: fix poll notify by Miklos Szeredi · 16 years ago
  73. 26c3679 fuse: destroy bdi on umount by Miklos Szeredi · 16 years ago
  74. 5fec8bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 16 years ago
  75. 5d9ec85 fuse: clean up annotations of fc->lock by Harvey Harrison · 16 years ago
  76. b93f858 fuse: add fuse_ prefix to several functions by Tejun Heo · 16 years ago
  77. 95668a6 fuse: implement poll support by Tejun Heo · 16 years ago
  78. 8599396 fuse: implement unsolicited notification by Tejun Heo · 16 years ago
  79. e9bb09d fuse: don't let fuse_req->end() put the base reference by Tejun Heo · 16 years ago
  80. 1729a16 fuse: style fixes by Miklos Szeredi · 16 years ago
  81. 2186a71 CRED: Wrap task credential accesses in the FUSE filesystem by David Howells · 16 years ago
  82. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  83. 4dbf930 fuse: fix sparse warnings by Miklos Szeredi · 16 years ago
  84. 3be5a52 fuse: support writable mmap by Miklos Szeredi · 16 years ago
  85. d12def1 fuse: limit queued background requests by Miklos Szeredi · 16 years ago
  86. c9c9d7d fuse: no ENOENT from fuse device read by Miklos Szeredi · 17 years ago
  87. a131de0 fuse: no abort on interrupt by Miklos Szeredi · 17 years ago
  88. 819c4b3 fuse: cleanup in release by Miklos Szeredi · 17 years ago
  89. c756e0a fuse: add reference counting to fuse_file by Miklos Szeredi · 17 years ago
  90. de5e3de fuse: fix reserved request wake up by Miklos Szeredi · 17 years ago
  91. f92b99b fuse: update backing_dev_info congestion state by Miklos Szeredi · 17 years ago
  92. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  93. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  94. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  95. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  96. 105f4d7 [PATCH] fuse: add lock annotations to request_end and fuse_read_interrupt by Josh Triplett · 18 years ago
  97. a4d27e7 [PATCH] fuse: add request interruption by Miklos Szeredi · 18 years ago
  98. f9a2842 [PATCH] fuse: rename the interrupted flag by Miklos Szeredi · 18 years ago
  99. 33649c9 [PATCH] fuse: ensure FLUSH reaches userspace by Miklos Szeredi · 18 years ago
  100. bafa965 [PATCH] fuse: add control filesystem by Miklos Szeredi · 18 years ago