Skip to content

Releases: gilles-degols/mongofs

Avoid resetting the mongo cache aggressively

27 Aug 13:55
Compare
Choose a tag to compare

Increase speed of mongofs when accessing small files multiple times, avoid making too many queries.

Fix handling of time change on files

07 May 12:56
Compare
Choose a tag to compare

Don't forget to force S_IFDIR on root

26 Apr 07:05
Compare
Choose a tag to compare

Add default root mode option

24 Apr 12:36
Compare
Choose a tag to compare
v1.4.0

Version 1.4.0

Better handling of the FS mount

09 Apr 20:35
Compare
Choose a tag to compare
v1.3.0

Version 1.3.0

Fix lock system

08 Apr 22:13
Compare
Choose a tag to compare

Complete re-write of the lock system, avoid previous "deadlocks"

v1.2.2

19 Jan 12:13
Compare
Choose a tag to compare

Fix unit tests and better packaging

v1.2.1

11 Dec 11:11
Compare
Choose a tag to compare

Better handle of root users and groups with the same name

v1.2.0

03 Dec 13:15
Compare
Choose a tag to compare

Add/fix access rights and ownership of files.
Clean cache after deleting a file.

Increase speed by a factor 10

10 Jun 20:55
Compare
Choose a tag to compare

Increase read/write speed, expected write speed on a local VM is ~10MB/s, read speed is ~50MB/s.
Fix problem to read large files.
Speed limitation is now mostly linked to fusepy, so further improvements will need to go from that side as improving MongoFS will only slightly improve the overall read/write speed.