1. 14d46d7 fuse: export fuse_len_args() by Stefan Hajnoczi · 7 years ago
  2. 04ec5af fuse: export fuse_end_request() by Stefan Hajnoczi · 7 years ago
  3. 05ea48c fuse: stop copying pages to fuse_req by Miklos Szeredi · 5 years ago
  4. d499377 fuse: stop copying args to fuse_req by Miklos Szeredi · 5 years ago
  5. 145b673b fuse: clean up fuse_req by Miklos Szeredi · 5 years ago
  6. 7213394 fuse: simplify request allocation by Miklos Szeredi · 5 years ago
  7. 66abc35 fuse: unexport request ops by Miklos Szeredi · 5 years ago
  8. 4cb5486 fuse: convert release to simple api by Miklos Szeredi · 5 years ago
  9. 33826eb fuse: convert writepages to simple api by Miklos Szeredi · 5 years ago
  10. 43f5098 fuse: convert readdir to simple api by Miklos Szeredi · 5 years ago
  11. 1259728 fuse: add simple background helper by Miklos Szeredi · 5 years ago
  12. 4c4f03f fuse: move page alloc by Miklos Szeredi · 5 years ago
  13. 6858316 fuse: add pages to fuse_args by Miklos Szeredi · 5 years ago
  14. 1ccd1ea fuse: convert destroy to simple api by Miklos Szeredi · 5 years ago
  15. e413754 fuse: add nocreds to fuse_args by Miklos Szeredi · 5 years ago
  16. 3545fe2 fuse: convert fuse_force_forget() to simple api by Miklos Szeredi · 5 years ago
  17. 454a761 fuse: add noreply to fuse_args by Miklos Szeredi · 5 years ago
  18. c500eba fuse: convert flush to simple api by Miklos Szeredi · 5 years ago
  19. 40ac7ab fuse: simplify 'nofail' request by Miklos Szeredi · 5 years ago
  20. 1f4e9d0 fuse: rearrange and resize fuse_args fields by Miklos Szeredi · 5 years ago
  21. d5b4854 fuse: flatten 'struct fuse_args' by Miklos Szeredi · 5 years ago
  22. 76e43c8 fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock by Eric Biggers · 5 years ago
  23. ad2ba64 fuse: allow filesystems to have precise control over data cache by Kirill Smelkov · 6 years ago
  24. f229448 fuse: convert printk -> pr_* by Kirill Smelkov · 6 years ago
  25. d9a9ea9 fuse: support clients that don't implement 'opendir' by Chad Austin · 6 years ago
  26. 75126f5 fuse: use atomic64_t for khctr by Miklos Szeredi · 6 years ago
  27. eb98e3bd fuse: clean up aborted by Miklos Szeredi · 6 years ago
  28. 6b67573 fuse: Protect ff->reserved_req via corresponding fi->lock by Kirill Tkhai · 6 years ago
  29. f15ecfe fuse: Introduce fi->lock to protect write related fields by Kirill Tkhai · 6 years ago
  30. 4510d86 fuse: Convert fc->attr_version into atomic64_t by Kirill Tkhai · 6 years ago
  31. ebf84d0 fuse: Add fuse_inode argument to fuse_prepare_release() by Kirill Tkhai · 6 years ago
  32. 2e64ff1 fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS by Chad Austin · 6 years ago
  33. a9c2d1e fuse: fix fsync on directory by Miklos Szeredi · 6 years ago
  34. 5571f1e fuse: enable caching of symlinks by Dan Schatzberg · 6 years ago
  35. 2f1e819 fuse: allow fine grained attr cache invaldation by Miklos Szeredi · 6 years ago
  36. e52a8250 fuse: realloc page array by Miklos Szeredi · 6 years ago
  37. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  38. ab2257e fuse: reduce size of struct fuse_inode by Miklos Szeredi · 6 years ago
  39. 261aaba7 fuse: use iversion for readdir cache verification by Miklos Szeredi · 6 years ago
  40. 7118883 fuse: use mtime for readdir cache verification by Miklos Szeredi · 6 years ago
  41. 3494927 fuse: add readdir cache version by Miklos Szeredi · 6 years ago
  42. 5d7bc7e fuse: allow using readdir cache by Miklos Szeredi · 6 years ago
  43. 69e3455 fuse: allow caching readdir by Miklos Szeredi · 6 years ago
  44. d123d8e fuse: split out readdir.c by Miklos Szeredi · 6 years ago
  45. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  46. 3a5358d fuse: kill req->intr_unique by Kirill Tkhai · 6 years ago
  47. 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
  48. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  49. 88bc7d5 fuse: add support for copy_file_range() by Niels de Vos · 6 years ago
  50. 63576c1 fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  51. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  52. e45b254 fuse: Ensure posix acls are translated outside of init_user_ns by Eric W. Biederman · 7 years ago
  53. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  54. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  55. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  56. 5b97eea fuse: getattr cleanup by Miklos Szeredi · 7 years ago
  57. e1c0eec fuse: honor iocb sync flags on write by Miklos Szeredi · 7 years ago
  58. 61c12b4 fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio by Ashish Samant · 8 years ago
  59. a2e5ad4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  60. 7fbbe97 fuse: Get rid of bdi_initialized by Jan Kara · 8 years ago
  61. 5f7f754 fuse: Convert to separately allocated bdi by Jan Kara · 8 years ago
  62. 0b6e9ea fuse: Add support for pid namespaces by Seth Forshee · 11 years ago
  63. 095fc40a fuse: convert fuse_conn.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  64. ec99f6d fuse: convert fuse_req.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  65. 4e8c2eb fuse: convert fuse_file.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  66. 4e66c42 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  67. 267d844 fuse: cleanup fuse_file refcounting by Miklos Szeredi · 8 years ago
  68. 1e24edc locking/atomic, kref: Add KREF_INIT() by Peter Zijlstra · 8 years ago
  69. 0ce267f fuse: fix root dentry initialization by Miklos Szeredi · 8 years ago
  70. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  71. 29433a2 fuse: get rid of fc->flags by Miklos Szeredi · 8 years ago
  72. 60bcc88 fuse: Add posix ACL support by Seth Forshee · 8 years ago
  73. 5e940c1 fuse: handle killpriv in userspace fs by Miklos Szeredi · 8 years ago
  74. 703c736 fuse: Use generic xattr ops by Seth Forshee · 8 years ago
  75. 6249033 fuse: Propagate dentry down to inode_change_ok() by Jan Kara · 9 years ago
  76. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  77. 13983d0 qstr: constify instances in fuse by Al Viro · 9 years ago
  78. 7879c4e fuse: improve aio directIO write performance for size extending writes by Ashish Sangwan · 9 years ago
  79. 5c672ab fuse: serialize dirops by default by Miklos Szeredi · 9 years ago
  80. 744742d fuse: Add reference counting for fuse_io_priv by Seth Forshee · 9 years ago
  81. 0b5da8d fuse: add support for SEEK_HOLE and SEEK_DATA in lseek by Ravishankar N · 10 years ago
  82. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 10 years ago
  83. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 10 years ago
  84. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 10 years ago
  85. 45a91cb fuse: pqueue locking by Miklos Szeredi · 10 years ago
  86. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 10 years ago
  87. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 10 years ago
  88. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 10 years ago
  89. f88996a fuse: separate out input queue by Miklos Szeredi · 10 years ago
  90. 33e14b4 fuse: req state use flags by Miklos Szeredi · 10 years ago
  91. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 10 years ago
  92. dc00809 fuse: use per req lock for lock/unlock_request() by Miklos Szeredi · 10 years ago
  93. 825d6d3 fuse: req use bitops by Miklos Szeredi · 10 years ago
  94. 9d5722b fuse: handle synchronous iocbs internally by Christoph Hellwig · 10 years ago
  95. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  96. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  97. f704dcb fuse: reduce max out args by Miklos Szeredi · 10 years ago
  98. baebccb fuse: hold inode instead of path after release by Miklos Szeredi · 10 years ago
  99. 580640b fuse: flush requests on umount by Miklos Szeredi · 10 years ago
  100. d22a943 fuse: pull iov_iter initializations up by Al Viro · 11 years ago