1. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  2. 7078187 fuse: introduce fuse_simple_request() helper by Miklos Szeredi · 10 years ago
  3. f704dcb fuse: reduce max out args by Miklos Szeredi · 10 years ago
  4. baebccb fuse: hold inode instead of path after release by Miklos Szeredi · 10 years ago
  5. 580640b fuse: flush requests on umount by Miklos Szeredi · 10 years ago
  6. d22a943 fuse: pull iov_iter initializations up by Al Viro · 10 years ago
  7. 1560c97 fuse: add renameat2 support by Miklos Szeredi · 10 years ago
  8. ab9e13f fuse: allow ctime flushing to userspace by Maxim Patlasov · 10 years ago
  9. 1e18bda fuse: add .write_inode by Miklos Szeredi · 10 years ago
  10. 7736e8c fuse: add __exit to fuse_ctl_cleanup by Fabian Frederick · 10 years ago
  11. ea8cd33 fuse: Fix O_DIRECT operations vs cached writeback misorder by Pavel Emelyanov · 11 years ago
  12. b0aa760 fuse: Trust kernel i_mtime only by Maxim Patlasov · 11 years ago
  13. d5cd66c fuse: Connection bit for enabling writeback by Pavel Emelyanov · 11 years ago
  14. 7678ac5 fuse: support clients that don't implement 'open' by Andrew Gallagher · 11 years ago
  15. 451418f fuse: don't invalidate attrs when not using atime by Andrew Gallagher · 11 years ago
  16. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  17. dd3e2c5 fuse: rcu-delay freeing fuse_conn by Al Viro · 11 years ago
  18. b70a80e vfs: introduce d_instantiate_no_diralias() by Miklos Szeredi · 11 years ago
  19. 8b284dc fuse: writepages: handle same page rewrites by Miklos Szeredi · 11 years ago
  20. 6314efe fuse: readdirplus: fix RCU walk by Miklos Szeredi · 11 years ago
  21. 06a7c3c fuse: hotfix truncate_pagecache() issue by Maxim Patlasov · 11 years ago
  22. 60b9df7 fuse: add flag to turn on async direct IO by Miklos Szeredi · 11 years ago
  23. efb9fa9 fuse: truncate file if async dio failed by Maxim Patlasov · 12 years ago
  24. 36cf66e fuse: make fuse_direct_io() aware about AIO by Maxim Patlasov · 12 years ago
  25. 01e9d11 fuse: add support of async IO by Maxim Patlasov · 12 years ago
  26. 796523fb fuse: add flag fc->initialized by Maxim Patlasov · 11 years ago
  27. 8b41e67 fuse: make request allocations for background processing explicit by Maxim Patlasov · 11 years ago
  28. 634734b fuse: allow control of adaptive readdirplus use by Eric Wong · 11 years ago
  29. 4582a4a FUSE: Adapt readdirplus to application usage patterns by Feng Shuo · 12 years ago
  30. c2132c1 Do not use RCU for current process credentials by Anatol Pomozov · 12 years ago
  31. fb05f41 fuse: cleanup fuse_direct_io() by Miklos Szeredi · 12 years ago
  32. b2430d7 fuse: add per-page descriptor <offset, length> to fuse_req by Maxim Patlasov · 12 years ago
  33. b111c8c fuse: categorize fuse_get_req() by Maxim Patlasov · 12 years ago
  34. 4250c06 fuse: general infrastructure for pages[] of variable size by Maxim Patlasov · 12 years ago
  35. 0b05b18 fuse: implement NFS-like readdirplus support by Anand V. Avati · 12 years ago
  36. 499dcf2 userns: Support fuse interacting with multiple user namespaces by Eric W. Biederman · 12 years ago
  37. 72d0d24 fuse: add FUSE_AUTO_INVAL_DATA init flag by Brian Foster · 12 years ago
  38. 45c72cd fuse: fix stat call on 32 bit platforms by Pavel Shilovsky · 12 years ago
  39. 519c604 fuse: optimize fallocate on permanent failure by Miklos Szeredi · 12 years ago
  40. 6733e54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  41. 541af6a fuse: propagate umode_t by Al Viro · 13 years ago
  42. 451d0f5 FUSE: Notifying the kernel of deletion. by John Muir · 13 years ago
  43. b18da0c fuse: support ioctl on directories by Miklos Szeredi · 13 years ago
  44. 051732b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  45. 37fb3a3 fuse: fix flock by Miklos Szeredi · 13 years ago
  46. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  47. 07d5f69 fuse: reduce size of struct fuse_request by Miklos Szeredi · 13 years ago
  48. 5a18ec1 fuse: fix hang of single threaded fuseblk filesystem by Miklos Szeredi · 13 years ago
  49. 02c048b fuse: allow batching of FORGET requests by Miklos Szeredi · 14 years ago
  50. 07e77dc fuse: separate queue for FORGET requests by Miklos Szeredi · 14 years ago
  51. 2d45ba3 fuse: add retrieve request by Miklos Szeredi · 14 years ago
  52. a1d75f2 fuse: add store request by Miklos Szeredi · 14 years ago
  53. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  54. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  55. ce534fb fuse: allow splice to move pages by Miklos Szeredi · 14 years ago
  56. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  57. 79a9d99 fuse: add fusectl interface to max_background by Csaba Henk · 15 years ago
  58. 7a6d3c8 fuse: make the number of max background requests and congestion threshold tunable by Csaba Henk · 15 years ago
  59. 3b463ae fuse: invalidation reverse calls by John Muir · 15 years ago
  60. e0a43dd fuse: allow umask processing in userspace by Miklos Szeredi · 15 years ago
  61. 08cbf54 fuse: export symbols to be used by CUSE by Tejun Heo · 15 years ago
  62. a325f9b fuse: update fuse_conn_init() and separate out fuse_conn_kill() by Tejun Heo · 15 years ago
  63. 8b0797a fuse: don't use inode in fuse_sync_release() by Miklos Szeredi · 15 years ago
  64. 91fe96b fuse: create fuse_do_open() helper for CUSE by Miklos Szeredi · 15 years ago
  65. c7b7143 fuse: clean up args in fuse_finish_open() and fuse_release_fill() by Miklos Szeredi · 15 years ago
  66. 2106cb1 fuse: don't use inode in helpers called by fuse_direct_io() by Miklos Szeredi · 15 years ago
  67. da5e471 fuse: add members to struct fuse_file by Miklos Szeredi · 15 years ago
  68. b0be46e fuse: use struct path in release structure by Miklos Szeredi · 15 years ago
  69. 4269590 constify dentry_operations: FUSE by Al Viro · 15 years ago
  70. 43901aa fuse: add fuse_conn->release() by Tejun Heo · 16 years ago
  71. 0d179aa fuse: separate out fuse_conn_init() from new_conn() by Tejun Heo · 16 years ago
  72. b93f858 fuse: add fuse_ prefix to several functions by Tejun Heo · 16 years ago
  73. 95668a6 fuse: implement poll support by Tejun Heo · 16 years ago
  74. acf9943 fuse: add file kernel handle by Tejun Heo · 16 years ago
  75. 1729a16 fuse: style fixes by Miklos Szeredi · 16 years ago
  76. 29d434b fuse: add include protectors by Tejun Heo · 16 years ago
  77. 33670fa fuse: nfs export special lookups by Miklos Szeredi · 16 years ago
  78. dbd561d fuse: add export operations by Miklos Szeredi · 16 years ago
  79. 78bb6cb fuse: add flag to turn on big writes by Miklos Szeredi · 16 years ago
  80. b48badf fuse: fix node ID type by Miklos Szeredi · 16 years ago
  81. 5c5c5e5 fuse: update file size on short read by Miklos Szeredi · 16 years ago
  82. 3be5a52 fuse: support writable mmap by Miklos Szeredi · 16 years ago
  83. b6f2fcb mm: bdi: expose the BDI object in sysfs for FUSE by Miklos Szeredi · 16 years ago
  84. d12def1 fuse: limit queued background requests by Miklos Szeredi · 16 years ago
  85. b57d426 fuse: save space in struct fuse_req by Miklos Szeredi · 16 years ago
  86. a664309 fuse: pass open flags to read and write by Miklos Szeredi · 17 years ago
  87. bcb4be8 fuse: fix reading past EOF by Miklos Szeredi · 17 years ago
  88. f333211 fuse: add support for mandatory locking by Miklos Szeredi · 17 years ago
  89. b25e82e fuse: add helper for asynchronous writes by Miklos Szeredi · 17 years ago
  90. 93a8c3c fuse: add list of writable files to fuse_inode by Miklos Szeredi · 17 years ago
  91. 6ff958e fuse: add atomic open+truncate support by Miklos Szeredi · 17 years ago
  92. 1fb69e7 fuse: fix race between getattr and write by Miklos Szeredi · 17 years ago
  93. e57ac68 fuse: fix allowing operations by Miklos Szeredi · 17 years ago
  94. ebc14c4 fuse: fix permission checking on sticky directories by Miklos Szeredi · 17 years ago
  95. 244f638 fuse: refresh stale attributes in fuse_permission() by Miklos Szeredi · 17 years ago
  96. c756e0a fuse: add reference counting to fuse_file by Miklos Szeredi · 17 years ago
  97. de5e3de fuse: fix reserved request wake up by Miklos Szeredi · 17 years ago
  98. f92b99b fuse: update backing_dev_info congestion state by Miklos Szeredi · 17 years ago
  99. a5bfffac [PATCH] fuse: validate rootmode mount option by Timo Savola · 17 years ago
  100. 0ec7ca4 [PATCH] fuse: add DESTROY operation by Miklos Szeredi · 18 years ago