1. 07 6月, 2021 1 次提交
    • C
      fix: codex · 1ba85140
      chenwei 提交于
      1,VFS代码中不修改参数增加const修饰
      2,fs_file_mapping.c: 增加安全函数的判空
      3,path_cache.c: sizeof改为使用类型
      4,fs_syscall.c: 对NULL解引用
      
      close: I3UMWD
      Signed-off-by: Yansira's avataryansira <yansira@hotmail.com>
      1ba85140
  2. 04 6月, 2021 1 次提交
    • C
      feat(file system): add memory-based romfs · 2db7204d
      chenwei 提交于
      1, this RomFS's codebase is Nuttx romfs, then it is compatible with
         Linux RomFS and you can create such a file system using the tool
         genromfs.
      2, there are two major changes against with the original Nuttx romfs:
         1), it is memory-based: all contents of the fs are stored in the
             memory in the very first stage of "mount".
         2), this version of romfs is altered to be compatible with our
             version of VFS to take advantage of vnode cache and path cache.
      
      close: #I3S0CP
      2db7204d
  3. 08 5月, 2021 1 次提交
  4. 30 4月, 2021 1 次提交
  5. 29 4月, 2021 1 次提交
  6. 28 4月, 2021 3 次提交
  7. 26 4月, 2021 1 次提交
  8. 23 4月, 2021 1 次提交
  9. 22 4月, 2021 1 次提交
  10. 21 4月, 2021 1 次提交
  11. 20 4月, 2021 3 次提交
  12. 17 4月, 2021 1 次提交
  13. 16 4月, 2021 2 次提交
  14. 09 4月, 2021 1 次提交
    • M
      fix nfs rmdir crash · e5709a2a
      mucor 提交于
      Change-Id: I832a8c1d4110b414214e88d09483ec4f5d7bf4a4
      e5709a2a
  15. 08 4月, 2021 2 次提交
  16. 07 4月, 2021 1 次提交
  17. 06 4月, 2021 1 次提交
  18. 01 4月, 2021 1 次提交
    • Y
      IssueNo:#I3EOI0 · 78c24f08
      YOUR_NAME 提交于
      Description:Delete VM to support only kernel mode.
      Sig:liteos_a
      Feature or Bugfix:Feature
      Binary Source:No
      
      Change-Id: Ie1029c8fbc0c1b85c138663933118d2d148b7769
      78c24f08
  19. 29 3月, 2021 2 次提交
  20. 27 3月, 2021 1 次提交
  21. 25 3月, 2021 2 次提交
  22. 23 3月, 2021 1 次提交
  23. 19 3月, 2021 1 次提交
    • W
      Description:vfs refactoring · 70bdb259
      wangchenyang 提交于
      Feature or Bugfix:Feature
      Binary Source:Huawei
      PrivateCode(Yes/No):Yes
      
      Change-Id: I175d2648bc6f9078c34de2c0a5c93fda10b86c47
      ChangeID:13306420
      70bdb259
  24. 13 3月, 2021 1 次提交
  25. 11 3月, 2021 1 次提交
  26. 09 10月, 2020 1 次提交
  27. 08 9月, 2020 1 次提交