1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-23 19:11:40 +02:00
seaweedfs/weed/filer
2022-01-15 19:06:02 -08:00
..
abstract_sql filer: fix mysql, postgres batch delete error 2021-07-22 08:23:20 -07:00
cassandra ensure using local quorum consistency 2021-08-10 05:10:57 -07:00
elastic/v7 filer: fix mysql, postgres batch delete error 2021-07-22 08:23:20 -07:00
etcd go mod 2021-09-03 23:25:33 -07:00
hbase filer: fix mysql, postgres batch delete error 2021-07-22 08:23:20 -07:00
leveldb add a debug capability to list all metadata keys 2022-01-11 23:25:04 -08:00
leveldb2 refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
leveldb3 refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
mongodb fix MongodbStore.ListDirectoryEntries panic on find failure 2021-12-03 13:58:37 +03:00
mysql Fix mysql sql for batch delete 2021-07-25 11:06:14 +09:00
mysql2
postgres
postgres2
redis filer: redis store needs to clean up batch deleted sub folders 2021-09-18 14:05:16 -07:00
redis2 support redis sentinel 2021-11-25 15:57:03 +08:00
redis3 redis3 supports sentinel 2021-11-29 01:09:51 -08:00
rocksdb refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
sqlite go fmt 2021-09-01 02:45:42 -07:00
configuration.go Change DeleteFolderChildren to DeleteRange api 2021-08-26 17:49:56 +08:00
entry.go shell: remote.cache remote.uncache 2021-08-09 14:35:18 -07:00
entry_codec.go
filechunk_manifest.go mount: improve read performance on random reads 2021-12-19 22:43:14 -08:00
filechunk_manifest_test.go rename filer2 to filer 2020-09-01 00:21:19 -07:00
filechunks.go turn on new faster algorithm to translate into visible chunks 2021-10-16 23:35:20 -07:00
filechunks2_test.go
filechunks_read.go go fmt 2021-11-02 23:39:16 -07:00
filechunks_read_test.go go fmt 2021-11-02 23:39:16 -07:00
filechunks_test.go
filer.go filer list entries use context to break job 2021-12-28 15:03:41 +08:00
filer_buckets.go s3: skip hidden directories in /buckets folder 2021-08-01 12:28:08 -07:00
filer_conf.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
filer_conf_test.go filer: add path-specific option to enforce readonly 2021-06-04 01:03:41 -07:00
filer_delete_entry.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
filer_deletion.go skip the rest logic 2021-11-29 00:32:21 -08:00
filer_notify.go avoid possible metadata subscription data loss 2021-09-25 01:18:44 -07:00
filer_notify_append.go fix possible error case 2021-09-27 23:59:45 -07:00
filer_notify_test.go
filer_on_meta_event.go Merge branch 'master' into add_remote_storage 2021-08-01 15:44:21 -07:00
filer_rename.go
filer_search.go avoid int bigger than math.MaxInt32 2021-10-07 21:12:57 -07:00
filerstore.go add a debug capability to list all metadata keys 2022-01-11 23:25:04 -08:00
filerstore_hardlink.go
filerstore_translate_path.go avoid int bigger than math.MaxInt32 2021-10-07 21:12:57 -07:00
filerstore_wrapper.go add a debug capability to list all metadata keys 2022-01-11 23:25:04 -08:00
meta_aggregator.go remove duplicated metadata subscription in filer 2021-12-30 01:51:52 -08: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
reader_at.go adjust logs 2022-01-15 19:06:02 -08:00
reader_at_test.go fix test 2021-12-22 16:05:08 -08:00
reader_pattern.go detect non streaming mode on the first read 2021-12-22 16:05:38 -08: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
s3iam_conf_test.go
stream.go padding zero for sparse file 2022-01-13 22:21:22 +08:00
topics.go