github trapexit/mergerfs 2.37.0
mergerfs v2.37.0

latest releases: 2.40.2, 2.40.1, 2.40.0...
12 months ago

Change Summary

  • readdir policies: func.readdir=X where X is seq, cor, or cosr.
    • seq: sequential - works same as before. Iterate over each branch in order configured.
    • cosr: concurrent open sequential read - dispatches requests to open directories to a thread pool and then reads directories sequentially the same way seq does.
    • cor: concurrent open and read - dispatches requests to a thread pool which both opens and reads directories concurrently.
    • thread pool sizes are configurable. cosr:5 would give you 5 threads.
    • see the docs for more info
  • Add invalidation of gid cache via SIGUSR2 (which also triggers a full memory gc)

Changelog

Documentation

https://github.com/trapexit/mergerfs/blob/2.37.0/README.md

Donations / Sponsorship

If you find mergerfs useful please consider supporting its ongoing development.

https://github.com/trapexit/support

Don't miss a new mergerfs release

NewReleases is sending notifications on new releases.