1. 29 11月, 2022 1 次提交
  2. 14 3月, 2022 1 次提交
  3. 13 12月, 2021 1 次提交
    • F
      fix: 修复LOSCFG_FS_FAT_CACHE宏关闭后编译失败的BUG · 63e71fec
      Far 提交于
      1. 在必要处增加宏开关关闭部分代码的编译;
      2. 由于驱动是一个独立的内核线程,在一些场景下文件系统会将用户态地址透传给驱动,这会导致内核崩溃。
      因此在需要透传用户态地址时增加了一个内核buffer作为中转。
      
      Close #I3T3N0
      Signed-off-by: NFar <yesiyuan2@huawei.com>
      63e71fec
  4. 10 11月, 2021 1 次提交
  5. 17 8月, 2021 1 次提交
  6. 20 7月, 2021 1 次提交
  7. 25 6月, 2021 1 次提交
  8. 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
  9. 08 6月, 2021 1 次提交
  10. 07 6月, 2021 1 次提交
    • F
      fix: codex clean · b5370af8
      Far 提交于
      1. 修复可能对NULL指针解引用的场景
      2. 将不修改内容的指针入参修改为const
      3. 对getpgrp的返回值进行校验后再使用
      4. 修复了局部变量未初始化的问题
      
      Close #I3UOFN
      Signed-off-by: NFar <yesiyuan2@huawei.com>
      b5370af8
  11. 28 4月, 2021 1 次提交
  12. 21 4月, 2021 1 次提交
  13. 19 4月, 2021 1 次提交
  14. 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
  15. 27 3月, 2021 1 次提交
  16. 24 3月, 2021 1 次提交
    • M
      fix readdir, rename · 1884fa05
      mucor 提交于
      Change-Id: Ic443742e125915f0e5332a338dedea5c40348928
      1884fa05
  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. 17 11月, 2020 1 次提交
    • Z
      Fix various build problems when building for non-HiSi config · e0406e3d
      Zbigniew Bodek 提交于
      Mainly adding missing headers, removing redundant headers that
      induce undefined symbols or rearranging existing headers
      according to dependencies betheen them.
      Also add missing include paths to makefiles and make configs.
      
      Note: direct inclusion of pthread.h in disk.h is caused by the
      latter being used almost everywhere, including third_party libraries.
      Putting pthread.h there releases us from affecting more code.
      
      Basically fixes build for anything that is not default HiSi
      configuration.
      Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com>
      Change-Id: Icdcb0874d9fed34d01fa282d33bd2e041c2ac436
      e0406e3d
  20. 13 10月, 2020 1 次提交
  21. 08 9月, 2020 1 次提交