1. 1f842c9 passthrough: fix unix-domain sockets on FreeBSD (#413) by Alan Somers · 5 years ago
  2. 7a5e1a9 Fix includes of non-system headers. by Nikolaus Rath · 5 years ago
  3. 055f272 Added new example filesystem by Nikolaus Rath · 5 years ago
  4. 28d3699 Fixed permissions. by Nikolaus Rath · 5 years ago
  5. 5fc562c Add fallocate and use it instead of posix_fallocate if possible (#398) by Liu Bo · 5 years ago
  6. 6439231 Add documentation for opting out of opendir and releasedir (#391) by Chad Austin · 5 years ago
  7. a1bff7d Defined the (*ioctl)() commands as unsigned int (#381) by Jean-Pierre André · 6 years ago
  8. 1b7d2b8 Document fuse_fsync_in.fsync_flags and remove magic numbers (#375) by Alan Somers · 6 years ago
  9. 1cce958 hello_ll: Fix null pointer dereference (#363) by Forty-Bot · 6 years ago
  10. 63d53ec passthrough_ll: lo_create() should honor CACHE_NEVER (#345) by Miklos Szeredi · 6 years ago
  11. 3bc72da Fixed memory leak. by Nikolaus Rath · 6 years ago
  12. d4a7ba4 Fix fd/inode leak by Nikolaus Rath · 6 years ago
  13. d1ab94c Avoid needless telldir() call. by Nikolaus Rath · 6 years ago
  14. c3c3a50 Fixed lookup-count leak in do_readdir(). by Nikolaus Rath · 6 years ago
  15. 59dc22b Don't segfault when called with -h. by Nikolaus Rath · 6 years ago
  16. 2548c4b examples: add copy_file_range() support to passthrough(_fh) by Niels de Vos · 6 years ago
  17. 30415af Don't crash if mountpoint is not specified. by Nikolaus Rath · 6 years ago
  18. 33e8796 passthrough_ll: initialize unused memory by Miklos Szeredi · 6 years ago
  19. 7c08db3 passthrough_ll: allow configuring caching by Miklos Szeredi · 6 years ago
  20. fc9f632 passthrough_ll: add *xattr() operations by Miklos Szeredi · 6 years ago
  21. e8225e8 passthrough_ll: add flock() by Miklos Szeredi · 6 years ago
  22. cc89290 passthrough_ll: whitespace cleanup by Miklos Szeredi · 6 years ago
  23. aca5042 passthrough_ll: add forget_multi() by Vivek Goyal · 6 years ago
  24. e164f3d passthrough_ll: add source option by Vivek Goyal · 6 years ago
  25. 4a92a82 passthrough_ll: add some of the missing operations by Miklos Szeredi · 6 years ago
  26. 610125f passthrough_ll: add is_symlink to lo_inode by Miklos Szeredi · 6 years ago
  27. dd8d212 passthrough_ll: set umask at startup by Miklos Szeredi · 6 years ago
  28. 49676ed passthrough_ll: fix refcount for "." and ".." entries by Miklos Szeredi · 6 years ago
  29. c3fa857 passthrough_ll: add locking to inode cache by Miklos Szeredi · 6 years ago
  30. 5246990 Make meson build scripts subprojects friendly by Martin Blanchard · 6 years ago
  31. a2a09e7 example/{hello,null}: Fix memory leaks by Rostislav Skudnov · 6 years ago
  32. 1a4afa8 Invert calloc(3) argument order (`nmemb` comes first) by Tomohiro Kusumi · 6 years ago
  33. 72ab717 Fix build error on DragonFlyBSD (sync with other *BSD) (#240) by Tomohiro Kusumi · 7 years ago
  34. 917e729 Fix typo in "passthrough" docstring (#229) by Mateusz Urbańczyk · 7 years ago
  35. 8157b4d Spelling (#223) by Josh Soref · 7 years ago
  36. f750abb Removed unneccessary #include <config.h> from examples by Nikolaus Rath · 7 years ago
  37. 21b55a0 example/ioctl: build on FreeBSD, but add protocol check instead. by Nikolaus Rath · 7 years ago
  38. 6b0d363 examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests. by Nikolaus Rath · 7 years ago
  39. b29faad printcap: use temporary directory, not file by Nikolaus Rath · 7 years ago
  40. ad029c0 passthrough_ll: only active EXPORT_SUPPORT of supported by kernel. by Nikolaus Rath · 7 years ago
  41. 30ead3a Dropped support for building with autotools by Nikolaus Rath · 7 years ago
  42. fc83143 Renamed notify_inval_inode_fh to invalidate_path by Nikolaus Rath · 7 years ago
  43. 89f2bae Allow inode cache invalidation in high-level API by Sławek Rudnicki · 7 years ago
  44. 4eed369 Added examples/printcap by Nikolaus Rath · 7 years ago
  45. f88a285 Make passthrough_fh work under FreeBSD. by Nikolaus Rath · 7 years ago
  46. e71bb48 Fix two compiler warnings. by Nikolaus Rath · 7 years ago
  47. 4fcb574 Don't build passthrough_ll under BSD. by Nikolaus Rath · 7 years ago
  48. b3109e7 Added writeback cache to passthrough_ll by Nikolaus Rath · 7 years ago
  49. 5a0c882 Removed compat stuff in passthrough_ll by Nikolaus Rath · 7 years ago
  50. c36e7d5 passthrough_ll: added more debugging output by Nikolaus Rath · 7 years ago
  51. 9dcc2d0 Fix compilation on 32bit systems by Nikolaus Rath · 7 years ago
  52. c0476a9 Fix compiler warnings of gcc-5.4.x by Banglang · 7 years ago
  53. e870a04 Added public fuse_lib_help(), bumped minor version by Nikolaus Rath · 7 years ago
  54. f13526e examples/passthrough_ll: added support for create() by Nikolaus Rath · 7 years ago
  55. bb3770f example/passthrough_ll: added write support by Nikolaus Rath · 7 years ago
  56. 8d092c2 notify_store_retrieve(): fix race on unmount by Nikolaus Rath · 7 years ago
  57. 7d09db0 example/notify_store_retrieve: add debugging code for issue #105. by Nikolaus Rath · 7 years ago
  58. e6dd8ce Revert "example/passthrough.c: add debugging code for issue #157." by Nikolaus Rath · 7 years ago
  59. 8641db4 passthrough_ll: document that fuse_ino_t and uintptr_t sizes must match by Nikolaus Rath · 7 years ago
  60. 179fa13 example/passthrough.c: add debugging code for issue #157. by Nikolaus Rath · 7 years ago
  61. 20b24a1 passthrough: implemented create() by Nikolaus Rath · 7 years ago
  62. 0986255 example/passthrough: use fi->fh for read, write, fallocate by Nikolaus Rath · 7 years ago
  63. 76218eb passthrough:truncate(): work on file descriptor when possible by Nikolaus Rath · 7 years ago
  64. db1c6ad example/passthrough: close open files in release() by Nikolaus Rath · 7 years ago
  65. f7c5d10 passthrough, passthrough_fh: disable attribute caching by Nikolaus Rath · 7 years ago
  66. abae573 passthrough_ll: document that functionality is restricted by Nikolaus Rath · 7 years ago
  67. aa1460f hello.c: don't use constant instead of magic number by guraga · 8 years ago
  68. c3d30f9 passthrough_fh: declare support for . and .. lookups. by Nikolaus Rath · 8 years ago
  69. 9f96db7 Added experimental support for building with Meson+Ninja by Nikolaus Rath · 8 years ago
  70. 3006686 Replaced evil pointer magic with offsetof() by Nikolaus Rath · 8 years ago
  71. 8d2b94a Return with exitcode 0 if there are no errors. by Nikolaus Rath · 8 years ago
  72. 8e69b19 Added documentation and test case for null example by Nikolaus Rath · 8 years ago
  73. d6e86a7 Fixed use of uninitialized memory. by Nikolaus Rath · 8 years ago
  74. c005ff3 Revert "Dropped example/null.c" by Csaba Henk · 8 years ago
  75. d6d3e50 Fix a grammatical error. by Jay Hankins · 8 years ago
  76. cac5660 examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro). by Przemyslaw Pawelczyk · 8 years ago
  77. 237c5c1 examples/passthrough_ll.c: Close root fd before application ends. by Przemyslaw Pawelczyk · 8 years ago
  78. a3fda25 examples/passthrough_ll.c: Fix segfault when showing help or version. by Przemyslaw Pawelczyk · 8 years ago
  79. 776ef9f silence bogus eclipse linter warning by divinity76 · 8 years ago
  80. 7983414 Clean-up doxygen documentation by Nikolaus Rath · 8 years ago
  81. 1d9f26f Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok by Nikolaus Rath · 8 years ago
  82. 8ee553d fuse_new(): don't accept options that don't make sense for end-users by Nikolaus Rath · 8 years ago
  83. b166508 Make --help output more suitable for end-user by Nikolaus Rath · 8 years ago
  84. 73b6ff4 Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers by Nikolaus Rath · 8 years ago
  85. d49f2e7 Unify handling of fuse_conn_info options by Nikolaus Rath · 8 years ago
  86. 2bfa342 Make -o clone_fd into a parameter of session_loop_mt(). by Nikolaus Rath · 8 years ago
  87. 2044df6 Fix race condition in notify_* examples by Nikolaus Rath · 8 years ago
  88. b69192b fuse_main(): extend support for printing help by Nikolaus Rath · 8 years ago
  89. 10e718b Use NULL as option processor where possible. by Nikolaus Rath · 8 years ago
  90. 35ce627 Renamed cuses example and added test program by Nikolaus Rath · 8 years ago
  91. 7e562d5 Don't confuse lookup count for mountpoint and file by Nikolaus Rath · 8 years ago
  92. 64c97de Renamed timefsN examples to fuse_notify_* by Nikolaus Rath · 8 years ago
  93. a668d26 Include testfsN examples in Doxygen documentation. by Nikolaus Rath · 8 years ago
  94. bcad1a6 Renamed ioctl and poll examples by Nikolaus Rath · 8 years ago
  95. 463189c Renamed some examples to make their function more obvious by Nikolaus Rath · 8 years ago
  96. 225c12a fuse_parse_cmdline(): do not print help/version text by Nikolaus Rath · 8 years ago
  97. 52dec7f Whitespace fix. by Nikolaus Rath · 8 years ago
  98. d5cdbb9 Dropped example/null.c by Nikolaus Rath · 8 years ago
  99. 9f19d71 Added timefs3 to test notify_inval_entry. by Nikolaus Rath · 8 years ago
  100. 5669097 Add background and multithreading support to hello_ll and fuse_lo-plus by Nikolaus Rath · 8 years ago