1. bf109c6 fuse: implement crossmounts by Max Reitz · 4 years, 9 months ago
  2. 1866d77 fuse: Allow fuse_fill_super_common() for submounts by Max Reitz · 4 years, 4 months ago
  3. fcee216 fuse: split fuse_mount off of fuse_conn by Max Reitz · 4 years, 8 months ago
  4. 8f622e9 fuse: drop fuse_conn parameter where possible by Max Reitz · 4 years, 9 months ago
  5. 24754db fuse: store fuse_conn in fuse_req by Max Reitz · 4 years, 9 months ago
  6. 9a752d1 virtiofs: add logic to free up a memory range by Vivek Goyal · 4 years, 5 months ago
  7. 6ae330c virtiofs: serialize truncate/punch_hole and dax fault path by Vivek Goyal · 4 years, 5 months ago
  8. c2d0ad0 virtiofs: implement dax read/write operations by Vivek Goyal · 4 years, 5 months ago
  9. fd1a1dc virtiofs: implement FUSE_INIT map_alignment field by Stefan Hajnoczi · 4 years, 5 months ago
  10. 1dd5395 virtiofs: add a mount option to enable dax by Vivek Goyal · 4 years, 5 months ago
  11. f4fd4ae virtiofs: get rid of no_mount_options by Vivek Goyal · 4 years, 5 months ago
  12. 6b2fb79 fuse: optimize writepages search by Maxim Patlasov · 5 years ago
  13. bb737bb virtiofs: schedule blocking async replies in separate worker by Vivek Goyal · 4 years, 9 months ago
  14. 3e8cb8b fuse: fix stack use after return by Miklos Szeredi · 5 years ago
  15. eb59bd1 fuse: verify attributes by Miklos Szeredi · 5 years ago
  16. 3f22c74 virtio-fs: don't show mount options by Miklos Szeredi · 5 years ago
  17. a62a8ef virtio-fs: add virtiofs filesystem by Stefan Hajnoczi · 7 years ago
  18. 15c8e72 fuse: allow skipping control interface and forced unmount by Vivek Goyal · 6 years ago
  19. 783863d fuse: dissociate DESTROY from fuseblk by Miklos Szeredi · 5 years ago
  20. 8fab010 fuse: delete dentry if timeout is zero by Miklos Szeredi · 6 years ago
  21. 0cd1eb9a fuse: separate fuse device allocation and installation in fuse_conn by Vivek Goyal · 6 years ago
  22. ae3aad7 fuse: add fuse_iqueue_ops callbacks by Stefan Hajnoczi · 7 years ago
  23. 0cc2656 fuse: extract fuse_fill_super_common() by Stefan Hajnoczi · 7 years ago
  24. 4388c5a fuse: export fuse_dequeue_forget() function by Vivek Goyal · 6 years ago
  25. 79d96ef fuse: export fuse_get_unique() by Stefan Hajnoczi · 7 years ago
  26. 95a84cdb fuse: export fuse_send_init_request() by Vivek Goyal · 6 years ago
  27. 14d46d7 fuse: export fuse_len_args() by Stefan Hajnoczi · 7 years ago
  28. 04ec5af fuse: export fuse_end_request() by Stefan Hajnoczi · 7 years ago
  29. 05ea48c fuse: stop copying pages to fuse_req by Miklos Szeredi · 5 years ago
  30. d499377 fuse: stop copying args to fuse_req by Miklos Szeredi · 5 years ago
  31. 145b673b fuse: clean up fuse_req by Miklos Szeredi · 5 years ago
  32. 7213394 fuse: simplify request allocation by Miklos Szeredi · 5 years ago
  33. 66abc35 fuse: unexport request ops by Miklos Szeredi · 5 years ago
  34. 4cb5486 fuse: convert release to simple api by Miklos Szeredi · 5 years ago
  35. 33826eb fuse: convert writepages to simple api by Miklos Szeredi · 5 years ago
  36. 43f5098 fuse: convert readdir to simple api by Miklos Szeredi · 5 years ago
  37. 1259728 fuse: add simple background helper by Miklos Szeredi · 5 years ago
  38. 4c4f03f fuse: move page alloc by Miklos Szeredi · 5 years ago
  39. 6858316 fuse: add pages to fuse_args by Miklos Szeredi · 5 years ago
  40. 1ccd1ea fuse: convert destroy to simple api by Miklos Szeredi · 5 years ago
  41. e413754 fuse: add nocreds to fuse_args by Miklos Szeredi · 5 years ago
  42. 3545fe2 fuse: convert fuse_force_forget() to simple api by Miklos Szeredi · 5 years ago
  43. 454a761 fuse: add noreply to fuse_args by Miklos Szeredi · 5 years ago
  44. c500eba fuse: convert flush to simple api by Miklos Szeredi · 5 years ago
  45. 40ac7ab fuse: simplify 'nofail' request by Miklos Szeredi · 5 years ago
  46. 1f4e9d0 fuse: rearrange and resize fuse_args fields by Miklos Szeredi · 5 years ago
  47. d5b4854 fuse: flatten 'struct fuse_args' by Miklos Szeredi · 5 years ago
  48. 76e43c8 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
  49. ad2ba64 fuse: allow filesystems to have precise control over data cache by Kirill Smelkov · 6 years ago
  50. f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
  51. d9a9ea9 fuse: support clients that don't implement 'opendir' by Chad Austin · 6 years ago
  52. 75126f5 fuse: use atomic64_t for khctr by Miklos Szeredi · 6 years ago
  53. eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago
  54. 6b67573 fuse: Protect ff->reserved_req via corresponding fi->lock by Kirill Tkhai · 6 years ago
  55. f15ecfe fuse: Introduce fi->lock to protect write related fields by Kirill Tkhai · 6 years ago
  56. 4510d86 fuse: Convert fc->attr_version into atomic64_t by Kirill Tkhai · 6 years ago
  57. ebf84d0 fuse: Add fuse_inode argument to fuse_prepare_release() by Kirill Tkhai · 6 years ago
  58. 2e64ff1 fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS by Chad Austin · 6 years ago
  59. a9c2d1e fuse: fix fsync on directory by Miklos Szeredi · 6 years ago
  60. 5571f1e fuse: enable caching of symlinks by Dan Schatzberg · 6 years ago
  61. 2f1e819 fuse: allow fine grained attr cache invaldation by Miklos Szeredi · 6 years ago
  62. e52a8250 fuse: realloc page array by Miklos Szeredi · 6 years ago
  63. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  64. ab2257e fuse: reduce size of struct fuse_inode by Miklos Szeredi · 6 years ago
  65. 261aaba7 fuse: use iversion for readdir cache verification by Miklos Szeredi · 6 years ago
  66. 7118883 fuse: use mtime for readdir cache verification by Miklos Szeredi · 6 years ago
  67. 3494927 fuse: add readdir cache version by Miklos Szeredi · 6 years ago
  68. 5d7bc7e fuse: allow using readdir cache by Miklos Szeredi · 6 years ago
  69. 69e3455 fuse: allow caching readdir by Miklos Szeredi · 6 years ago
  70. d123d8e fuse: split out readdir.c by Miklos Szeredi · 6 years ago
  71. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  72. 3a5358d fuse: kill req->intr_unique by Kirill Tkhai · 6 years ago
  73. 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
  74. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  75. 88bc7d5 fuse: add support for copy_file_range() by Niels de Vos · 6 years ago
  76. 63576c1 fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  77. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  78. e45b254 fuse: Ensure posix acls are translated outside of init_user_ns by Eric W. Biederman · 7 years ago
  79. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  80. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  81. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  82. 5b97eea fuse: getattr cleanup by Miklos Szeredi · 7 years ago
  83. e1c0eec fuse: honor iocb sync flags on write by Miklos Szeredi · 7 years ago
  84. 61c12b4 fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio by Ashish Samant · 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. 095fc40a fuse: convert fuse_conn.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  90. ec99f6d fuse: convert fuse_req.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  91. 4e8c2eb fuse: convert fuse_file.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  92. 4e66c42 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  93. 267d844 fuse: cleanup fuse_file refcounting by Miklos Szeredi · 8 years ago
  94. 1e24edc locking/atomic, kref: Add KREF_INIT() by Peter Zijlstra · 8 years ago
  95. 0ce267f fuse: fix root dentry initialization by Miklos Szeredi · 8 years ago
  96. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  97. 29433a2 fuse: get rid of fc->flags by Miklos Szeredi · 8 years ago
  98. 60bcc88 fuse: Add posix ACL support by Seth Forshee · 8 years ago
  99. 5e940c1 fuse: handle killpriv in userspace fs by Miklos Szeredi · 8 years ago
  100. 703c736 fuse: Use generic xattr ops by Seth Forshee · 8 years ago