cubefs/metanode
Wu Huocheng d7cc429129 @formatter:off
chore(rdma): update codes format to pass jenkins checking.

Signed-off-by: Wu Huocheng <wuhuocheng@oppo.com>
2024-11-08 17:27:40 +08:00
..
api_handler_test.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
api_handler.go refactor(all): resolve conflict when pick commit from 3.3.2 to 3.4.0. #22505175 2024-08-15 20:25:21 +08:00
btree_test.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
btree.go enhance: support to bind target ip when start start service 2023-03-06 11:39:42 +08:00
const.go feat(metanode): Enable rollback from 3.4.0 to 3.3.2 2024-10-14 14:39:35 +08:00
datapartition.go enhance(meta): skip extent delete if all replicas of dp is discard 2024-02-28 16:31:57 +08:00
dentry.go update(metanode):Refactor the output format of variables in logs 2024-01-23 17:13:03 +08:00
extend_test.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
extend.go update(metanode):Refactor the output format of variables in logs 2024-01-23 17:13:03 +08:00
free_list_test.go test(metanode): add free_list.go unit test 2023-06-08 17:12:13 +08:00
free_list.go update: update to CubeFS 2022-08-22 18:16:09 +08:00
inode.go fix(meta): reset reserved flag when marshal inode. #22718781 2024-10-24 16:50:02 +08:00
manager_op.go @formatter:off 2024-11-08 16:59:11 +08:00
manager_proxy.go @formatter:off 2024-11-08 15:39:14 +08:00
manager_resp.go @formatter:off 2024-11-08 15:39:14 +08:00
manager.go @formatter:off 2024-11-08 15:39:14 +08:00
meta_quota_manager.go update(metanode):Refactor the output format of variables in logs 2024-01-23 17:13:03 +08:00
metanode.go feat(rdma): add timeout judgment for write wait process. 2024-11-08 11:53:16 +08:00
metrics.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
multi_ver_test.go fix(metanode): delete extent_del file when reach end of the file. #22706828 2024-10-28 11:15:12 +08:00
multipart_test.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
multipart.go update(metanode):Refactor the output format of variables in logs 2024-01-23 17:13:03 +08:00
nodeinfo.go feat(datanode&metanode): Cluster switch on snapshot take effect on module handle protocal process 2024-10-14 14:39:35 +08:00
packet.go feat(project-structure): Reorganize the module directory in the root to a suitable subdirectory 2024-08-02 16:45:55 +08:00
partition_delete_extents.go fix(metanode): delete extent_del file when reach end of the file. #22706828 2024-10-28 11:15:12 +08:00
partition_file_stats.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
partition_free_list_test.go fix(meta): limit the count of metanode inode audit log 2024-06-20 09:34:30 +08:00
partition_free_list.go feat(metanode): Enable rollback from 3.4.0 to 3.3.2 2024-10-14 14:39:35 +08:00
partition_fsm.go fix(metanod): if clusterEnableSnapshot is not enbale, do not apply VersionOp 2024-10-18 14:35:06 +08:00
partition_fsmop_dentry.go fix(metanode): fix tx bug in concurrent use case. #22479009 2024-08-15 19:40:06 +08:00
partition_fsmop_extend.go refactor(all): reslove merge conflicts between 3.3.x and 3.4.0. #22193296 2024-05-21 18:31:55 +08:00
partition_fsmop_inode.go fix(metanode): Do not update Accesstime when excuting getInodeTopLayer 2024-10-18 15:39:28 +08:00
partition_fsmop_multipart.go fix(metanode): The same partInode must not be overwritten 2023-05-18 10:48:57 +08:00
partition_fsmop_transaction.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
partition_fsmop_uniq.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
partition_fsmop.go refactor(all): reslove merge conflicts between 3.3.x and 3.4.0. #22193296 2024-05-21 18:31:55 +08:00
partition_item.go refactor(all): reslove merge conflicts between 3.3.x and 3.4.0. #22193296 2024-05-21 18:31:55 +08:00
partition_op_dentry.go fix(meta): fix panic bug when delete empty dentry info. #22471393, #22469814 2024-08-15 19:40:06 +08:00
partition_op_extend.go fix(libsdk,meta): support dir lock 2024-05-20 16:25:07 +08:00
partition_op_extent.go feat(metanode): Enable rollback from 3.4.0 to 3.3.2 2024-10-14 14:39:35 +08:00
partition_op_inode.go feat(metanode):persist accesstime by raft 2024-08-15 19:40:06 +08:00
partition_op_multipart.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
partition_op_quota_test.go feat(mock): Move raft mock to uitl for all module usage 2024-03-19 10:12:01 +08:00
partition_op_quota.go refactor(all): reslove merge conflicts between 3.3.x and 3.4.0. #22193296 2024-05-21 18:31:55 +08:00
partition_op_transaction.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
partition_op_uniq_test.go feat(mock): Move raft mock to uitl for all module usage 2024-03-19 10:12:01 +08:00
partition_op_uniq.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
partition_store_ticket.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
partition_store.go refactor(all): reslove merge conflicts between 3.3.x and 3.4.0. #22193296 2024-05-21 18:31:55 +08:00
partition_test.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
partition.go feat(metanode): Enable metanode with version 3.4.0 compatible with master 3.3.2 2024-10-16 17:08:08 +08:00
raft_server.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
server.go @formatter:off 2024-11-08 17:27:40 +08:00
sorted_extents_test.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
sorted_extents.go feat(project-structure): Reorganize the module directory in the root to a suitable subdirectory 2024-08-02 16:45:55 +08:00
sorted_obj_extents.go feature: support ebs index 2022-04-13 15:57:55 +08:00
transaction_test.go enhance(log):Modify the threshold for triggering log cleanup to logLeftSpaceLimitRatio of the total disk space. 2024-05-20 11:02:39 +08:00
transaction.go refactor(all): reslove merge conflicts between 3.3.x and 3.4.0. #22193296 2024-05-21 18:31:55 +08:00
txid_allocator_test.go test(metanode): add txid_allocator.go unit test 2023-06-08 15:07:22 +08:00
txid_allocator.go feat(meta): Enhance the allocation and validation of txId to avoid potential duplicates. 2024-05-20 16:25:49 +08:00
uniq_checker_test.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
uniq_checker.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00
util.go chore(format): format all code with gofumpt 2024-01-12 14:21:16 +08:00