1. 20b24a1 passthrough: implemented create() by Nikolaus Rath · 8 years ago
  2. 0986255 example/passthrough: use fi->fh for read, write, fallocate by Nikolaus Rath · 8 years ago
  3. 76218eb passthrough:truncate(): work on file descriptor when possible by Nikolaus Rath · 8 years ago
  4. db1c6ad example/passthrough: close open files in release() by Nikolaus Rath · 8 years ago
  5. f7c5d10 passthrough, passthrough_fh: disable attribute caching by Nikolaus Rath · 8 years ago
  6. d3c3521 test_examples(): test without debug messages first by Nikolaus Rath · 8 years ago
  7. 3f656ef test_examples(): avoid false positives from fuse debug output by Nikolaus Rath · 8 years ago
  8. c24cc19 passthrough_ll: only test functions that are actually provided by Nikolaus Rath · 8 years ago
  9. a0b814a Fix rst markup. by Nikolaus Rath · 8 years ago
  10. 0a096eb Document true meaning of the 'use_ino' option. by Nikolaus Rath · 8 years ago
  11. c1ebb9b Remove checked_unlink() by Nikolaus Rath · 8 years ago
  12. 4cfc274 Turn tst_mknod() into tst_create() by Nikolaus Rath · 8 years ago
  13. deb2fa3 Renamed tst_write() to tst_open_write() by Nikolaus Rath · 8 years ago
  14. d4092d7 Added tst_unlink() by Nikolaus Rath · 8 years ago
  15. 68d9584 tst_mkdir(): factor out tst_rmdir() by Nikolaus Rath · 8 years ago
  16. aaa7a7c Rename tst_unlink() to tst_open_unlink() by Nikolaus Rath · 8 years ago
  17. 3b04359 tst_readdir(): don't require create/mkdir support by Nikolaus Rath · 8 years ago
  18. abae573 passthrough_ll: document that functionality is restricted by Nikolaus Rath · 8 years ago
  19. aa1460f hello.c: don't use constant instead of magic number by guraga · 8 years ago
  20. 77dee67 Document that -o auto_unmount implies -o nodev,nosuid by Nikolaus Rath · 8 years ago
  21. 4b58635 meson.build(): don't use absolute path for include_dir() by Nikolaus Rath · 8 years ago
  22. c3d30f9 passthrough_fh: declare support for . and .. lookups. by Nikolaus Rath · 8 years ago
  23. ee0b295 open(): fix documentation of O_TRUNC flag by Nikolaus Rath · 8 years ago
  24. 13df952 Document minimum required Meson version. by Nikolaus Rath · 8 years ago
  25. e572050 Optimize fuse_fs_read. (#145) by amosonn · 8 years ago
  26. 578c8e0 Put -Werror in mesonconf, not CFLAGS by Nikolaus Rath · 8 years ago
  27. 61c419d Pass _GNU_SOURCE as compiler argument by Nikolaus Rath · 8 years ago
  28. 4f1a929 Only use valgrind if requested explicitly + enable address sanitizer by Nikolaus Rath · 8 years ago
  29. bcb8f75 Switch Travis build to Meson+Ninja by Nikolaus Rath · 8 years ago
  30. 9f96db7 Added experimental support for building with Meson+Ninja by Nikolaus Rath · 8 years ago
  31. 3006686 Replaced evil pointer magic with offsetof() by Nikolaus Rath · 8 years ago
  32. 9e3147f Rephrased security information by Nikolaus Rath · 8 years ago
  33. 8d2b94a Return with exitcode 0 if there are no errors. by Nikolaus Rath · 8 years ago
  34. 5c76353 Skip tests if not root and no setuid fusermount3. by Nikolaus Rath · 8 years ago
  35. 09d3885 Don't run whitespace cleanup by Nikolaus Rath · 8 years ago
  36. ac25c15 Set IGNORE_MTAB when running under NetBSD by Nikolaus Rath · 8 years ago
  37. 0fa25d0 Use tabs in configure.ac by Nikolaus Rath · 8 years ago
  38. 845ecf0 Memory leak fixed in file : mount_bsd.c by itsdeepak · 8 years ago
  39. 8e69b19 Added documentation and test case for null example by Nikolaus Rath · 8 years ago
  40. d6e86a7 Fixed use of uninitialized memory. by Nikolaus Rath · 8 years ago
  41. c005ff3 Revert "Dropped example/null.c" by Csaba Henk · 8 years ago
  42. 0d3a165 Adding the markdown for travis CI build. by Arunav Sanyal · 8 years ago
  43. 085cbab Released 3.0.0 by Nikolaus Rath · 8 years ago
  44. d6d3e50 Fix a grammatical error. by Jay Hankins · 8 years ago
  45. 0ff1e00 Released 3.0.0rc3 by Nikolaus Rath · 8 years ago
  46. 56fde4b Improve documentation of fuse_session_unmount by Nikolaus Rath · 8 years ago
  47. 8e9cf9e Return signal value if session loop is terminated by signal and improve documentation by Nikolaus Rath · 8 years ago
  48. 940a1f9 Improve documentation of `fuse_file_info.keep_cache` by Nikolaus Rath · 8 years ago
  49. cac5660 examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro). by Przemyslaw Pawelczyk · 8 years ago
  50. 237c5c1 examples/passthrough_ll.c: Close root fd before application ends. by Przemyslaw Pawelczyk · 8 years ago
  51. a3fda25 examples/passthrough_ll.c: Fix segfault when showing help or version. by Przemyslaw Pawelczyk · 8 years ago
  52. dfbfee0 Rename more things from fuse to fuse3 by Przemysław Pawełczyk · 8 years ago
  53. 4fdf83f Document that FUSE_CAP_POSIX_ACL turns on -o default_permissions by Nikolaus Rath · 8 years ago
  54. 4175f96 Make handling of -oallow_root easier to understand by Nikolaus Rath · 8 years ago
  55. 05de3c9 Add support for FUSE_HANDLE_KILLPRIV by Nikolaus Rath · 8 years ago
  56. e16fdc0 Add support for FUSE_POSIX_ACL by Nikolaus Rath · 8 years ago
  57. 3296ad9 Added support for FUSE_PARALLEL_DIROPS by Nikolaus Rath · 8 years ago
  58. 5e35dfb Updated kernel API headers. by Nikolaus Rath · 8 years ago
  59. d4df7f1 Document fuse_conn_info.max_background by Nikolaus Rath · 8 years ago
  60. cb2111c Distinguish between mount options and libfuse options by Nikolaus Rath · 8 years ago
  61. 4172f78 Fixed manpage formatting. by Nikolaus Rath · 8 years ago
  62. 08ce854 Enable more capabilities by default, and document defaults. by Nikolaus Rath · 8 years ago
  63. 007c9a2 Update ChangeLog to include recent documentation improvements by Nikolaus Rath · 8 years ago
  64. c4c4819 Abort if fs requests capabilities not supported by kernel. by Nikolaus Rath · 8 years ago
  65. dddd819 Fail more nicely on max_read mismatch by Nikolaus Rath · 8 years ago
  66. e3958ae Fix typo in comment by Nikolaus Rath · 8 years ago
  67. c22da7f Add support for more detailed error codes from main loop by Nikolaus Rath · 8 years ago
  68. 2e6cd2d Fix typo in comment by Nikolaus Rath · 8 years ago
  69. c205bc9 Document special semantics of ENOSYS error code. by Nikolaus Rath · 8 years ago
  70. 77eae11 Document "congestion_threshold" parameter. by Nikolaus Rath · 8 years ago
  71. 73bfe76 Make max_background and congestion_threshold "officially undocumented" by Nikolaus Rath · 8 years ago
  72. 387cfef Improve documentation of FUSE_CAP_AUTO_INVAL_DATA by Nikolaus Rath · 8 years ago
  73. ad46348 Improve getattr() description by Nikolaus Rath · 8 years ago
  74. a23607b Improve description of FUSE_CAP_NO_OPEN_SUPPORT flag. by Nikolaus Rath · 8 years ago
  75. 47426d4 Added documentation for FUSE_CAP_FLOCK_LOCKS by Nikolaus Rath · 8 years ago
  76. c95846b Improve documentation of fuse_conn_info.time_gran. by Nikolaus Rath · 8 years ago
  77. 0e08174 Make test for util-linux version more robust by Nikolaus Rath · 8 years ago
  78. eb9f126 Don't expect EACCESS errors as root by Nikolaus Rath · 8 years ago
  79. d0b377c Released 3.0.0-rc2 by Nikolaus Rath · 8 years ago
  80. 16a24c0 Removed reference to developer-notes.rst (was removed earlier) by Nikolaus Rath · 8 years ago
  81. d85279d Fixed section names in documentation index by Nikolaus Rath · 8 years ago
  82. 108c826 Fix documentation: fuse_file_info may be NULL for open files by Nikolaus Rath · 8 years ago
  83. 079b3f6 Removed reference to fgetattr and ftruncate (don't exist anymore) by Nikolaus Rath · 8 years ago
  84. 7a9e037 Fixed typo in comment. by Nikolaus Rath · 8 years ago
  85. 1fe4258 Don't hardcode test file name. by Nikolaus Rath · 8 years ago
  86. a50b2ab Added test for fchmod by Nikolaus Rath · 8 years ago
  87. aaee3f9 Merge pull request #109 from divinity76/patch-1 by Nikolaus Rath · 8 years ago
  88. 776ef9f silence bogus eclipse linter warning by divinity76 · 8 years ago
  89. 7983414 Clean-up doxygen documentation by Nikolaus Rath · 8 years ago
  90. b27033b Fix memory leak in fusermount. by Nikolaus Rath · 8 years ago
  91. 695e45a Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3 by Nikolaus Rath · 8 years ago
  92. 3475bc3 Released 3.0.0rc1 by Nikolaus Rath · 8 years ago
  93. d8d894e man: Document suid requirement by Mihail Konev · 8 years ago
  94. e885e84 Add max_read to fuse_conn_info by Nikolaus Rath · 8 years ago
  95. 4fade0c Removed obsolete FUSE_DEV_OLD by Nikolaus Rath · 8 years ago
  96. 9768595 Removed some more "Changed in version x.py" comments. by Nikolaus Rath · 8 years ago
  97. 131955f Recommend when to use -o default_permissions automatically by Nikolaus Rath · 8 years ago
  98. 11f07d1 Describe all mount options in mount.fuse(8). by Nikolaus Rath · 8 years ago
  99. ba653b1 Improve documentation of -o default_permissions by Nikolaus Rath · 8 years ago
  100. d73b198 Improve documentation of capability flags. by Nikolaus Rath · 8 years ago