1. f80f367 libfuse: configure: detect new util-linux by Miklos Szeredi · 13 years ago
  2. d7bf78d libfuse: fix the 'remember' option by Madan Valluri · 13 years ago
  3. 3a2bd4d libfuse: fix crash in unlock_path() by Ratna_Bolla@dell.com · 13 years ago
  4. ad38195 Released 2.9.2 by Miklos Szeredi · 13 years ago
  5. 66956b6 Fix deadlock in libfuse by Miklos Szeredi · 13 years ago
  6. 5568aa7 Fix missing config.h in buffer.c by Miklos Szeredi · 13 years ago
  7. fdff523 Zero out node when allocating from a slab. by Miklos Szeredi · 13 years ago
  8. 1061a0a Fix "fuse internal error: node NNN not found" by Miklos Szeredi · 13 years ago
  9. efeac22 Fix linking against GNU libiconv by Natanael Copa · 13 years ago
  10. 1186cca Released 2.9.1 by Miklos Szeredi · 13 years ago
  11. 3c4c063 Fix crash caused by freeing a stack address by Miklos Szeredi · 13 years ago
  12. 86439d5 Add fallocate to NEWS by Miklos Szeredi · 13 years ago
  13. 3b5acfa libfuse: mark some data constant by Miklos Szeredi · 13 years ago
  14. a6a8bcb Fix build with automake >= 1.12.1 by Olivier Blin · 13 years ago
  15. fd4a816 Fix install from out-of-tree build by Olivier Blin · 13 years ago
  16. 96ac0e5 Add FALLOCATE operation by Anatol Pomozov · 13 years ago
  17. 46b9c33 Fix the compile command in the examples by Miklos Szeredi · 13 years ago
  18. 384496d Fix -pthread in fuse.pc by Miklos Szeredi · 13 years ago
  19. acc5c79 Released 2.9.0 by Miklos Szeredi · 13 years ago
  20. 2eac08b Add missing fuse_fs_flock to fuse_versionscript by Miklos Szeredi · 13 years ago
  21. 2ce21cd use flexible array in include/fuse_kernel.h by Miklos Szeredi · 13 years ago
  22. 1a65799 Update NEWS by Miklos Szeredi · 13 years ago
  23. 71bfb92 Add 'flag_utime_omit_ok' flag to fuse_operations by Miklos Szeredi · 13 years ago
  24. 6f77e7d Check protocol version before sending notifications by Miklos Szeredi · 13 years ago
  25. b0fa250 test improvements by Miklos Szeredi · 13 years ago
  26. fd4ffa5 Interpret octal escape codes in options by Miklos Szeredi · 14 years ago
  27. b028433 clean up man page by Miklos Szeredi · 14 years ago
  28. cd0ad2c Add doc/Makefile.am by Miklos Szeredi · 14 years ago
  29. 179c677 Add man pages for fusermount, mount.fuse and ulockmgr_server by Miklos Szeredi · 14 years ago
  30. 9318a6b Revert "Add mmap() and munmap() methods to low level API" by Miklos Szeredi · 14 years ago
  31. 66003c2 Disable symbol versions on MacOSX by Anatol Pomozov · 14 years ago
  32. 6c4cc1e Remove unnecessary mutex unlock at the end of multithreaded event loop by Miklos Szeredi · 14 years ago
  33. 3c4f7e1 Free request in fuse_reply_data() by Miklos Szeredi · 14 years ago
  34. 4dc7e67 Don't unhash name in FORGET by Miklos Szeredi · 14 years ago
  35. bfc49ce Fix hang in wait_on_path() by Miklos Szeredi · 14 years ago
  36. 40a47ed utimens availability check by Emmanuel Dreyfus · 14 years ago
  37. 1bf98cf FUSE_NODE_SLAB buildfix by Emmanuel Dreyfus · 14 years ago
  38. e081e64 fuse: documentation update for forget by Nikolaus Rath · 14 years ago
  39. 5a44747 libfuse: Notifying the kernel of deletion. by John Muir · 14 years ago
  40. 4b2157c Add mmap() and munmap() methods to low level API by Miklos Szeredi · 14 years ago
  41. e3f9526 Add support for ioctl on directories by Miklos Szeredi · 14 years ago
  42. 6b12905 Make lock argument of fuse_reply_lock const by Miklos Szeredi · 14 years ago
  43. ae43094 Fix the following compile error by Miklos Szeredi · 14 years ago
  44. 42d5c66 Reply with ENOMEM in case of failure to allocate request by Miklos Szeredi · 14 years ago
  45. 7728b36 Replace daemon() function with fork() by Anatol Pomozov · 14 years ago
  46. 0131407 Don't ignore --disable-mtab by Miklos Szeredi · 14 years ago
  47. 394380f add lru for remember option by therealneworld@gmail.com · 14 years ago
  48. 8edeaa3 Add ->flock() operation to low and high level interfaces by Miklos Szeredi · 14 years ago
  49. c605b5f utimens must not follow symlinks by Sebastian Pipping · 14 years ago
  50. fe16912 In ./configure check if umount support --fake and --no-canonicalize by Miklos Szeredi · 14 years ago
  51. 94c2b63 add "remember" option by therealneworld@gmail.com · 14 years ago
  52. 4a9f6ab Check if splice/vmsplice are supported by Miklos Szeredi · 14 years ago
  53. 4204398 Update COPYING* by Miklos Szeredi · 14 years ago
  54. 8ddce72 Update NEWS by Miklos Szeredi · 14 years ago
  55. e4e0b2b Fix lost ChangeLog entry. by Miklos Szeredi · 14 years ago
  56. 3b91a50 Remove -lrt -ldl from fuse.pc for dynamic linking by Miklos Szeredi · 14 years ago
  57. e8f6d78 adding details to utimens doxygen comments by Reuben Hawkins · 14 years ago
  58. 54f93a7 Spell checking comments, etc... by Reuben Hawkins · 14 years ago
  59. 1193a39 cleaning up warnings by Reuben Hawkins · 14 years ago
  60. d523ae8 Cleaner build output by Reuben Hawkins · 14 years ago
  61. 49e85de Fix ioctl ABI by Miklos Szeredi · 14 years ago
  62. 7819846 Add ->forget_multi() operation by Miklos Szeredi · 14 years ago
  63. d915a6b Allow batching of forget requests by Miklos Szeredi · 14 years ago
  64. 9c526a7 Fix splice_read by Miklos Szeredi · 14 years ago
  65. a785697 Disable splice by default by Miklos Szeredi · 14 years ago
  66. d84fc1f Don't hide output of /bin/mount by Miklos Szeredi · 14 years ago
  67. bc2d367 Added changelog entry for the auto_unmount option by Max Krasnyansky · 14 years ago
  68. 22ccf05 fusermount: Added support for auto_unmount option by Max Krasnyansky · 15 years ago
  69. 9ca8283 libfuse: Added support for auto_unmount option by Max Krasnyansky · 15 years ago
  70. 5e1b193 Update ChangeLog by Miklos Szeredi · 14 years ago
  71. dba9185 Check the 'mtablock' for negative value by Laszlo Papp · 15 years ago
  72. 20c31c4 Fix a potential null pointer dereference issue by Laszlo Papp · 15 years ago
  73. db5d469 Fix a potential resource leak (newargv) by Laszlo Papp · 15 years ago
  74. c470934 Initialize an allocated, but uninitialized memory by Laszlo Papp · 15 years ago
  75. 9deaced Initialize the variable properly before passing to any function by Laszlo Papp · 15 years ago
  76. e63a9d8 fusermount: clean up do_mount() function by Miklos Szeredi · 14 years ago
  77. 2d96d62 Remove unnecessary variable assignment by Miklos Szeredi · 14 years ago
  78. 81fee82 Eliminate the unused value by Laszlo Papp · 15 years ago
  79. 7fdc732 Fix use after free if fuse_reply...() returned ENOENT by Miklos Szeredi · 14 years ago
  80. 60eb44e Fix resource leaks in fusermount by Laszlo Papp · 15 years ago
  81. 3a48e06 Fix a possible resource leak (free the old up) by Laszlo Papp · 15 years ago
  82. a7a0260 Do not pass NULL to xstrdup by Laszlo Papp · 15 years ago
  83. 61aff39 Check the return value properly before passing it to any function by Laszlo Papp · 15 years ago
  84. 2621a3a Fix a potential resource leak by Laszlo Papp · 15 years ago
  85. 87a0a37 Use the return value for error check by Laszlo Papp · 14 years ago
  86. b812c4c Check the return value after an open syscall by Laszlo Papp · 15 years ago
  87. b0ceaa0 Check the negative return value after an open syscall by Laszlo Papp · 15 years ago
  88. d6bec40 In case of failure to add to /etc/mtab don't umount. by Miklos Szeredi · 15 years ago
  89. 2250aae Revert "Fix cleanup in case of failed mount" by Miklos Szeredi · 15 years ago
  90. 337a2e4 Add -onoforget to help output by Miklos Szeredi · 15 years ago
  91. 71b1c37 libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threads by Miklos Szeredi · 15 years ago
  92. cbd3a2a fusermount: only allow mount and umount if util-linux suppports --no-canonicalize by Miklos Szeredi · 15 years ago
  93. 1e7607f fusermount: chdir to / before performing mount/umount by Miklos Szeredi · 15 years ago
  94. bf5ffb5 Fix cleanup in case of failed mount by Miklos Szeredi · 15 years ago
  95. c958643 Fix warning in hash calculation by Miklos Szeredi · 15 years ago
  96. 6646f6b Highlevel lib: add slab allocation for node cache by Miklos Szeredi · 15 years ago
  97. 8a92fde inline short names by Miklos Szeredi · 15 years ago
  98. 94c28cc Highlevel lib: allow hash tables to shrink by Miklos Szeredi · 15 years ago
  99. 8ff63b9 Highlevel lib: use dynamically resized hash table by Miklos Szeredi · 15 years ago
  100. ee7264a Fix fuse_buf_copy_flags values by Miklos Szeredi · 15 years ago