1. 5571f1e fuse: enable caching of symlinks by Dan Schatzberg · 6 years ago
  2. 2f1e819 fuse: allow fine grained attr cache invaldation by Miklos Szeredi · 6 years ago
  3. e52a8250 fuse: realloc page array by Miklos Szeredi · 6 years ago
  4. 5da784c fuse: add max_pages to init_out by Constantine Shulyupin · 6 years ago
  5. ab2257e fuse: reduce size of struct fuse_inode by Miklos Szeredi · 6 years ago
  6. 261aaba7 fuse: use iversion for readdir cache verification by Miklos Szeredi · 6 years ago
  7. 7118883 fuse: use mtime for readdir cache verification by Miklos Szeredi · 6 years ago
  8. 3494927 fuse: add readdir cache version by Miklos Szeredi · 6 years ago
  9. 5d7bc7e fuse: allow using readdir cache by Miklos Szeredi · 6 years ago
  10. 69e3455 fuse: allow caching readdir by Miklos Szeredi · 6 years ago
  11. d123d8e fuse: split out readdir.c by Miklos Szeredi · 6 years ago
  12. be2ff42 fuse: Use hash table to link processing request by Kirill Tkhai · 6 years ago
  13. 3a5358d fuse: kill req->intr_unique by Kirill Tkhai · 6 years ago
  14. 63825b4 fuse: do not take fc->lock in fuse_request_send_background() by Kirill Tkhai · 6 years ago
  15. ae2dffa fuse: introduce fc->bg_lock by Kirill Tkhai · 6 years ago
  16. 88bc7d5 fuse: add support for copy_file_range() by Niels de Vos · 6 years ago
  17. 63576c1 fuse: fix initial parallel dirops by Miklos Szeredi · 6 years ago
  18. b8f95e5 fuse: umount should wait for all requests by Miklos Szeredi · 6 years ago
  19. e45b254 fuse: Ensure posix acls are translated outside of init_user_ns by Eric W. Biederman · 7 years ago
  20. 8cb0832 fuse: Support fuse filesystems outside of init_user_ns by Eric W. Biederman · 7 years ago
  21. 3b7008b fuse: return -ECONNABORTED on /dev/fuse read after abort by Szymon Lukasz · 7 years ago
  22. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  23. 5b97eea fuse: getattr cleanup by Miklos Szeredi · 7 years ago
  24. e1c0eec fuse: honor iocb sync flags on write by Miklos Szeredi · 7 years ago
  25. 61c12b4 fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio by Ashish Samant · 8 years ago
  26. a2e5ad4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  27. 7fbbe97 fuse: Get rid of bdi_initialized by Jan Kara · 8 years ago
  28. 5f7f754 fuse: Convert to separately allocated bdi by Jan Kara · 8 years ago
  29. 0b6e9ea fuse: Add support for pid namespaces by Seth Forshee · 11 years ago
  30. 095fc40a fuse: convert fuse_conn.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  31. ec99f6d fuse: convert fuse_req.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  32. 4e8c2eb fuse: convert fuse_file.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  33. 4e66c42 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  34. 267d844 fuse: cleanup fuse_file refcounting by Miklos Szeredi · 8 years ago
  35. 1e24edc locking/atomic, kref: Add KREF_INIT() by Peter Zijlstra · 8 years ago
  36. 0ce267f fuse: fix root dentry initialization by Miklos Szeredi · 8 years ago
  37. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  38. 29433a2 fuse: get rid of fc->flags by Miklos Szeredi · 8 years ago
  39. 60bcc88 fuse: Add posix ACL support by Seth Forshee · 8 years ago
  40. 5e940c1 fuse: handle killpriv in userspace fs by Miklos Szeredi · 8 years ago
  41. 703c736 fuse: Use generic xattr ops by Seth Forshee · 8 years ago
  42. 6249033 fuse: Propagate dentry down to inode_change_ok() by Jan Kara · 9 years ago
  43. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. 13983d0 qstr: constify instances in fuse by Al Viro · 8 years ago
  45. 7879c4e fuse: improve aio directIO write performance for size extending writes by Ashish Sangwan · 9 years ago
  46. 5c672ab fuse: serialize dirops by default by Miklos Szeredi · 9 years ago
  47. 744742d fuse: Add reference counting for fuse_io_priv by Seth Forshee · 9 years ago
  48. 0b5da8d fuse: add support for SEEK_HOLE and SEEK_DATA in lseek by Ravishankar N · 10 years ago
  49. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 10 years ago
  50. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 10 years ago
  51. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 10 years ago
  52. 45a91cb fuse: pqueue locking by Miklos Szeredi · 10 years ago
  53. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 10 years ago
  54. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 10 years ago
  55. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 10 years ago
  56. f88996a fuse: separate out input queue by Miklos Szeredi · 10 years ago
  57. 33e14b4 fuse: req state use flags by Miklos Szeredi · 10 years ago
  58. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 10 years ago
  59. dc00809 fuse: use per req lock for lock/unlock_request() by Miklos Szeredi · 10 years ago
  60. 825d6d3 fuse: req use bitops by Miklos Szeredi · 10 years ago
  61. 9d5722b fuse: handle synchronous iocbs internally by Christoph Hellwig · 10 years ago
  62. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  63. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  64. f704dcb fuse: reduce max out args by Miklos Szeredi · 10 years ago
  65. baebccb fuse: hold inode instead of path after release by Miklos Szeredi · 10 years ago
  66. 580640b fuse: flush requests on umount by Miklos Szeredi · 10 years ago
  67. d22a943 fuse: pull iov_iter initializations up by Al Viro · 11 years ago
  68. 1560c97 fuse: add renameat2 support by Miklos Szeredi · 11 years ago
  69. ab9e13f fuse: allow ctime flushing to userspace by Maxim Patlasov · 11 years ago
  70. 1e18bda fuse: add .write_inode by Miklos Szeredi · 11 years ago
  71. 7736e8c fuse: add __exit to fuse_ctl_cleanup by Fabian Frederick · 11 years ago
  72. ea8cd33 fuse: Fix O_DIRECT operations vs cached writeback misorder by Pavel Emelyanov · 11 years ago
  73. b0aa760 fuse: Trust kernel i_mtime only by Maxim Patlasov · 11 years ago
  74. d5cd66c fuse: Connection bit for enabling writeback by Pavel Emelyanov · 11 years ago
  75. 7678ac5 fuse: support clients that don't implement 'open' by Andrew Gallagher · 11 years ago
  76. 451418f fuse: don't invalidate attrs when not using atime by Andrew Gallagher · 11 years ago
  77. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  78. dd3e2c55 fuse: rcu-delay freeing fuse_conn by Al Viro · 11 years ago
  79. b70a80e vfs: introduce d_instantiate_no_diralias() by Miklos Szeredi · 11 years ago
  80. 8b284dc fuse: writepages: handle same page rewrites by Miklos Szeredi · 11 years ago
  81. 6314efe fuse: readdirplus: fix RCU walk by Miklos Szeredi · 11 years ago
  82. 06a7c3c fuse: hotfix truncate_pagecache() issue by Maxim Patlasov · 11 years ago
  83. 60b9df7 fuse: add flag to turn on async direct IO by Miklos Szeredi · 12 years ago
  84. efb9fa9 fuse: truncate file if async dio failed by Maxim Patlasov · 12 years ago
  85. 36cf66e fuse: make fuse_direct_io() aware about AIO by Maxim Patlasov · 12 years ago
  86. 01e9d11 fuse: add support of async IO by Maxim Patlasov · 12 years ago
  87. 796523fb fuse: add flag fc->initialized by Maxim Patlasov · 12 years ago
  88. 8b41e67 fuse: make request allocations for background processing explicit by Maxim Patlasov · 12 years ago
  89. 634734b fuse: allow control of adaptive readdirplus use by Eric Wong · 12 years ago
  90. 4582a4a FUSE: Adapt readdirplus to application usage patterns by Feng Shuo · 12 years ago
  91. c2132c1 Do not use RCU for current process credentials by Anatol Pomozov · 12 years ago
  92. fb05f41 fuse: cleanup fuse_direct_io() by Miklos Szeredi · 12 years ago
  93. b2430d7 fuse: add per-page descriptor <offset, length> to fuse_req by Maxim Patlasov · 12 years ago
  94. b111c8c fuse: categorize fuse_get_req() by Maxim Patlasov · 12 years ago
  95. 4250c06 fuse: general infrastructure for pages[] of variable size by Maxim Patlasov · 12 years ago
  96. 0b05b18 fuse: implement NFS-like readdirplus support by Anand V. Avati · 12 years ago
  97. 499dcf2 userns: Support fuse interacting with multiple user namespaces by Eric W. Biederman · 13 years ago
  98. 72d0d24 fuse: add FUSE_AUTO_INVAL_DATA init flag by Brian Foster · 13 years ago
  99. 45c72cd fuse: fix stat call on 32 bit platforms by Pavel Shilovsky · 13 years ago
  100. 519c604 fuse: optimize fallocate on permanent failure by Miklos Szeredi · 13 years ago