cubefs/master
2023-12-22 17:10:45 +08:00
..
mocktest feat(metanode): audit log support master control 2023-11-16 10:01:17 +08:00
admin_task_manager.go fix: correct an ambiguous typo mistake 2022-09-07 11:19:59 +08:00
api_args_parse.go Revert "oppo self commit" 2023-12-05 17:05:54 +08:00
api_limiter.go fix: fix go vet failed problem 2023-03-16 19:43:27 +08:00
api_service_test.go feat(master): enable audit log by default 2023-12-08 16:32:48 +08:00
api_service_user.go enhance: add statistics log and exporter metrics for api invoking of master 2023-03-16 19:43:27 +08:00
api_service.go fix(master):fix the calculation of vol usedSize of API /client/volStat, not set usedSize as totalSize when usedSize > totalSize 2023-12-22 17:10:45 +08:00
cluster_stat.go enhance: lock protect needed while access metaPartitions info of volume in master 2023-03-16 19:43:27 +08:00
cluster_task.go enhance(master): avaliable nodeset check and create need lock protect to avoid parrallel create 2023-12-12 16:08:08 +08:00
cluster_test.go fix(master): fix some test err and open master ci test 2023-08-16 19:57:12 +08:00
cluster.go enhance(master): avaliable nodeset check and create need lock protect to avoid parrallel create 2023-12-12 16:08:08 +08:00
config.go fix [Feature]: Support delete volume only when dentry count is zero. 2023-12-05 17:01:48 +08:00
const.go feature(client,master):support adjust trash interval 2023-11-14 20:34:23 +08:00
data_node_test.go [feature] dp decommission speed control 2023-03-04 16:13:35 +08:00
data_node.go feat(master): support setting max cnt of dp 2023-05-09 09:45:05 +08:00
data_partition_check.go fix(master): the metrics dp_missing_Leader_count and dp_no_leader not condsider cold volume dp 2023-06-16 17:42:02 +08:00
data_partition_map.go enhance: 'cfs-cli datapartition check' added to show datapartitions whose replica's used size and file count differ significantly 2023-05-18 10:48:57 +08:00
data_partition_test.go Fix the pipeline cubefs-ci error problem 2023-03-16 19:43:27 +08:00
data_partition.go feat(master): partitions support displaying in which nodeSet 2023-08-07 11:03:59 +08:00
data_replica.go [feature] dp decommission speed control 2023-03-04 16:13:35 +08:00
disk_manager.go [feature] dp decommission speed control 2023-03-04 16:13:35 +08:00
dp_count_limiter.go feat(master): support setting max cnt of dp 2023-05-09 09:45:05 +08:00
filecheck.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
filecrc.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
filemeta.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
gapi_cluster.go feat(master): add cluster frobid meta partition decommission switch 2023-07-20 10:58:50 +08:00
gapi_user.go enhance(gapi):Timing attack can leak user passwords 2023-11-17 11:29:15 +08:00
gapi_volume.go fix(master): fix some bugs found in security code-scanning. 2023-08-08 16:31:06 +08:00
http_server.go enhance(security document): Add note for user report private security issues with groups.io 2023-12-11 10:58:04 +08:00
id_allocator.go refactor(master & authnode): split package rocksdb from raftstore to avoid import by other. 2023-08-09 14:01:52 +08:00
limiter.go fix(master):qos.Lock of assignClientsNewQos forget release and trigger deadlock 2023-12-08 19:03:08 +08:00
master_manager_test.go fix(test): import new raftstore package in test file 2023-08-09 14:01:52 +08:00
master_manager.go fix(master): update datapartition resp cache only after meta load from disk succ. 2023-07-20 10:58:50 +08:00
master_quota_manager.go fix(metanode): fix metanode takes up too much memory 2023-07-20 10:58:50 +08:00
meta_node_test.go fix(master): fix some test err and open master ci test 2023-08-16 19:57:12 +08:00
meta_node.go feat(master/metanode/cli): Enhance cfs-cli apply and revoke operations can swim to the root directory 2023-06-16 17:42:02 +08:00
meta_partition_manager.go bugfix(master):if maxInode among the mp replicas become the same, remove the entry from maxInodeNotEqualMP cache 2023-07-20 10:58:50 +08:00
meta_partition_test.go Enhancement: add mp step size configuration and dynamic adjustment 2023-05-18 10:48:57 +08:00
meta_partition.go fix(master): fix some test err and open master ci test 2023-08-16 19:57:12 +08:00
metadata_fsm_op.go feat(master): enable audit log by default 2023-12-08 16:32:48 +08:00
metadata_fsm.go refactor(master & authnode): split package rocksdb from raftstore to avoid import by other. 2023-08-09 14:01:52 +08:00
metadata_snapshot.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
monitor_metrics.go fix(master):Obsolete VolNames should not include normal volume 2023-06-16 17:42:02 +08:00
node_selector.go enhance: support decommission broken replica for 2-replica no leader dp 2022-10-11 09:38:21 +08:00
operate_util.go feat(master/metanode/cli): Enhance cfs-cli apply and revoke operations can swim to the root directory 2023-06-16 17:42:02 +08:00
server.go fix [Feature]: Support delete volume only when dentry count is zero. 2023-12-05 17:01:48 +08:00
topology_test.go Fix the pipeline cubefs-ci error problem 2023-03-16 19:43:27 +08:00
topology.go [enhance] add default becache filter suffix 2023-05-18 10:48:57 +08:00
user.go fix(master):CubeFS leaks users key in logs 2023-11-17 11:29:15 +08:00
userdata_fsm_op.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
vol_test.go fix(master):fix the problem of TestCreateColdVol 2023-12-08 10:02:32 +08:00
vol.go feat(master): enable audit log by default 2023-12-08 16:32:48 +08:00