1. 24 6月, 2021 1 次提交
  2. 20 6月, 2021 1 次提交
  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. 17 6月, 2021 1 次提交
  5. 15 6月, 2021 1 次提交
    • C
      feat: fatfs支持符号链接功能 · e50cf0be
      chenjing 提交于
      1 将fatfs_creat与fatfs_mkdir抽象成fatfs_creat_obj,通过参数type控制创建的对象类型;
      2 新增fatfs_symlink与fatfs_readlink接口,其中:
         1) fatfs_symlink通过fatfs_creat_obj创建出符号链接文件,并为其申请新簇,将target内容写入簇的第一个sector;
         2) fatfs_readlink读出符号链接文件对应簇中第一个sector的内容
      
      close #I3V8D1
      Signed-off-by: Nchenjing <chenjing139@huawei.com>
      Change-Id: I38dfaa28af156399817530923534d5b73b4c64af
      e50cf0be
  6. 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
  7. 18 5月, 2021 1 次提交
  8. 08 5月, 2021 1 次提交
  9. 27 4月, 2021 1 次提交
  10. 26 4月, 2021 1 次提交
  11. 22 4月, 2021 2 次提交
  12. 21 4月, 2021 1 次提交
  13. 19 4月, 2021 1 次提交
  14. 16 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. 24 3月, 2021 2 次提交
  17. 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
  18. 11 3月, 2021 1 次提交
  19. 20 1月, 2021 1 次提交
  20. 16 10月, 2020 1 次提交
  21. 13 10月, 2020 1 次提交
  22. 08 9月, 2020 1 次提交