Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1008 Bytes

File metadata and controls

46 lines (35 loc) · 1008 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.1] - 2024-04-21

Added

  • Add monitor to check why it is slow
  • Add otpl
  • Add access test after set_attr
  • Add quick start with virtual machine

Changed

  • How to alloc data?
  • Write will dead lock
  • Implement write back logic
  • Figure out why we get stuck
  • We can rmdir
  • Get rid of dashmap on handle table
  • Refact openfile cache
  • Implement truncate function when set_attr change the file length
  • Implement link; TODO: read link
  • Implement basic link and unlink
  • Implement rename
  • Implement vfs:symlink
  • Implement symlink & readlink
  • Update licenserc
  • Fmt
  • Try1
  • Try2
  • Try3
  • Try4

Fixed

  • Read & truncate read length after write
  • Fix vfs::truncate
    1. attr mode; 2. link; 3. unlink