1. fe4f942 libfuse: add copy_file_range() support by Niels de Vos · 6 years ago
  2. 82ee6d6 Fix memory leak of FUSE modules by Rostislav · 6 years ago
  3. f814b4f Fix invalid free of memory pointer in 'struct fuse_buf' by Rostislav · 6 years ago
  4. af47e3e Remove unused member of 'struct fuse_dh' by Rostislav Skudnov · 6 years ago
  5. 5f125c5 Fix readdir() bug when a non-zero offset is specified in filler (#269) by Rostislav · 6 years ago
  6. ac06ce2 rename: perform user mode dir loop check when not done in kernel by Bill Zissimooulos · 6 years ago
  7. d105faf rename: perform user mode dir loop check when not done in kernel by Bill Zissimooulos · 6 years ago
  8. 03515bb Fix uninitialised read in fuse_new_30() (#231) (#234) by Ashley Pittman · 7 years ago
  9. 8ec7fd9 Backed out d92bf83 by Nikolaus Rath · 7 years ago
  10. d92bf83 Adding pointer dereferencing after calling dlsym() by Sangwoo Moon · 7 years ago
  11. 77092d9 fuse_lib_ioctl(): don't call memcpy with NULL argument by Nikolaus Rath · 7 years ago
  12. 8929982 Make *_loop_mt() available in version 3.0 again by Nikolaus Rath · 7 years ago
  13. f24673c Don't use external symbol names in internal files by Nikolaus Rath · 7 years ago
  14. f12d968 Add idle_threads mount option. by Joseph Dodge · 7 years ago
  15. 89f2bae Allow inode cache invalidation in high-level API by Sławek Rudnicki · 7 years ago
  16. 19eaea2 Allow building without iconv. by Nikolaus Rath · 7 years ago
  17. 811c808 directly call fuse_new_31() instead of fuse_new() internally by userwithuid · 7 years ago
  18. c869f31 fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionally by Nikolaus Rath · 7 years ago
  19. 100944b Only declare fuse_new_30() when FUSE_USE_VERSION == 30 by Nikolaus Rath · 7 years ago
  20. 5a5edc3 fuse_new_30(): call fuse_new_31(), not fuse_new() by Nikolaus Rath · 7 years ago
  21. 503e32d Fixup symbol versioning for GCC 4.x by Nikolaus Rath · 7 years ago
  22. e870a04 Added public fuse_lib_help(), bumped minor version by Nikolaus Rath · 7 years ago
  23. b2aaaaf Fix comparison of integers of different signs by Angelo G. Del Regno · 7 years ago
  24. bf76304 Set default options before parsing by Tej Chajed · 8 years ago
  25. e572050 Optimize fuse_fs_read. (#145) by amosonn · 8 years ago
  26. ae49d88 Added debug logging to chmod by Nikolaus Rath · 8 years ago
  27. f84f2db Fix segfault in debug logging code by Nikolaus Rath · 8 years ago
  28. 1d9f26f Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok by Nikolaus Rath · 8 years ago
  29. 8ee553d fuse_new(): don't accept options that don't make sense for end-users by Nikolaus Rath · 8 years ago
  30. 6c66dac Pass struct fuse_config to high-level init() handler. by Nikolaus Rath · 8 years ago
  31. b166508 Make --help output more suitable for end-user by Nikolaus Rath · 8 years ago
  32. b46250c Removed -o nopath - it never did anything by Nikolaus Rath · 8 years ago
  33. 73b6ff4 Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers by Nikolaus Rath · 8 years ago
  34. d49f2e7 Unify handling of fuse_conn_info options by Nikolaus Rath · 8 years ago
  35. 2bfa342 Make -o clone_fd into a parameter of session_loop_mt(). by Nikolaus Rath · 8 years ago
  36. 950398c Clarified purpose of helper.c, moved *version() to fuse.c by Nikolaus Rath · 8 years ago
  37. e4015ac Merge master fuse_chan into fuse_session. by Nikolaus Rath · 8 years ago
  38. ba12a8f Merged fuse_mt.c into fuse.c by Nikolaus Rath · 8 years ago
  39. d968b4d Extended per-file comments. by Nikolaus Rath · 8 years ago
  40. 425db84 Don't handle --help and --version in fuse_session_new(). by Nikolaus Rath · 8 years ago
  41. b4c3478 Add section headings for --help output by Nikolaus Rath · 8 years ago
  42. 5698ee0 Turn struct fuse_chan into an implementation detail by Nikolaus Rath · 8 years ago
  43. f164e9b Renamed fuse_lowlevel_new() to fuse_session_new(). by Nikolaus Rath · 8 years ago
  44. 50f5255 Introduce separate mount/umount functions for low-level API. by Nikolaus Rath · 8 years ago
  45. 65c9df7 Turned fuse_session_{process,receive}_buf into wrapper functions. by Nikolaus Rath · 8 years ago
  46. e20e5c9 Improve documentation of argument parsing. by Nikolaus Rath · 8 years ago
  47. 01c6636 Whitespace cleanup. by Nikolaus Rath · 9 years ago
  48. f007954 Inlined fuse_chan_fd by Nikolaus Rath · 9 years ago
  49. 0ecd212 libfuse: fix handling of '.' and '..' in highlevel readdirplus by Miklos Szeredi · 10 years ago
  50. e3b7d4c libfuse: highlevel API: fix directory file handle passed to ioctl() method by Miklos Szeredi · 10 years ago
  51. b49cf75 libfuse: add flags to ->rename() by Miklos Szeredi · 10 years ago
  52. 3f357f0 Initilaize stat buffer passed to ->getattr() and ->fgetattr() by Miklos Szeredi · 11 years ago
  53. 6bf2e6f libfuse: implement readdirplus for high-level API by Eric Wong · 11 years ago
  54. d4e294b fuse: use dlsym() instead of relying on ld.so constructor functions by Fabrice Bauzac · 11 years ago
  55. e6bc904 Merge remote-tracking branch 'origin/fuse_2_9_bugfix' by Miklos Szeredi · 11 years ago
  56. 78bc110 Add missing includes by Daniel Thau · 11 years ago
  57. 46f1ac6 Change generation and nlookup from 'unsigned long' to 'uint64_t' by Miklos Szeredi · 11 years ago
  58. 9ffe64a Print help on stdout instead of stderr by Miklos Szeredi · 11 years ago
  59. 19accdf libfuse: clean up struct fuse_file_info by Miklos Szeredi · 11 years ago
  60. 561d705 libfuse: remove fuse_chan_bufsize() by Miklos Szeredi · 11 years ago
  61. 5334a15 libfuse: remove fuse_chan_(send|receive) by Miklos Szeredi · 11 years ago
  62. 2bcfd55 libfuse: replace fuse_session_next_chan by Miklos Szeredi · 11 years ago
  63. 4dec04c Merge branch 'fuse_2_9_bugfix' by Miklos Szeredi · 12 years ago
  64. 63f5a3b fix fi->fh format strings by Miklos Szeredi · 12 years ago
  65. c436bce Fix nodeid format strings by Miklos Szeredi · 12 years ago
  66. 22d0d42 Add "nopath" to help. by Miklos Szeredi · 12 years ago
  67. 4496de1 libfuse: remove deprecated fuse_operations.utime_omit_ok by Miklos Szeredi · 12 years ago
  68. 276905b libfuse: remove deprecated fuse_operations.utime() by Miklos Szeredi · 12 years ago
  69. 0e4c55c libfuse: remove deprecated fuse_operations.getdir() by Miklos Szeredi · 12 years ago
  70. 47a1ef9 libfuse: remove deprecated fuse_exited() by Miklos Szeredi · 12 years ago
  71. 88db3e9 libfuse: remove deprecated fuse_read_cmd(), fuse_process_cmd() by Miklos Szeredi · 12 years ago
  72. 1c317e8 libfuse: remove deprecated fuse_set_getcontext_func() by Miklos Szeredi · 12 years ago
  73. afde05b libfuse: remove deprecated fuse_invalidate() by Miklos Szeredi · 12 years ago
  74. 4168937 libfuse: remove deprecated fuse_is_lib_option() by Miklos Szeredi · 12 years ago
  75. 1bea285 libfuse-fix-fs-cleanup by Miklos Szeredi · 12 years ago
  76. 74f9acb libfuse: add poll_events to fuse_file_info by Enke Chen · 12 years ago
  77. eca08be libfuse: fix fuse_get_context() in non fuse threads by Miklos Szeredi · 12 years ago
  78. d811864 Merge branch 'fuse_2_9_bugfix' by Miklos Szeredi · 12 years ago
  79. d7bf78d libfuse: fix the 'remember' option by Madan Valluri · 12 years ago
  80. 3a2bd4d libfuse: fix crash in unlock_path() by Ratna_Bolla@dell.com · 12 years ago
  81. 66956b6 Fix deadlock in libfuse by Miklos Szeredi · 12 years ago
  82. 5568aa7 Fix missing config.h in buffer.c by Miklos Szeredi · 12 years ago
  83. 07b4946 Merge branch 'fuse_2_9_bugfix' by Miklos Szeredi · 12 years ago
  84. fdff523 Zero out node when allocating from a slab. by Miklos Szeredi · 12 years ago
  85. 1061a0a Fix "fuse internal error: node NNN not found" by Miklos Szeredi · 12 years ago
  86. 78c2cc2 Remove compatibility path handling by Miklos Szeredi · 12 years ago
  87. cc1a1f4 Remove compat functions by Miklos Szeredi · 12 years ago
  88. 966d97b Remove old symbol versions by Miklos Szeredi · 12 years ago
  89. 3c4c063 Fix crash caused by freeing a stack address by Miklos Szeredi · 12 years ago
  90. 96ac0e5 Add FALLOCATE operation by Anatol Pomozov · 13 years ago
  91. 71bfb92 Add 'flag_utime_omit_ok' flag to fuse_operations by Miklos Szeredi · 13 years ago
  92. 4dc7e67 Don't unhash name in FORGET by Miklos Szeredi · 13 years ago
  93. bfc49ce Fix hang in wait_on_path() by Miklos Szeredi · 13 years ago
  94. 1bf98cf FUSE_NODE_SLAB buildfix by Emmanuel Dreyfus · 13 years ago
  95. 394380f add lru for remember option by therealneworld@gmail.com · 13 years ago
  96. 8edeaa3 Add ->flock() operation to low and high level interfaces by Miklos Szeredi · 13 years ago
  97. 94c2b63 add "remember" option by therealneworld@gmail.com · 13 years ago
  98. 7819846 Add ->forget_multi() operation by Miklos Szeredi · 13 years ago
  99. c470934 Initialize an allocated, but uninitialized memory by Laszlo Papp · 14 years ago
  100. 2d96d62 Remove unnecessary variable assignment by Miklos Szeredi · 14 years ago