1. 22 3月, 2022 1 次提交
  2. 08 9月, 2021 1 次提交
    • A
      refactor: 内核目录结构整理 · 33d0c1bd
      arvinzzz 提交于
      1. 原kernel/common目录下属于内核拓展组件,统一移入kernel/extend管理
      2. Kconfig分层,各模块自己的配置放到自己目录下管理
      3. 原platform下不属于平台的公共代码抽到kernel/common下,只留板级链接脚本和一些编译脚本指向device目录下触发平台相关的编译
      4. 对外公共头文件统一抽到对外include路径
      5. 废弃宏,头文件清理
      
      close: #I48KI4
      Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com>
      Change-Id: I0cf5ea81c92a8fa7b113da9cbdc8b7bc935f5aae
      33d0c1bd
  3. 28 8月, 2021 1 次提交
  4. 30 7月, 2021 1 次提交
    • W
      fix: A核代码告警清零 · 698756d1
      wangchen 提交于
      【背景】定期A核代码告警清零。
      
      【修改方案】
      根据工具扫描结果,对代码告警进行更改。
      
      【影响】
      对现有的产品编译不会有影响。
      
      re #I4378T
      Signed-off-by: Nwangchen <253227059@qq.com>
      698756d1
  5. 21 7月, 2021 1 次提交
  6. 20 7月, 2021 2 次提交
    • F
      feat: 增加mount的MS_RDONLY标志的支持 · 8729f6ee
      Far 提交于
      增加mount的MS_RDONLY标志的支持,并修改vfs主要接口相关支持。
      1. fatfs lseek接口在分区以MS_RDONLY方式和文件以只读打开时不再能够扩大文件的大小。
      2. 直接在镜像中创建storage目录,而不是在挂载根文件系统时创建storage目录。
      3. 增加了MS_RDONLY的测试用例。
      
      Close #I3Z1W6
      Signed-off-by: NFar <yesiyuan2@huawei.com>
      8729f6ee
    • C
      fix: bootargs解析与rootfs挂载解耦,并支持自定义bootargs参数 · 80473f09
      chenjing 提交于
      1、bootargs解析与rootfs挂载进行解耦;
      2、支持开发者自定义bootargs参数,内核存储bootargs中所有参数;
      3、开发者可获取bootargs中的参数内容,并自行解析。
      
      close #I41CL8
      
      Change-Id: If384476714854ba0cf64eb70b785eb26737dd3d2
      Signed-off-by: Nchenjing <chenjing139@huawei.com>
      80473f09
  7. 26 6月, 2021 1 次提交
  8. 24 6月, 2021 1 次提交
  9. 19 6月, 2021 1 次提交
    • M
      fix: remove redundant headfile · 73a77777
      mucor 提交于
      1.remove redundant headfile in kernel, such as:
        compiler.h;debug.h;automount.h;inode.h;syslog.h;net.h;
      2.split fs.h to file.h and driver.h
      3.move vnode.h and path_cache.h to vfs/include
      4.remove redundant interface and defines
      
      close: #I3RTNR
      Signed-off-by: Nmucor <mucorwang@gmail.com>
      73a77777
  10. 08 6月, 2021 1 次提交
  11. 29 4月, 2021 1 次提交
  12. 26 4月, 2021 1 次提交
  13. 21 4月, 2021 2 次提交
  14. 19 4月, 2021 1 次提交
  15. 15 4月, 2021 1 次提交
    • F
      Feature: Fatfs scandir format and mmcblk read/write optimization · beca52b6
      Far 提交于
      1. Bcache block with high mem address is after lower mem address in RCU list when initing bcache.
      2. Format will clear the bcache before writing the FAT.
      3. The fatfs_readdir use the bcache writing block to reduce the chance of data switching out
      4. Add performance analysing macron switch
      
      Change-Id: I8fbc48418509d2e660d725d2c265266e931c26f8
      beca52b6
  16. 30 3月, 2021 1 次提交
  17. 29 3月, 2021 1 次提交
  18. 26 3月, 2021 2 次提交
  19. 19 3月, 2021 1 次提交
    • W
      Description:vfs refactoring · d9707508
      wangchenyang 提交于
      Feature or Bugfix:Feature
      Binary Source:Huawei
      PrivateCode(Yes/No):Yes
      
      Change-Id: I175d2648bc6f9078c34de2c0a5c93fda10b86c47
      ChangeID:13306388
      d9707508
  20. 11 3月, 2021 1 次提交
  21. 05 2月, 2021 1 次提交
  22. 17 11月, 2020 1 次提交
  23. 13 10月, 2020 1 次提交
  24. 08 9月, 2020 1 次提交