1. 31 5月, 2022 1 次提交
    • W
      fix: FatFs升级r0.14a版本同步3.0分支 · 1f7e6fa7
      wangchen 提交于
      【背景】FatFs升级r0.14a版本同步3.0分支
      
      【修改方案】
      将三方库FatFs升级至r0.14a版本
      主要修改点为:
      适配_mkfs、find_volume接口更新
      【影响】
      对现有的产品编译不会有影响。
      re #I5A7AS
      Signed-off-by: Nwangchen <wangchen64@huawei.com>
      
      Change-Id: I428fcb930fa0ead43ea033d14898fc0a00445933
      1f7e6fa7
  2. 28 6月, 2021 1 次提交
    • F
      fix: 恢复了FATFS设置卷标的功能 · 9515d53d
      Far 提交于
      Liteos_a FATFS需要提供格式化时设置卷标的功能,该功能在当前系统中缺失。
      现在恢复该功能,使用方法与原来一致。即使用set_label设置卷标文本后,调用format对设备格式化。
      
      Close #I3Y5G8
      Signed-off-by: NFar <yesiyuan2@huawei.com>
      9515d53d
  3. 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
  4. 07 6月, 2021 1 次提交
    • C
      fix: codex · 101a55d1
      chenwei 提交于
      1,VFS代码中不修改参数增加const修饰
      2,fs_file_mapping.c: 增加安全函数的判空
      3,path_cache.c: sizeof改为使用类型
      4,fs_syscall.c: 对NULL解引用
      5,VnodeLookup:冗余的判空,及不正确的判空
      
      close: I3UMWD
      Signed-off-by: Yansira's avataryansira <yansira@hotmail.com>
      101a55d1
  5. 18 5月, 2021 1 次提交
  6. 22 4月, 2021 1 次提交
  7. 21 4月, 2021 1 次提交
  8. 19 4月, 2021 1 次提交
  9. 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
  10. 11 3月, 2021 1 次提交