1. 23 6月, 2021 1 次提交
  2. 04 6月, 2021 1 次提交
  3. 08 5月, 2021 1 次提交
    • D
      Use SQL database as meta store (#375) · 7bbae9ce
      Davies Liu 提交于
      * invalidate read buffer after truncate
      
      * no accesslog for truncate (included in setattr)
      
      * use sql database as meta store
      
      * pass simple tests
      
      * use bytes for chunks
      
      * use bytes for chunks
      
      * cleanup trasaction
      
      * cleanup
      
      * add unit test for SQL
      
      * cleanup
      
      * cleanup
      
      * fix build
      
      * use db as meta store
      
      * fix contention
      
      * fix truncate and compaction
      
      * fix contension on counter
      
      * generate id in batch
      
      * fix build
      
      * fix test
      
      * fix flaky test
      
      * support mysql
      
      * fix ci
      
      * fix flaky test
      
      * test with sqlite3
      
      * update column as notnull
      
      * remove passwd
      
      * update metrics
      
      * fix nextInode and deleted files
      7bbae9ce
  4. 13 4月, 2021 1 次提交
  5. 12 4月, 2021 3 次提交
  6. 24 3月, 2021 1 次提交
  7. 16 3月, 2021 1 次提交
    • D
      Check consistency of file system (#253) · 75227abc
      Davies Liu 提交于
      * check existence of blocks
      
      * fix size of last block
      
      * add gc and fsck into travis
      
      * update tests
      
      * update license header
      
      * use file in tests
      
      * umount force
      
      * disable check for PEM
      
      * fix travis
      
      * fix travis
      75227abc
  8. 15 3月, 2021 1 次提交