1. 21 4月, 2021 1 次提交
  2. 19 4月, 2021 1 次提交
  3. 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
  4. 27 3月, 2021 1 次提交
  5. 24 3月, 2021 1 次提交
    • M
      fix readdir, rename · 1884fa05
      mucor 提交于
      Change-Id: Ic443742e125915f0e5332a338dedea5c40348928
      1884fa05
  6. 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
  7. 11 3月, 2021 1 次提交
  8. 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
  9. 13 10月, 2020 1 次提交
  10. 08 9月, 2020 1 次提交