| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MooseFS 3.0.86 source code.tar.gz | 2016-12-01 | 1.1 MB | |
| MooseFS 3.0.86 source code.zip | 2016-12-01 | 1.3 MB | |
| README.md | 2016-12-01 | 693 Bytes | |
| Totals: 3 Items | 2.4 MB | 0 | |
- (master) fixed leader-follower resynchronization after reconnection (pro only)
- (master) fixed rehashing condition in edge/node/chunk hashmaps (change inspired by yinjiawind)
- (mount) fixed memory leak (also efficiency) on Linux and potential segfaults on FreeBSD (negative condition)
- (mount) fixed race condition for inode value in write module
- (mount) better descriptors handling (lists of free elements, inode hash)
- (mount) better releasing descriptors on FreeBSD
- (cs) fixed time condition (patch send by yinjiawind)
- (mount) fixed logging unnecessary messages on FreeBSD (closes [#19])
- (master) added condition that prevents deleting unused chunks from structures too early