1. 09 6月, 2021 1 次提交
  2. 04 6月, 2021 2 次提交
    • S
      add client information for each session (#491) · d9485fb7
      Sandy Xu 提交于
      * meta: rename info version to redisVersion
      
      * add client information for each session
      
      * cmd: add `sessions` subcommand to list all client sessions
      
      * meta/sql: sync session table when creating sessions to add 'info' column
      
      * cmd/sessions: add --detail option to show sustained inode and locks related to each session
      
      * cmd: remove `sessions` subcommand, and add its functions to `status`
      
      * cmd/status: remove --detail flag, instead only show detailed information if sid is specified
      
      * cmd/status: add -f/--format to specify format of output
      
      * cmd/status: use only json format for now
      
      * cmd/status: rename print to printJson
      d9485fb7
    • D
      Cleanup leaked inodes in Redis from earlier version (#494) · 5016705c
      Davies Liu 提交于
      * cleanup leaked inodes
      
      * check with entries
      
      * cleanup leaked inodes in Redis
      
      * fix test
      5016705c
  3. 15 5月, 2021 1 次提交
    • S
      Add `warmup` command to build cache explicitly (#409) · 36937f5f
      Sandy Xu 提交于
      * Add `warmup` command to build cache explicitly
      
      * Add fillCache function to traverse over entries under a given root
      
      * Directly build cache from ChunkStore
      
      * Force cache targets when warmup
      
      * Use meta.Read to traverse over all slices of a file
      
      * Fix unit test
      
      * Address comments
      36937f5f
  4. 12 5月, 2021 1 次提交
  5. 11 5月, 2021 1 次提交
  6. 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
  7. 12 4月, 2021 1 次提交
  8. 09 4月, 2021 1 次提交
  9. 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
  10. 15 3月, 2021 1 次提交
  11. 01 3月, 2021 1 次提交
  12. 03 2月, 2021 1 次提交
  13. 28 1月, 2021 3 次提交
    • D
      Fix lint check (#139) · 0bf271a8
      Davies Liu 提交于
      * ignore error
      
      * ignore error
      
      * add doc for public interface
      
      * ignore error
      
      * ignore error
      
      * cleanup
      
      * remove unused field
      
      * fix flaky test
      
      * fix lint errors
      
      * fix lint errors
      
      * fix lint errors
      
      * fix lint errors
      
      * fix bug
      0bf271a8
    • D
      merge juicesync into juicefs · cf2beae0
      Davies Liu 提交于
      cf2beae0
    • D
      prepare · d94b7177
      Davies Liu 提交于
      d94b7177
  14. 26 1月, 2021 2 次提交
    • D
      Hadoop Connector for JuiceFS (#121) · b0d282de
      Davies Liu 提交于
      * Hadoop Connector for JuiceFS
      
      * add Java source code
      
      * add license header
      
      * move libjfs into sdk/java
      
      * cleanup
      
      * fix lint
      
      * add test in travis
      
      * fix Makefile
      
      * fix tests
      b0d282de
    • D
      C API (#116) · 3d807930
      Davies Liu 提交于
      * C API
      
      * fix guid
      
      * add missing file
      
      * add license header
      
      * fix lint
      3d807930
  15. 25 1月, 2021 1 次提交
    • D
      Add path based API (#111) · 103cd4e0
      Davies Liu 提交于
      * Add path based API
      
      * fix build
      
      * fix lint
      
      * fix lint
      
      * cleanup
      
      * fix log format
      
      * fix log format
      
      * fix lint
      
      * cleanup
      103cd4e0
  16. 14 1月, 2021 1 次提交
  17. 11 1月, 2021 2 次提交
  18. 08 1月, 2021 1 次提交