1. 5e3f016 fusermount: Reject invalid negative mount_max in fuse.conf by Abhinav Agarwal · 9 weeks ago master origin/master_2026-06-10
  2. 8eda8f9 fusermount: Guard trailing comma removal against empty string by Abhinav Agarwal · 9 weeks ago
  3. ee093d2 iconv: Fix copy-paste error checking wrong iconv descriptor by Abhinav Agarwal · 9 weeks ago
  4. efa6c4c Fix BaseException catch in test files by Bernd Schubert · 2 months ago
  5. 0d037db Fix file not closed in test_examples.py by Bernd Schubert · 2 months ago
  6. 80a6fb3 Fix mixed returns in test/util.py by Bernd Schubert · 2 months ago
  7. 2ac23c2 Fix default parameter mutation in test_examples.py by Bernd Schubert · 2 months ago
  8. 5f2e14d Fix assert statements with side effects in test_examples.py by Bernd Schubert · 2 months ago
  9. 65afaab Fix unbounded strcpy/strcat in mount.fuse.c by Bernd Schubert · 2 months ago
  10. baebe3c fuse: prevent possible fuse_pollhandle leak by Alexander Mikhalitsyn · 5 weeks ago
  11. 6b31236 fuse_lowlevel: add security context extension parsing and iterator API by kchen · 4 weeks ago
  12. 0b1cd7b test: Use pytest tmpdir on non-FreeBSD platforms (#1516) by mannkafai · 7 days ago
  13. 183e21e Document security and other extension format by Bernd Schubert · 2 weeks ago
  14. 1cb5878 Update homepage at man page (#1511) by wilkis · 9 days ago
  15. 44a1f75 fuse_uring: remove unused numa_node struct member by Benjamin Peterson · 9 days ago
  16. 66b74e9 build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by dependabot[bot] · 11 days ago
  17. 0a257c0 build(deps): bump vmactions/freebsd-vm from 1.4.5 to 1.4.6 by dependabot[bot] · 11 days ago
  18. ba68751 fix typo in comments; FUSE_LOOP_MT_DEF_IDLE_THREADS is -1, not 10 by Ashish Ahuja · 12 days ago
  19. b71dd26 Merge pull request #1444 from bsbernd/fuse-service-container by Bernd Schubert · 3 weeks ago origin/master_2026-06-01 origin/master_2026-06-02
  20. 204cf0f Merge branch 'master' into fuse-service-container by Bernd Schubert · 3 weeks ago
  21. 5c308fb Fix a codeql report in add_default_subtype() by Bernd Schubert · 3 weeks ago
  22. 5785b20 Fix a codeql report in add_default_subtype() by Bernd Schubert · 3 weeks ago
  23. d799270 mount_service.c: Remove an argc > 0 check (CodeQL) by Bernd Schubert · 3 weeks ago
  24. c17960b fuse_service: Avoid modifying counters in for loop by Bernd Schubert · 3 weeks ago
  25. e2f7c7d Merge branch 'master' into fuse-service-container by Bernd Schubert · 3 weeks ago
  26. e3fe270 Change use_subtype_prefix type to bool in fuse_mnt_build_source() by Bernd Schubert · 3 weeks ago
  27. 82a3985 lib mount: fix fsfd leakage on error by Jingbo Xu · 4 weeks ago
  28. 27fc208 lib mount: include linux/mount.h in mount_i_linux.h by Jingbo Xu · 4 weeks ago
  29. 7ba4bad lib mount: no need to fsconfig mtab options by Jingbo Xu · 4 weeks ago
  30. 1d70e30 Fix ENODEV fallback logic for block devices with fsname by Bernd Schubert · 3 weeks ago
  31. fadb479 Update the condition when to use synchronous init by Bernd Schubert · 3 weeks ago
  32. 9f57333 fuse_daemonize_early: Rename is_active to is_used, add new is_active by Bernd Schubert · 3 weeks ago
  33. e4a4a3a Add a missing NULL check for x_mtab_opts in mount_fuse() by Bernd Schubert · 3 weeks ago
  34. 5b205b6 fusermount: Fix heap buffer overflow in perform_mount() by Bernd Schubert · 3 weeks ago
  35. 4e0f7cb lib/mount.c: Restore "subtype#fsname" format for legacy kernel fallback by Bernd Schubert · 3 weeks ago
  36. e465536 fuse: No need to call strlen by Volker Lendecke · 6 weeks ago
  37. acb5e53 mount/fuse_service: replace strcpy calls with memcpy by Darrick J. Wong · 3 weeks ago fuse-service-container-fixes fuse-service-container-fixes_2026-05-21
  38. 0f8157e mount_service: fix null pointer deref in mount_service_init by Darrick J. Wong · 3 weeks ago
  39. ba6e172 mount.fuse: constify arguments to try_service_main by Darrick J. Wong · 3 weeks ago
  40. d18df35 mount_service: rename IGNORE_MTAB and constify it by Darrick J. Wong · 3 weeks ago
  41. cc9f779 fuse_service: fix uninitialized variable by Darrick J. Wong · 4 weeks ago fuse-service-container-fixes_2026-05-20
  42. 2a97fc1 mount_service: fix some pointer handling by Darrick J. Wong · 4 weeks ago
  43. 96d030b mount_i_linux.h: fix whitespace error by Darrick J. Wong · 4 weeks ago
  44. cb07e6a fuse: use fuse_args in try_service_main instead of opencoding it by Darrick J. Wong · 4 weeks ago
  45. 93892e4 libfuse: fix cppcheck warnings in the new mount service code by Darrick J. Wong · 4 weeks ago fuse-service-container-fixes_2026-05-19
  46. c708a0c Merge branch 'master' into fuse-service-container by Bernd Schubert · 4 weeks ago
  47. d999bd6 checkpatch.pl: update to linux 7.0 by Darrick J. Wong · 5 weeks ago origin/master_2026-05-19 origin/master_2026-05-20 origin/master_2026-05-21
  48. 7211953 mount_service: use the fsmount API helpers from mount_fsmount.c by Darrick J. Wong · 5 weeks ago fuse-service-container-fixes_2026-05-11
  49. 3b24f20 mount_fsmount: fix signature of ms_flags_to_mount_attrs by Darrick J. Wong · 5 weeks ago fuse-mount-api-fixes fuse-mount-api-fixes_2026-05-11
  50. 0c9fd61 fuse_lowlevel: disable SPLICE_READ when pipe can't reach bufsize by Bernd Schubert · 2 months ago
  51. 7e950ba Merge remote-tracking branch 'origin/master' into djwong-dev3 by Darrick J. Wong · 5 weeks ago
  52. 2e7f517 lib, util: rename mnt_opts to mtab_opts at all build sites by Bernd Schubert · 5 weeks ago origin/master_2026-05-11
  53. 9d8e644 lib mount: rename mnt_opts param to mtab_opts by Bernd Schubert · 5 weeks ago
  54. 3cbe980 highlevel: Switch fuse_main_real_versioned() to fuse_daemonize_early() by Bernd Schubert · 5 weeks ago
  55. bb9b562 fuse mount: Do not set sync_init when sync_init was not used by Bernd Schubert · 5 weeks ago
  56. 9ca8d8a fuse_daemonize_early_start: Disallow daemonization when already active. by Bernd Schubert · 5 weeks ago
  57. 24e921b example: silence add_languages warning by setting 'native: false' by Bernd Schubert · 5 weeks ago
  58. 2987273 libfuse: don't use SYNC_INIT unless asked for by Darrick J. Wong · 6 weeks ago
  59. 31c107a New mount API: read-only option is for fsmount() and fsconfig() by Darrick J. Wong · 6 weeks ago
  60. 94ee9ff test: assert ro/rw, nosuid/suid, nodev/dev round-trip via fsmount by Bernd Schubert · 6 weeks ago
  61. 954a25c Add tests to verify that mountinfo matches requested options by Bernd Schubert · 6 weeks ago
  62. df14847 test: register pytest run as a meson test by Bernd Schubert · 5 weeks ago
  63. b9c10de Fix deref-before-check in mount.fuse.c by Bernd Schubert · 5 weeks ago
  64. 64e0d05 mount_service: use the mount_flags table instead of declaring our own by Darrick J. Wong · 6 weeks ago
  65. 8864a26 mount_util: fix mount_flags entries for MS_RDONLY by Darrick J. Wong · 6 weeks ago
  66. 33996e0 example: fix cppcheck complaints about constifying pointers by Darrick J. Wong · 6 weeks ago
  67. 1300bca fuser_conf: fix cppcheck complaints by Darrick J. Wong · 6 weeks ago
  68. 8b1f63a util: fix cppcheck complaints about constifying pointers by Darrick J. Wong · 6 weeks ago
  69. cec7277 libfuse: fix cppcheck complaints about constifying pointers in user-visible ABI by Darrick J. Wong · 6 weeks ago
  70. 56daf9f libfuse: fix cppcheck complaints about constifying pointers by Darrick J. Wong · 6 weeks ago
  71. 06c422e example/single_file: fix ctime handling by Darrick J. Wong · 6 weeks ago
  72. a7dd57b example/single_file: sync backing fd when statx wants us to fsync by Darrick J. Wong · 6 weeks ago
  73. 2b0b892 examples: improve documentation of the new systemd service fuse servers by Darrick J. Wong · 6 weeks ago
  74. c8f8c39 fuse_service: handle weird behavior during SCM_RIGHTS fd transfers by Darrick J. Wong · 6 weeks ago
  75. 23e8253 util/mount.fuse.c: loop in waitpid by Darrick J. Wong · 6 weeks ago
  76. a9ead05 libfuse: always send the subtype to the kernel when using fsconfig() by Darrick J. Wong · 6 weeks ago
  77. a7d4161 libfuse: don't use SYNC_INIT unless asked for by Darrick J. Wong · 6 weeks ago
  78. e99b3d2 libfuse: always send the subtype to the kernel when using fsconfig() by Darrick J. Wong · 6 weeks ago
  79. d454f68 Show a feature config summary the end of meson setup --reconfigure by Bernd Schubert · 6 weeks ago
  80. e881b37 nullfs: support fuse systemd service mode by Darrick J. Wong · 3 months ago
  81. e25d7b9 example/service: create a sample systemd service for a high-level fuse server by Darrick J. Wong · 3 months ago
  82. 63336ed example/service_ll: create a sample systemd service fuse server by Darrick J. Wong · 3 months ago
  83. 16b8bb9 mount_service: allow installation as a setuid program by Darrick J. Wong · 3 months ago
  84. f127c2d mount.fuse3: integrate systemd service startup by Darrick J. Wong · 3 months ago
  85. 96702c5 mount_service: enable unprivileged users in a similar manner as fusermount by Darrick J. Wong · 8 weeks ago
  86. 2d1c8fe util: hoist the fuse.conf parsing and setuid mode enforcement code by Bernd Schubert · 6 weeks ago
  87. 95cf8ff mount_service: update mtab after a successful mount by Darrick J. Wong · 8 weeks ago
  88. f3f0869 mount_service: use the new mount api for the mount service by Darrick J. Wong · 3 months ago
  89. bb9ae35 mount_service: create high level fuse helpers by Darrick J. Wong · 3 months ago
  90. 5d8b9a3 mount_service: add systemd socket service mounting helper by Darrick J. Wong · 8 weeks ago
  91. 0d7e725 Unify mount flag structures and remove redundant is_mount_attr field by Bernd Schubert · 6 weeks ago
  92. 188ca87 Verify in fuse_mnt_get_devname() that the kern device is valid by Bernd Schubert · 9 weeks ago
  93. d8e6411 Add a background debug option to passthrough hp by Bernd Schubert · 3 months ago
  94. 8a48349 Add mount and daemonization README documents by Bernd Schubert · 3 months ago
  95. 50fa7f0 Move fuse_mnt_build_{source,type} to mount_util.c by Bernd Schubert · 7 weeks ago
  96. d07e5f3 Add support for sync-init of unprivileged daemons by Bernd Schubert · 3 months ago
  97. 09db3a8 New mount API: Filter out "user=" by Bernd Schubert · 3 months ago
  98. 7f37b1f Make fusermount work bidirectional for sync init by Bernd Schubert · 3 months ago
  99. 75df12d fusermount: Refactor extract_x_options by Bernd Schubert · 3 months ago
  100. 235e9a1 fusermout: Remove the large read check by Bernd Schubert · 3 months ago