Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Releases: ovh/svfs

Version 0.3.0

02 Mar 20:37
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Changelog

FEATURES :

  • [#10] Support for Dynamic Large Objects.
  • [#22] Profiling options.

BUGFIXES :

  • [#10] Manifest file size is displayed instead of overall object size.
  • [#19] Reading large files can lead to memory exhaustion.

Version 0.2.6

22 Feb 18:30
Compare
Choose a tag to compare
Version 0.2.6 Pre-release
Pre-release

Changelog

FEATURE :

  • [#14] Implement smarter cache.

IMPROVEMENTS :

  • [#20] Connection timeout can be changed.
  • [#21] Parallel directory listing for large objects.
  • Standardized command line options.

BUGFIX :

  • [#10] Incorrect displayed large object size.

Version 0.2.5

17 Feb 16:19
Compare
Choose a tag to compare
Version 0.2.5 Pre-release
Pre-release

Changelog

BUGFIXES :

  • [#15] Initial lookup triggers nil pointer dereference.
  • [#16] Directory removal doesn't work for non-pseudo directories.
  • [#17] File size is not immediately updated when file content is modified.
  • [#18] File not found after mount with no container specified, for paths more than one level deep.

Version 0.2.0

16 Feb 16:52
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Changelog

FEATURES :

  • [#1] Allow mounting a specific container.
  • [#2] Support mkdir syscall.
  • [#5] Support token, storage url and auth version options.
  • [#8] Added debug mode option.

BUGFIX :

  • [#7] Directory entries expire after 1 minute due to kernel file attributes cache eviction.

Version 0.1.0

15 Feb 13:46
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Changelog

FEATURES :

  • Mount/unmount all containers of an openstack project under a particular mountpoint.
  • Supported syscalls :
    • open
    • read
    • write
    • stat
    • readdir
    • unlink
  • Basic caching and eviction.