• v1.97 0d96734dad

    v1.97 Stable

    kerem released this 2025-12-07 23:44:50 +03:00 | 55 commits to master since this release

    📅 Originally published on GitHub: Mon, 08 Dec 2025 03:34:57 GMT
    🏷️ Git tag created: Sun, 07 Dec 2025 20:44:50 GMT

    • #2765 Do not honor -o nonempty when compiled with FUSE 3
    Downloads
  • v1.96 6235d0ba1b

    v1.96 Stable

    kerem released this 2025-11-24 21:22:23 +03:00 | 64 commits to master since this release

    📅 Originally published on GitHub: Mon, 24 Nov 2025 18:24:48 GMT
    🏷️ Git tag created: Mon, 24 Nov 2025 18:22:23 GMT

    • #1867 - Require FUSE 3 on Linux
    • #2596 - Require C++14
    • #2623 - Improve IO concurrency
    • #2669 - Rename -o endpoint to -o region for clarity
    • #2728 - #2731 - #2736 - Avoid HeadObject calls with improved stats cache usage

    This release deprecates support for FUSE 2 on Linux.

    Thanks @FangQianan, @imtzw, @juliogonzalez, and @thibaultmol for opening pull requests to improve s3fs!

    Downloads
  • v1.95 561ce1e206

    v1.95 Stable

    kerem released this 2024-10-25 20:42:53 +03:00 | 198 commits to master since this release

    📅 Originally published on GitHub: Fri, 25 Oct 2024 17:49:59 GMT
    🏷️ Git tag created: Fri, 25 Oct 2024 17:42:53 GMT

    #2424 - Add ipresolve option to select IPv4- or IPv6-only
    #2443 - Retry request on HTTP 429 error
    #2448 - Changed s3fs logo
    #2455 - Fix deadlock in FdManager::ChangeEntityToTempPath
    #2487 - #2492 - #2493 - Enable static lock checking and fix locking errors
    #2506 - #2517 - Fix Windows compilation
    #2515 - Fix FreeBSD support
    #2532 - Fix use-after-free in FdManager::ChangeEntityToTempPath

    This is the last release to support CentOS 7. Future releases will require FUSE 3.

    Thanks @blinkseb, @brett-rickman, @fenos, @siketyan, @szepeviktor, and @VVoidV for opening pull requests to improve s3fs!

    Downloads
  • v1.94 70a30d6e26

    v1.94 Stable

    kerem released this 2024-02-25 07:10:10 +03:00 | 295 commits to master since this release

    📅 Originally published on GitHub: Sun, 25 Feb 2024 04:16:15 GMT
    🏷️ Git tag created: Sun, 25 Feb 2024 04:10:10 GMT

    #2409 - Fixed a bug that mounting with ksmid specified to fail
    #2404 - Fixed ordering problem between fdatasync and flush
    #2399 - Fixed ListBucket/IAM edge cases
    #2376 - Corrected list_bucket to search in stat cache during creating new file
    #2369 - Make dir size 4096 not 0
    #2351 - Added option free_space_ratio to control cache size
    #2325 - Fixed a bug upload boundary calculation in StreamUpload
    #2298 - Abort MPU when MPU fails to avoid litter
    #2261 - Use explicit ownership for memory
    #2179 - Require C++11

    Thanks @adamqqqplay, @eryugey, @iainelder, @jmcarpenter2, and @jstastny for opening pull requests to improve s3fs!

    Downloads
  • v1.93 5371cd1468

    v1.93 Stable

    kerem released this 2023-07-20 02:01:42 +03:00 | 427 commits to master since this release

    📅 Originally published on GitHub: Wed, 19 Jul 2023 23:04:58 GMT
    🏷️ Git tag created: Wed, 19 Jul 2023 23:01:42 GMT

    #2212 - Allow listing implicit directories
    #2194 - #2209 - #2211 - #2214 - #2215 - Fix thread safety issues
    #2191 - #2201 - Add support for FUSE-T on macOS

    Thanks @eryugey, @macos-fuse-t, @tanguofu, and @VVoidV for opening pull requests to improve s3fs!

    Downloads