Skip to content

Releases: kahing/catfs

v0.9.0

23 Jan 08:49
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • Add compatibility with 32-bit systems, #14
  • Add compatibility with macOS, #10
  • Daemonize by default
  • Pass through FUSE options, #6
  • Plug leaks in copy_splice
  • Support mounting via fstab
  • Update many dependencies

Built with rustc 1.58.1

Thanks @jonringer and @yjh0502 for opening pull requests to improve catfs!

Twitter Follow me on Twitter.

Github Release

v0.8.0 - updated dependencies

09 Jan 06:50
Compare
Choose a tag to compare
Pre-release

Fixed cargo package which pulled in new rust-fuse with updated API. Built with rustc 1.23.0

Twitter Follow me on Twitter.

Github Release

v0.7.0 - more deadlock fixes

09 Jan 05:54
Compare
Choose a tag to compare
Pre-release

Continuation of 0.6.0 and quashed more dead locks and implemented statfs(1). Updated code to build with rustc 1.22.1

Twitter Follow me on Twitter.

Github Release

v0.6.0 - deadlock dead

18 Sep 01:39
Compare
Choose a tag to compare
Pre-release

Fixed a deadlock caused by many parallel cold reads.

Twitter Follow me on Twitter.

Github Release

v0.5.0 - parallelized everything

09 Sep 07:01
Compare
Choose a tag to compare
Pre-release

All fuse operations are now running in a thread pool, ie: operations on unrelated files won't block each other. Fixed a readahead race. Handle ENOSPC by running the evicter even if --free is not used.

Twitter Follow me on Twitter.

Github Release

v0.4.0 - better compatibility with goofys

30 Aug 19:53
Compare
Choose a tag to compare

Fixed a compatibility issue with goofys. Pass-through ftruncate call instead of converting them to posix_fallocate when the file is extended.

Twitter Follow me on Twitter.

Github Release

v0.3.0 - faster read/write

27 Aug 22:29
Compare
Choose a tag to compare
Pre-release

faster read-through and write-through and a couple small fixes

Twitter Follow me on Twitter.

Github Release

v0.2.0 - eviction!

17 Aug 22:07
Compare
Choose a tag to compare
v0.2.0 - eviction! Pre-release
Pre-release

Eviction support configurable via --free. Better cache invalidation. rename support. Many misc fixes.

Github Release

v0.1 - Catfs meets the world

21 Jul 07:30
Compare
Choose a tag to compare
Pre-release

First ever release of catfs.

Github Release