1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-09 13:00:45 +02:00
seaweedfs/weed/filer
2022-06-20 13:42:18 +08:00
..
abstract_sql refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
arangodb refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
cassandra refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
elastic/v7 conditionally build elastic, gocdk to reduce binary size 2022-04-21 01:10:46 -07:00
etcd how to setup local test env 2022-05-06 02:25:56 -07:00
hbase refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
leveldb Merge branch 'new_master' into ydb 2022-05-03 00:13:57 +05:00
leveldb2 Merge branch 'new_master' into ydb 2022-05-03 00:13:57 +05:00
leveldb3 Merge branch 'new_master' into ydb 2022-05-03 00:13:57 +05:00
mongodb refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
mysql Fix mysql sql for batch delete 2021-07-25 11:06:14 +09:00
mysql2 fix:support some databases which not support 'IF NOT EXISTS' keyword of 'create table command' 2022-03-10 13:37:34 +08:00
postgres
postgres2
redis refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
redis2 refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
redis3 refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
redis_lua refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
rocksdb rename to skipCheckParentDir 2022-03-16 23:55:31 -07:00
sqlite conditionally compile sqlite 2022-04-21 01:22:38 -07:00
store_test larger test range 2022-05-06 02:17:28 -07:00
ydb refactor 2022-05-12 12:23:02 +05:00
configuration.go fresh filer store bootstrap from the oldest peer 2022-05-30 21:27:48 -07:00
entry.go filer: remove replication, collection, disk_type info from entry metadata 2022-06-06 00:39:35 -07:00
entry_codec.go filer: remove replication, collection, disk_type info from entry metadata 2022-06-06 00:39:35 -07:00
filechunk_manifest.go fix: invalid chunk data when failed to read manifests 2022-06-19 16:54:04 +08:00
filechunk_manifest_test.go
filechunks.go fix: invalid chunk data when failed to read manifests 2022-06-19 16:54:04 +08:00
filechunks2_test.go enhancement: replace sort.Slice with slices.SortFunc to reduce reflection 2022-04-18 10:35:43 +08:00
filechunks_read.go enhancement: replace sort.Slice with slices.SortFunc to reduce reflection 2022-04-18 10:35:43 +08:00
filechunks_read_test.go go fmt 2021-11-02 23:39:16 -07:00
filechunks_test.go optimization: improve random range query for large files 2021-07-19 23:07:22 -07:00
filer.go filer: remove replication, collection, disk_type info from entry metadata 2022-06-06 00:39:35 -07:00
filer_buckets.go filer: remove replication, collection, disk_type info from entry metadata 2022-06-06 00:39:35 -07:00
filer_conf.go filer read empty file may cause OOM in some cases 2022-02-07 23:08:54 -08:00
filer_conf_test.go
filer_delete_entry.go filer: remove replication, collection, disk_type info from entry metadata 2022-06-06 00:39:35 -07:00
filer_deletion.go minor 2022-03-08 16:22:55 +08:00
filer_hardlink.go mount2: use consistent inode 2022-02-25 00:53:27 -08:00
filer_notify.go stop when on disk log is done 2022-05-30 15:20:51 -07:00
filer_notify_append.go rename to skipCheckParentDir 2022-03-16 23:55:31 -07:00
filer_notify_test.go
filer_on_meta_event.go refactoring 2022-02-25 01:17:26 -08:00
filer_rename.go
filer_search.go avoid int bigger than math.MaxInt32 2021-10-07 21:12:57 -07:00
filerstore.go refactor use const CountEntryChunksForGzip 2022-05-01 22:28:55 +05:00
filerstore_hardlink.go less logs 2022-02-25 15:34:24 -08:00
filerstore_translate_path.go fix: Minor spelling fixes on FilerStorePathTranslator. 2022-05-25 01:11:02 -07:00
filerstore_wrapper.go fix: Minor spelling fixes on FilerStorePathTranslator. 2022-05-25 01:11:02 -07:00
meta_aggregator.go fresh filer store bootstrap from the oldest peer 2022-05-30 21:27:48 -07:00
meta_replay.go
read_remote.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
read_write.go filer: remove replication, collection, disk_type info from entry metadata 2022-06-06 00:39:35 -07:00
reader_at.go mount: add back random read support 2022-03-13 01:38:52 -08:00
reader_at_test.go tests skip reader pattern monitoring 2022-03-13 18:15:53 -07:00
reader_cache.go mount: avoid possible index out of bounds error 2022-03-04 22:36:01 -08:00
reader_pattern.go fix: sequence read rate is slow when use filer.ChunkReadAt.ReadAt #3074 2022-06-07 22:33:35 -07:00
remote_mapping.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
remote_storage.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
remote_storage_test.go rename 2021-09-04 05:03:51 -07:00
s3iam_conf.go add s3 circuit breaker support for 'simultaneous request count' and 'simultaneous request bytes' limitations 2022-06-15 21:07:55 +08:00
s3iam_conf_test.go rename 2021-07-09 03:19:21 -07:00
stream.go enhancement: replace sort.Slice with slices.SortFunc to reduce reflection 2022-04-18 10:35:43 +08:00
topics.go