1. a6fdf8c Update fusermount.c by WekaJosh · 3 weeks ago master origin/master_2025-12-16
  2. 4f81b84 build(deps): bump github/codeql-action from 4.31.6 to 4.31.7 by dependabot[bot] · 2 weeks ago
  3. c2fb674 build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by dependabot[bot] · 2 weeks ago
  4. e1525c4 Clarify that use_ino takes priority over FUSE_FILL_DIR_PLUS by Dave Vasilevsky · 3 weeks ago
  5. 7bf0995 Don't yield zero d_ino with adaptive readdirplus by Dave Vasilevsky · 5 weeks ago
  6. f96ec67 build(deps): bump github/codeql-action from 4.31.5 to 4.31.6 by dependabot[bot] · 3 weeks ago
  7. 4ed0ed7 fuse-io-uring: fix narrowing integer conversion of commit_id by Jingbo Xu · 5 months ago
  8. f1a375e build(deps): bump github/codeql-action from 4.31.3 to 4.31.5 by dependabot[bot] · 4 weeks ago origin/master_2025-12-05
  9. e9a81fd build(deps): bump actions/checkout from 5.0.1 to 6.0.0 by dependabot[bot] · 4 weeks ago
  10. 6268c66 lib/fuse.c: fix deallocation in fuse_session_loop_remember by Alexander Monakov · 4 weeks ago
  11. ab5033f example/passthrough_hp: fix debug output in forget_one by Long Li · 4 weeks ago
  12. 02c0fc6 example/passthrough_hp: fix race in forget_one() by Long Li · 4 weeks ago
  13. 1e19235 example/passthrough_hp: fix race between forget_one and do_lookup by Long Li · 5 weeks ago
  14. 8ad076e Initialize fuse_entry_param in fuse_lib_lookup() by Bernd Schubert · 5 weeks ago
  15. 0fcaec3 build(deps): bump actions/checkout from 5.0.0 to 5.0.1 by dependabot[bot] · 5 weeks ago
  16. 6c9a4d6 build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 by dependabot[bot] · 5 weeks ago
  17. c71727d build(deps): bump codespell-project/actions-codespell from 2.1 to 2.2 by dependabot[bot] · 6 weeks ago
  18. f58d4c5 tests: fix a race in wait_for_mount() by Miklos Szeredi · 7 weeks ago
  19. 6247606 build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 by dependabot[bot] · 7 weeks ago
  20. e2886cb Add FUSE_COPY_FILE_RANGE_64 to doc/libfuse-operations.txt by Bernd Schubert · 7 weeks ago
  21. c216833 build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 by dependabot[bot] · 8 weeks ago
  22. fd57ba3 fuse_lowlevel.h: remove incorrect documentation (#1357) by Zeno Sebastian Endemann · 8 weeks ago
  23. bf3dd15 fusermount: count mounts with listmount and statmount by Ben Linsay · 9 weeks ago origin/master_2025-10-28
  24. f7da4e9 init: fix io-uring mount hang by Joanne Koong · 9 weeks ago
  25. 2bb125e build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 by dependabot[bot] · 9 weeks ago
  26. 36a1c49 build(deps): bump github/codeql-action from 3.30.6 to 4.30.8 by dependabot[bot] · 2 months ago
  27. 564d79e fuse_lowlevel.h: Fix doc typo by Zeno Sebastian Endemann · 2 months ago
  28. e12762b build(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by dependabot[bot] · 3 months ago
  29. 75e32d9 Fixup passthrough_ll.c documentation by Zeno Sebastian Endemann · 3 months ago origin/master_2025-10-11
  30. 382b17d Fix missing \n termination in fusermount_posix_spawn() by Bernd Schubert · 3 months ago
  31. 4337029 build(deps): bump github/codeql-action from 3.30.3 to 3.30.5 by dependabot[bot] · 3 months ago
  32. 59cf26a FUSE_INIT handler: Set got_init only shortly before send_reply_ok by Bernd Schubert · 3 months ago origin/master_2025-09-30
  33. 30bf3c8 fuse_loop_mt: Don't create new workers before init is received by Bernd Schubert · 4 months ago
  34. 50d1bec io-uring: re-initialize fields in struct fuse_req by Bernd Schubert · 3 months ago
  35. 3e2cd9e fuse_log: Add __attribute__((format(printf, ) and fix warnings by Bernd Schubert · 3 months ago
  36. 52a633a fuse_lowlevel.c: allow passing ops as NULL by Alik Aslanyan · 4 months ago
  37. 6e4557c libfuse: don't put HAVE_STATX in a public header by Darrick J. Wong · 3 months ago
  38. 939fc0d build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 by dependabot[bot] · 3 months ago
  39. 2317d86 libfuse: fix COPY_FILE_RANGE interface by Miklos Szeredi · 5 months ago
  40. 3ff309e build(deps): bump actions/setup-python from 5 to 6 by dependabot[bot] · 4 months ago origin/master_2025-09-15
  41. 49ad73a build(deps): bump github/codeql-action from 3.29.11 to 3.30.1 by dependabot[bot] · 4 months ago
  42. 63579df build(deps): bump github/codeql-action from 3.29.10 to 3.29.11 by dependabot[bot] · 4 months ago
  43. c7c5dbe Fix passthrough_hp.cc indentation by Bernd Schubert · 4 months ago origin/master_2025-09-05
  44. 7e6cdc7 send_reply_uring: Avoid memcpy if src and dest are identical by Bernd Schubert · 7 months ago
  45. d52ae4f Allow applications to retrieve the req payload (io-uring only) by Bernd Schubert · 7 months ago
  46. 253ea91 fuse-io-uring: Release io-uring resources on io-uring startup failure by Bernd Schubert · 4 months ago
  47. 210d92f fuse-io-uring: Fix double count of ring_pool->failed_threads by Bernd Schubert · 4 months ago
  48. bd8d8cd io-uring startup: Fix spinning and variable read by Bernd Schubert · 4 months ago
  49. 8b8ce5a build(deps): bump github/codeql-action from 3.29.8 to 3.29.10 by dependabot[bot] · 4 months ago
  50. a63fc71 tests: move struct size assertions into a test by CismonX · 4 months ago
  51. 42b9b3b fuse_loop_mt.c: fix close-on-exec flag on clone fd by CismonX · 5 months ago origin/master_2025-08-19 origin/master_2025-08-20
  52. 2454ff1 build(deps): bump github/codeql-action from 3.29.7 to 3.29.8 by dependabot[bot] · 5 months ago
  53. 33ec237 build(deps): bump actions/checkout from 4 to 5 by dependabot[bot] · 5 months ago
  54. ba8a3a4 build(deps): bump github/codeql-action from 3.29.3 to 3.29.5 by dependabot[bot] · 5 months ago
  55. 95b9d3b Update issue templates by Bernd Schubert · 5 months ago
  56. db74ec7 mount_bsd.c: Actually report mount failures back to caller by Gleb Popov · 5 months ago
  57. 7e2dc4a high level: Remove the nullpath_ok log message by Bernd Schubert · 5 months ago
  58. 898def7 fuse_uring_i.h: Include errno.h by Bernd Schubert · 5 months ago
  59. e915a28 Split fuse-io-uring startup by Bernd Schubert · 5 months ago
  60. 2f092ef Simplify meson condition for liburing by Bernd Schubert · 5 months ago
  61. 0624650 fuse-io-uring: Add sanity check for the number of queue entries by Bernd Schubert · 5 months ago
  62. e1e7b11 fuse-over-io-uring: Remove handling of -EOPNOTSUPP by Bernd Schubert · 5 months ago
  63. 6d02f5d build(deps): bump github/codeql-action from 3.29.2 to 3.29.3 by dependabot[bot] · 5 months ago
  64. 0d15126 example/memfs_ll: Avoid nullptr field initializations by pragma by Bernd Schubert · 5 months ago
  65. b96c738 memfs_ll: fix deadlock in truncate operation by Long Li · 5 months ago origin/master_2025-07-26
  66. d825377 Avoid double unmount on FUSE_DESTROY by Bernd Schubert · 5 months ago
  67. 5f6d3be fusermount: close_range seems to be available on bsd by Bernd Schubert · 5 months ago
  68. 194023c fusermount: Fix the close_range ifdef by Bernd Schubert · 5 months ago
  69. b507cbc Add statx support by Joanne Koong · 1 year, 4 months ago
  70. 3be8441 Switch to c++20 by Bernd Schubert · 5 months ago
  71. fc9888e example/passthrough: support fspacectl() by CismonX · 6 months ago
  72. 21a27e3 example/passthrough: tidy up passthrough_helpers.h by CismonX · 6 months ago
  73. db5a1b6 example/passthrough: refactor fallocate by CismonX · 6 months ago
  74. 4166f2e build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by dependabot[bot] · 6 months ago
  75. fc1c8da license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt by izxl007 · 6 months ago origin/master_2025-07-17
  76. 4de3db4 passthrough_hp: Fix unused function warning by Gleb Popov · 6 months ago
  77. 1bb2f2a memfs_ll: Fix unused variable warning by Gleb Popov · 6 months ago
  78. 57227e4 FreeBSD: test runner by Vassili Tchersky · 10 months ago
  79. f0ec646 meson: Enable building C++ examples on FreeBSD by Gleb Popov · 6 months ago
  80. 8e649e8 passthrough_hp: Fix compilation on systems without O_TMPFILE support by Gleb Popov · 6 months ago
  81. f8fe398 passthrough_hp: Abstract out the fd -> path transition by Gleb Popov · 6 months ago
  82. 9168e3b memfs_ll: Fix compiling on non-Linux OSes by Gleb Popov · 6 months ago
  83. e9a140b examples: Guard inclusions of Linux headers with appropriate ifdefs by Gleb Popov · 6 months ago
  84. 596732d meson: Check for some Linux-specific headers by Gleb Popov · 6 months ago
  85. 1016d16 Catch up with fuse_send_data_iov() signature changes in the fallback case by Gleb Popov · 6 months ago
  86. abd0a98 Clarify offset field is signed despite uint64_t type by izxl007 · 6 months ago
  87. 43e36ff example/ioctl_client: Delete the redundant comment by izxl007 · 6 months ago
  88. 1caf816 tests: example: add new test for increment epoch by Luis Henriques · 6 months ago
  89. 5ceb0b0 fuse: add support to FUSE_NOTIFY_INC_EPOCH by Luis Henriques · 7 months ago
  90. 3793b17 mount_util.c: check if utab exists before update by Georgi Valkov · 6 months ago
  91. f4c5d20 Fix io-uring teardown by Bernd Schubert · 6 months ago
  92. 4108904 example/passthrough_hp: Show fuse lowlevel help options by Bernd Schubert · 6 months ago
  93. 00dd846 Reformat passthrough_hp with clang-format by Bernd Schubert · 6 months ago
  94. 77e7df4 build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by dependabot[bot] · 6 months ago
  95. 5724a99 gitignore: add *.patch by Georgi Valkov · 7 months ago
  96. e64a616 help: Remove duplicate io_uring options from fuse_cmdline_help by izxl007 · 7 months ago
  97. 324f1c7 tests: Add an exception for output "error" by Bernd Schubert · 7 months ago
  98. 6787608 fuse_signals.c: fix build warning when HAVE_BACKTRACE is undefined by Georgi Valkov · 7 months ago
  99. 3d8aba6 gitignore: add .DS_Store by Georgi Valkov · 7 months ago
  100. 05cbdf6 mount_bsd.c: Fix race between actual mounting and returning to the caller by Gleb Popov · 7 months ago