seaweedfs/weed/server
Yoni Nakache 9e45702334
Filer: Enable delete entries without flag volume
same as happens on the s3 API on delete bucket,
to reduce the IO requests on the system, you can just clear recursively folders without flagging them in volume server (they will be removed on delete bucket/drop collection)
this will remove the user ability to retrieve data under these folders
2019-12-11 11:30:19 +02:00
..
filer_ui synchronously upload files 2019-03-09 13:24:22 -08:00
master_ui ui add ec shard statuses 2019-06-04 21:52:37 -07:00
volume_server_ui display remote volumes on volume server ui page 2019-12-02 23:23:54 -08:00
common.go go fmt 2019-12-06 06:57:32 -08:00
common_test.go jwt check the base file id 2019-03-03 10:17:44 -08:00
filer_grpc_server.go shell: fs.meta.save missed directory data with more than 1024 entries 2019-11-22 01:39:50 -08:00
filer_grpc_server_rename.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
filer_server.go filer: add tikv support 2019-10-23 00:31:31 -07:00
filer_server_handlers.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
filer_server_handlers_read.go fix abused 404 status code 2019-10-24 16:51:26 +08:00
filer_server_handlers_read_dir.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
filer_server_handlers_write.go Filer: Enable delete entries without flag volume 2019-12-11 11:30:19 +02:00
filer_server_handlers_write_autochunk.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
master_grpc_server.go pass backend config from master to volume servers 2019-11-29 01:05:09 -08:00
master_grpc_server_collection.go misc updated 2019-10-29 21:28:28 +08:00
master_grpc_server_volume.go add volume number param in assign operation 2019-11-10 20:11:03 +08:00
master_server.go refactoring scaffolding for master.toml 2019-11-14 22:20:38 -08:00
master_server_handlers.go add volume number param in assign operation 2019-11-10 20:11:03 +08:00
master_server_handlers_admin.go return error when garbageThreshold is not a valid float number 2019-10-31 20:43:20 +08:00
master_server_handlers_ui.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
raft_server.go misc updated 2019-10-29 21:28:28 +08:00
raft_server_handlers.go add back "/cluster/status" 2019-03-06 12:10:45 -08:00
volume_grpc_admin.go adjust parameter names 2019-10-21 22:57:01 -07:00
volume_grpc_batch_delete.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
volume_grpc_client_to_master.go pass backend config from master to volume servers 2019-11-29 01:05:09 -08:00
volume_grpc_copy.go scaffold for volume server query feature 2019-10-06 22:35:08 -07:00
volume_grpc_copy_incremental.go master load backend storage config from master.toml 2019-11-28 18:33:18 -08:00
volume_grpc_erasure_coding.go volume: fix ec shard reading 2019-11-08 22:41:02 -08:00
volume_grpc_query.go go fmt 2019-10-09 00:03:18 -07:00
volume_grpc_tail.go changed from os.file to backend.DataStorageBackend 2019-10-29 00:35:16 -07:00
volume_grpc_tier.go refactoring 2019-12-08 19:44:16 -08:00
volume_grpc_vacuum.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
volume_server.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
volume_server_handlers.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
volume_server_handlers_admin.go add lock variable 2019-12-02 20:49:50 -08:00
volume_server_handlers_helper.go directory structure change to work with glide 2016-06-02 18:09:14 -07:00
volume_server_handlers_read.go volume: redirection follow public url 2019-10-23 22:11:42 -07:00
volume_server_handlers_ui.go grow volumes on volume servers with slots freed by cloud storage 2019-12-03 21:36:42 -08:00
volume_server_handlers_write.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
webdav_server.go webdav: fix writing file 2019-12-07 07:56:51 -08:00