1. 3bb9cd9 Add the codechecker/cppcheck github action by Bernd Schubert · 6 days ago master origin/master_2026-04-09
  2. 7497793 Disable cppcheck rules with excessive false positives by Bernd Schubert · 5 days ago
  3. 9c67667 fuse: Initialize fuse_entry_param struct in fuse_lib_create by Bernd Schubert · 5 days ago
  4. c446b2c fuse: Add const to versioned symbol config_v1 parameters by Bernd Schubert · 5 days ago
  5. 941b7bc fuse_lowlevel: Add const to fuse_get_feature_flag parameter by Bernd Schubert · 5 days ago
  6. 8ad9064 Fix remaining const cppcheck const warnings by Bernd Schubert · 5 days ago
  7. e008784 abi check: Move the actual check to a script by Bernd Schubert · 5 days ago
  8. 974a837 fuse: fix const and limit-scope cppcheck warnings by Bernd Schubert · 6 days ago
  9. fb7fa26 fuse_lowlevel: fix cppcheck warnings by Bernd Schubert · 6 days ago
  10. d18dd27 fusermount: fix cppcheck warnings by Bernd Schubert · 6 days ago
  11. 3897ca7 test_syscalls: Use snprintf to limit to buffer size by Bernd Schubert · 5 days ago
  12. 7af8118 test_syscalls: fix cppcheck warnings by Bernd Schubert · 6 days ago
  13. 20d8e6d test_write_cache: fix cppcheck warnings by Bernd Schubert · 6 days ago
  14. 02fd59e fuse_uring: fix const and void-ptr cppcheck warnings by Bernd Schubert · 6 days ago
  15. 2d147fd fuse_loop_mt: fix const cppcheck warnings by Bernd Schubert · 6 days ago
  16. 2fc904c test_setattr: fix const cppcheck warning by Bernd Schubert · 6 days ago
  17. 2cf9a33 util/mount.fuse: fix const cppcheck warnings by Bernd Schubert · 6 days ago
  18. 6e92200 lib/mount: fix const cppcheck warnings by Bernd Schubert · 6 days ago
  19. 0036a55 test_want_conversion: fix cppcheck warning by Bernd Schubert · 6 days ago
  20. 68fc66b lib/fuse_opt: fix cppcheck warnings by Bernd Schubert · 6 days ago
  21. 2a83181 lib/buffer: fix cppcheck warnings by Bernd Schubert · 6 days ago
  22. 20e9cb2 lib/mount_util: fix cppcheck warnings by Bernd Schubert · 6 days ago
  23. 515f58b lib/fuse_signals: fix cppcheck warnings by Bernd Schubert · 6 days ago
  24. 1a53c92 Add codechecker cppcheck support by Bernd Schubert · 6 days ago
  25. e88b1d0 build(deps): bump actions/setup-python from 6.0.0 to 6.2.0 by dependabot[bot] · 4 days ago
  26. d6ed78d codeql action: enable queries: security-extended,security-and-quality by Bernd Schubert · 6 days ago
  27. 85847ac Add back python to codeql action by Bernd Schubert · 6 days ago
  28. 30326f5 github workflows: Add a code checker action by Bernd Schubert · 6 days ago
  29. 61567a4 Fix CodeChecker issues - NULL deref and disable malloc-leak checker by Bernd Schubert · 6 days ago
  30. a09c3cd lib/fuse.c: Fix memory leak when pthread_setspecific fails by Bernd Schubert · 6 days ago
  31. f64b826 lib/fuse_lowlevel.c: Fix memory leak when pipe size cannot be grown by Bernd Schubert · 6 days ago
  32. 8738882 lib: Fix leak of mountpoint in fuse_session_mount by Bernd Schubert · 6 days ago
  33. b74ee53 lib: Fix -ENOMEM null-dereferences in fuse_loop_mt.c by Bernd Schubert · 6 days ago
  34. 23b5c37 lib: Fix fd-leak in helper.c fuse_daemonize() by Bernd Schubert · 6 days ago
  35. bb26f81 test: Fix null-argument issue in test_signals.c by Bernd Schubert · 6 days ago
  36. bdd9b96 Fix github workflows to use the SHAs for security by Bernd Schubert · 6 days ago
  37. d412073 Add a codechecker script that is supposed to run per PR by Bernd Schubert · 6 days ago
  38. 6b7749e Move the checkpatch call into a script by Bernd Schubert · 6 days ago
  39. bee469f Move github ubuntu install dependencies into a shell script by Bernd Schubert · 6 days ago
  40. 4e5657e build(deps): bump github/codeql-action from 4.34.1 to 4.35.1 by dependabot[bot] · 11 days ago
  41. 22d0fcd example: refactor poll_client to remove FSEL_FILES macro by wangrzneu · 14 days ago
  42. 031f37d Fix Clang 21 compile error: non-assignable lvalue in ST_MTIM_NSEC by wangrzneu · 14 days ago
  43. 35f0067 build(deps): bump github/codeql-action from 4.33.0 to 4.34.1 by dependabot[bot] · 3 weeks ago origin/master_2026-03-25 origin/master_2026-03-26
  44. ae57c09 Fix hang on statx call by nikola-sh · 3 weeks ago
  45. 9eba0f3 fuse-io-uring: Fix UAF and NULL deref in startup error path by Abhinav Agarwal · 4 weeks ago
  46. 9d78424 mount: check if CMSG_FIRSTHDR() returned NULL by Miklos Szeredi · 3 weeks ago
  47. 26ee54a fuse-io-uring: Fix NULL deref and memory leak in fuse_uring_init_queue by Abhinav Agarwal · 3 weeks ago
  48. 46ecc30 build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 (#1450) by dependabot[bot] · 4 weeks ago
  49. 1f4c060 add FUSE_CAP_ALLOW_IDMAP (#1446) by Renzheng Wang · 4 weeks ago origin/master_2026-03-16
  50. 9a003db Rename doc/libfuse-operations.txt to doc/fuse-operations.txt by Bernd Schubert · 4 weeks ago origin/master_2026-03-13
  51. 755b3bc example/printcap: Add FUSE_CAP_OVER_IO_URING by Bernd Schubert · 4 weeks ago
  52. 5999916 example/printcap: Fix indentation by Bernd Schubert · 4 weeks ago
  53. a389658 tests: Run pytest with --tb=short --vv by Bernd Schubert · 4 weeks ago
  54. 31fdf35 build(deps): bump github/codeql-action from 4.32.5 to 4.32.6 by dependabot[bot] · 5 weeks ago
  55. 73db1b2 fix: add assert to prevent NULL pointer dereference in try_get_path by Mikhail Novosyolov · 6 weeks ago origin/master_2026-03-03 origin/master_2026-03-04 origin/master_2026-03-05 origin/master_2026-03-12
  56. 61ebd64 build(deps): bump github/codeql-action from 4.32.4 to 4.32.5 by dependabot[bot] · 6 weeks ago
  57. 48929a4 build(deps): bump github/codeql-action from 4.32.2 to 4.32.4 by dependabot[bot] · 7 weeks ago origin/master_2026-02-27
  58. ecfb204 build(deps): bump github/codeql-action from 4.32.1 to 4.32.2 by dependabot[bot] · 9 weeks ago origin/master_2026-02-22 origin/master_2026-02-23
  59. b2a5d8f Update 'OS-X' to correct current name 'macOS' by Shane Becker · 8 weeks ago
  60. 32e2a4b test/test_example: add test for notify_prune example by Jingbo Xu · 9 weeks ago origin/master_2026-02-11 origin/master_2026-02-14
  61. 1fa60a0 example: add notify_prune example by Jingbo Xu · 10 weeks ago
  62. cba0be1 add support for FUSE_NOTIFY_PRUNE by Jingbo Xu · 3 months ago
  63. e81cf70 build(deps): bump github/codeql-action from 4.32.0 to 4.32.1 by dependabot[bot] · 10 weeks ago
  64. 5706212 xfstests README udpate. by kchen-ddn · 2 months ago
  65. 8878763 build(deps): bump github/codeql-action from 4.31.10 to 4.32.0 by dependabot[bot] · 2 months ago
  66. 264495f build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by dependabot[bot] · 2 months ago
  67. addcbae fuse: add support for the FUSE_SYNCFS operation by Ari Sundholm · 2 months ago origin/master_2026-02-04 origin/master_2026-02-05
  68. 074f0df fuse_lowlevel: add support for the FUSE_SYNCFS operation by Ari Sundholm · 2 months ago
  69. 029ab1f Add a test to the teardown watchdog for POLLNVAL by Bernd Schubert · 2 months ago origin/master_2026-01-29
  70. 5dabb92 fuse lowlevel: fix teardown watchdog race by Cheng Ding · 3 months ago
  71. fa03307 doc: replace "futur irrealis"-like tense in manpages by Jan Engelhardt · 3 months ago origin/master_2026-01-20 origin/master_2026-01-23
  72. d1e6135 build(deps): bump github/codeql-action from 4.31.9 to 4.31.10 by dependabot[bot] · 3 months ago
  73. 6278995 fuse lowlevel: Add a teardown watchdog feature by Bernd Schubert · 3 months ago origin/master_2026-01-06
  74. cd4a796 Increase the build version to 3.19-rc0 by Bernd Schubert · 3 months ago
  75. 562f901 Fix 'find_previous_release_tag.sh' if current version has no tag by Bernd Schubert · 3 months ago
  76. 28d3f4b fuse_lowlevel.h: Some minor cleanups from clang-format by Bernd Schubert · 3 months ago
  77. b2852e0 make_release_tarball.sh: Fix signify verification by Bernd Schubert · 3 months ago
  78. a32cec0 Add lowlevel ioctl examples and tests by Bernd Schubert · 3 months ago
  79. 37dac0e Add doc/ChangeLog-API.rst by Bernd Schubert · 3 months ago
  80. 8fd6879 build(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by dependabot[bot] · 4 months ago
  81. 1a99fb2 fuse_uring: remove duplicate fuse_uring resource init by Diangang Li · 5 months ago
  82. fef7822 Add an ABI check for the last tag of the previous release by Bernd Schubert · 4 months ago
  83. 1218c86 Fix fuse version script / 3.17.3 to 3.18 by Bernd Schubert · 4 months ago
  84. dae44ec prepare 3.18.0 release v2 by Bernd Schubert · 4 months ago
  85. c5050b7 Prepare 3.18.0 release by Bernd Schubert · 4 months ago
  86. 7a76588 Add signify verification in make_release_tarball.sh by Bernd Schubert · 8 months ago
  87. 8e536dc fuse-io-uring: Add a lock around io_uring_submit / io_uring_submit_and_wait by Bernd Schubert · 4 months ago
  88. b9cae49 fuse-io-uring: Initialize queue->eventfd by Bernd Schubert · 4 months ago
  89. 834a496 fuse-io-uring: Function rename and split into two function by Bernd Schubert · 4 months ago
  90. 2bb27d8 fuse-io-uring: Handle EAGAIN/EINTR in fuse-io-uring by Bernd Schubert · 5 months ago
  91. 033e0c3 build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by dependabot[bot] · 4 months ago
  92. a6fdf8c Update fusermount.c by WekaJosh · 4 months ago origin/master_2025-12-16
  93. 4f81b84 build(deps): bump github/codeql-action from 4.31.6 to 4.31.7 by dependabot[bot] · 4 months ago
  94. c2fb674 build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by dependabot[bot] · 4 months ago
  95. e1525c4 Clarify that use_ino takes priority over FUSE_FILL_DIR_PLUS by Dave Vasilevsky · 4 months ago
  96. 7bf0995 Don't yield zero d_ino with adaptive readdirplus by Dave Vasilevsky · 5 months ago
  97. f96ec67 build(deps): bump github/codeql-action from 4.31.5 to 4.31.6 by dependabot[bot] · 4 months ago
  98. 4ed0ed7 fuse-io-uring: fix narrowing integer conversion of commit_id by Jingbo Xu · 8 months ago
  99. f1a375e build(deps): bump github/codeql-action from 4.31.3 to 4.31.5 by dependabot[bot] · 5 months ago origin/master_2025-12-05
  100. e9a81fd build(deps): bump actions/checkout from 5.0.1 to 6.0.0 by dependabot[bot] · 5 months ago