1. 25 9月, 2022 1 次提交
  2. 18 3月, 2022 1 次提交
  3. 14 3月, 2022 1 次提交
  4. 08 9月, 2021 1 次提交
    • G
      feat: add sync() to vfs · f67c4dae
      Guangyao Ma 提交于
      新增sync方法,该方法每次调用,会遍历系统内所有的mount点,调用各个文件系统注册
      的sync方法,完成对所有已挂载文件系统的sync操作。
      
      close #I480HV
      Signed-off-by: NGuangyao Ma <guangyao.ma@outlook.com>
      Change-Id: I57ced9c3f7685a448defd17ae56c842796b5668f
      f67c4dae
  5. 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
  6. 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
  7. 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
  8. 11 3月, 2021 1 次提交
  9. 13 10月, 2020 1 次提交
  10. 08 9月, 2020 1 次提交