1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-23 19:11:40 +02:00
seaweedfs/weed/storage
2017-05-26 22:51:25 -07:00
..
needle add btree for volume index 2017-05-26 22:51:25 -07:00
compact_map.go fix byte counter on loading index file 2017-01-18 08:40:39 -08:00
crc.go
disk_location.go add locking to access l.volumes 2017-01-20 10:18:43 -08:00
file_id.go
needle.go simplify the gzip optimization logic 2017-01-09 19:31:58 -08:00
needle_byte_cache.go add option to enable caching 2016-11-16 07:09:57 -08:00
needle_map.go add btree for volume index 2017-05-26 22:51:25 -07:00
needle_map_boltdb.go add btree for volume index 2017-05-26 22:51:25 -07:00
needle_map_leveldb.go add btree for volume index 2017-05-26 22:51:25 -07:00
needle_map_memory.go add btree for volume index 2017-05-26 22:51:25 -07:00
needle_read_write.go support Fallocate on linux 2017-01-08 11:01:46 -08:00
needle_test.go
replica_placement.go
replica_placement_test.go
store.go skip busy reporting back to master 2017-05-23 21:12:03 -07:00
store_vacuum.go
volume.go Remove obsolete property Volume.dataFileSize 2017-01-20 16:31:11 +01:00
volume_checking.go Don't return actual file size from CheckVolumeDataIntegrity, it will be 0 if last needle is a tombstone, so it's not reliable anyway 2017-01-20 16:37:45 +01:00
volume_create.go support Fallocate on linux 2017-01-08 11:01:46 -08:00
volume_create_linux.go support Fallocate on linux 2017-01-08 11:01:46 -08:00
volume_id.go
volume_info.go gRpc for master~volume heartbeat 2017-01-10 01:01:12 -08:00
volume_info_test.go
volume_loading.go add btree for volume index 2017-05-26 22:51:25 -07:00
volume_read_write.go Remove obsolete property Volume.dataFileSize 2017-01-20 16:31:11 +01:00
volume_super_block.go Remove obsolete property Volume.dataFileSize 2017-01-20 16:31:11 +01:00
volume_super_block_test.go
volume_sync.go add btree for volume index 2017-05-26 22:51:25 -07:00
volume_ttl.go
volume_ttl_test.go
volume_vacuum.go add btree for volume index 2017-05-26 22:51:25 -07:00
volume_vacuum_test.go comment UT case 2016-10-07 16:40:51 +08:00
volume_version.go