提交 b28015ee 编写于 作者: 猫科龙 提交者: jinguang

!482 Add repos for the kernel-sig

* Add storage-related repos for the kernel-sig
上级 1f852a3d
......@@ -25,6 +25,14 @@
{
"gitee_id":"taiyipei",
"gitee_email":"peitaiyi@huawei.com"
},
{
"gitee_id":"zhangzhiwi",
"gitee_email":"weizhi.zhang@huawei.com"
},
{
"gitee_id":"bubble_mao",
"gitee_email":"maojingjing1@huawei.com"
}
]
}
# October 6, 2021 at 14:30pm GMT+8
## Agenda
- Talk about the way
the kernel-sig to support storage-management-related features
## Attendees
- [@ninalijiaxin](https://gitee.com/ninalijiaxin)
- [@zhangzhiwi](https://gitee.com/zhangzhiwi)
- [@esay-to-see](https://gitee.com/esay-to-see)
- [@bubble_mao](https://gitee.com/bubble_mao)
- [@chenjinglong-hw](https://gitee.com/chenjinglong-hw)
- [@im-off-this-week](https://gitee.com/im-off-this-week)
- [@karl-z](https://gitee.com/karl-z)
## Notes
The kernel sig will take charge of ohos' storage management. It's duty include but not limited to:
1. Enable softwares to access files, whether local or distributed, intra-sandbox or inter-sandbox.
1. Eanble softwares to manage disks, whether statically mounted or dynamically mounted.
1. Provide necessary tools to operate filesystems and disks.
## Action items
- Setup the repo named `storage_user_file_manger` on `storage/user_file_manger`
- Setup the repo named `storage_app_file_manager` on `storage/app_file_manager`
- Setup the repo named `storage_app_fileshare_manager` on `storage/app_fileshare_manager`
- Setup the repo named `storage_storage_manager` on `storage/storage_manager`
- Setup the repo named `storage_distributed_file_manager` on `storage/distributed_file_manager`
- Setup the repo named `storage_fs_tools` on `storage/fs_tools`
- Setup the repo named `third_party_f2fs-tools` on `third_party/f2fs-tools`
- Setup the repo named `third_party_ntfs-3g` on `third_party/ntfs-3g`
- Setup the repo named `third_party_fsck_msdos` on `third_party/fsck_msdos`
- Setup the repo named `third_party_gptfdisk` on `third_party/gptfdisk`
- Setup the repo named `third_party_newfs_msdos` on `third_party/newfs_msdos`
\ No newline at end of file
......@@ -16,6 +16,17 @@ File system related open source software used by OpenHarmony lite equipment, inc
- repository3 name:https://gitee.com/openharmony/kernel_linux_build
- repository4 name:https://gitee.com/openharmony/kernel_linux_4.19
- repository5 name:https://gitee.com/openharmony/kernel_linux_5.10
- repository6 name:https://gitee.com/openharmony-sig/storage_user_file_manger
- repository7 name:https://gitee.com/openharmony-sig/storage_app_file_manager
- repository8 name:https://gitee.com/openharmony-sig/storage_app_fileshare_manager
- repository9 name:https://gitee.com/openharmony-sig/storage_storage_manager
- repository10 name:https://gitee.com/openharmony-sig/storage_distributed_file_manager
- repository11 name:https://gitee.com/openharmony-sig/storage_fs_tools
- repository12 name:https://gitee.com/openharmony-sig/third_party_f2fs-tools
- repository13 name:https://gitee.com/openharmony-sig/third_party_ntfs-3g
- repository14 name:https://gitee.com/openharmony-sig/third_party_fsck_msdos
- repository15 name:https://gitee.com/openharmony-sig/third_party_gptfdisk
- repository16 name:https://gitee.com/openharmony-sig/third_party_newfs_msdos
## SIG Members
......
......@@ -16,6 +16,17 @@
- repository3名称:https://gitee.com/openharmony/kernel_linux_build
- repository4名称:https://gitee.com/openharmony/kernel_linux_4.19
- repository5名称:https://gitee.com/openharmony/kernel_linux_5.10
- repository6名称:https://gitee.com/openharmony-sig/storage_user_file_manger
- repository7名称:https://gitee.com/openharmony-sig/storage_app_file_manager
- repository8名称:https://gitee.com/openharmony-sig/storage_app_fileshare_manager
- repository9名称:https://gitee.com/openharmony-sig/storage_storage_manager
- repository10名称:https://gitee.com/openharmony-sig/storage_distributed_file_manager
- repository11名称:https://gitee.com/openharmony-sig/storage_fs_tools
- repository12名称:https://gitee.com/openharmony-sig/third_party_f2fs-tools
- repository13名称:https://gitee.com/openharmony-sig/third_party_ntfs-3g
- repository14名称:https://gitee.com/openharmony-sig/third_party_fsck_msdos
- repository15名称:https://gitee.com/openharmony-sig/third_party_gptfdisk
- repository16名称:https://gitee.com/openharmony-sig/third_party_newfs_msdos
## SIG组成员
......
......@@ -6,12 +6,34 @@
"https://gitee.com/openharmony/third_party_e2fsprogs",
"https://gitee.com/openharmony/kernel_linux_build",
"https://gitee.com/openharmony/kernel_linux_4.19",
"https://gitee.com/openharmony/kernel_linux_5.10"],
"https://gitee.com/openharmony/kernel_linux_5.10",
"https://gitee.com/openharmony-sig/storage_user_file_manger",
"https://gitee.com/openharmony-sig/storage_app_file_manager",
"https://gitee.com/openharmony-sig/storage_app_fileshare_manager",
"https://gitee.com/openharmony-sig/storage_storage_manager",
"https://gitee.com/openharmony-sig/storage_distributed_file_manager",
"https://gitee.com/openharmony-sig/storage_fs_tools",
"https://gitee.com/openharmony-sig/third_party_f2fs-tools",
"https://gitee.com/openharmony-sig/third_party_ntfs-3g",
"https://gitee.com/openharmony-sig/third_party_fsck_msdos",
"https://gitee.com/openharmony-sig/third_party_gptfdisk",
"https://gitee.com/openharmony-sig/third_party_newfs_msdos"],
"project-path":["third_party/littlefs",
"third_party/e2fsprogs",
"kernel/linux/build",
"kernel/linux/linux-4.19",
"kernel/linux/linux-5.10"]
"kernel/linux/linux-5.10",
"storage/user_file_manger",
"storage/app_file_manager",
"storage/app_fileshare_manager",
"storage/storage_manager",
"storage/distributed_file_manager",
"storage/fs_tools",
"third_party/f2fs-tools",
"third_party/ntfs-3g",
"third_party/fsck_msdos",
"third_party/gptfdisk",
"third_party/newfs_msdos"]
},
{
"sig-name":"sig-driver",
......
......@@ -283,3 +283,14 @@
|281|third_party_nghttp2|third_party/nghttp2|https://gitee.com/xautosoft|zhuwenchao@huawei.com|https://gitee.com/clevercong|lichunlin2@huawei.com|SIG_BasicSoftwareService|
|282|accessibility|base/accessibility|https://gitee.com/ylsnow|xueyulong@huawei.com| | |SIG_BasicSoftwareService|
|283|accessibility|base/accessibility|https://gitee.com/ydmgr |yaoruijiang1@huawei.com| | |SIG_BasicSoftwareService|
|284|storage_user_file_manger|storage/user_file_manger|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|285|storage_app_file_manager|storage/app_file_manager|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|286|storage_app_fileshare_manager|storage/app_fileshare_manager|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|287|storage_storage_manager|storage/storage_manager|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|288|storage_distributed_file_manager|storage/distributed_file_manager|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|289|storage_fs_tools|storage/fs_tools|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|290|third_party_f2fs-tools|third_party/f2fs-tools|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|291|third_party_ntfs-3g|third_party/ntfs-3g|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|292|third_party_fsck_msdos|third_party/fsck_msdos|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|293|third_party_gptfdisk|third_party/gptfdisk|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
|294|third_party_newfs_msdos|third_party/newfs_msdos|https://gitee.com/zhangzhiwi|weizhi.zhang@huawei.com|https://gitee.com/easy-to-see|salient.yijian@huawei.com|SIG_Kernel|
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册