1. 23 6月, 2021 1 次提交
  2. 22 6月, 2021 1 次提交
  3. 19 6月, 2021 1 次提交
    • D
      cache attribute and chunks for open files (#528) · 67940a5a
      Davies Liu 提交于
      * cache attribute and chunks for open files
      
      * add mising file
      
      * fix build
      
      * bugfix
      
      * add options
      
      * update docs in CN
      
      * fix build
      
      * fix build sdk
      
      * fix opencache
      
      * bugfix
      
      * speedup fs.Open()
      
      * set KeepCache for cgofuse
      
      * cleanup
      
      * address comments
      
      * address comments
      67940a5a
  4. 16 6月, 2021 1 次提交
  5. 04 6月, 2021 2 次提交
    • D
      show a message when the mount point is ready · 81014193
      Davies Liu 提交于
      81014193
    • 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
  6. 11 5月, 2021 1 次提交
  7. 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
  8. 20 4月, 2021 2 次提交
  9. 14 4月, 2021 1 次提交
  10. 19 3月, 2021 2 次提交
  11. 16 3月, 2021 3 次提交
  12. 10 3月, 2021 1 次提交
  13. 09 3月, 2021 1 次提交
  14. 07 3月, 2021 1 次提交
  15. 05 3月, 2021 1 次提交
  16. 03 3月, 2021 1 次提交
    • D
      Support Windows (#195) · 83353897
      Davies Liu 提交于
      * prepare for windows
      
      * build for windows
      
      * build for windows
      
      * git diff
      
      * remove libfuse-dev
      
      * cleanup
      
      * build juicefs.exe in Linux
      
      * make with sudo
      
      * fix travis
      
      * fix travis
      
      * add license header
      
      * size of dir
      
      * no syslog and run-in-background in windows
      
      * fix compatibility with windows 10
      
      * graceful umount
      
      * fix build in Windows
      83353897
  17. 22 2月, 2021 2 次提交
  18. 20 2月, 2021 1 次提交
    • D
      S3-compatible Gateway (#178) · 97f7f419
      Davies Liu 提交于
      * WIP: S3 gateway
      
      * upgrade minio
      
      * build gateway
      
      * use CopyFileRange to speedup Copy and MultipartUpload
      
      * add subcommand
      
      * fix errno handling
      
      * MinIO require Go 1.14+
      
      * fix lint
      
      * rollback change in travis
      
      * fix lint
      97f7f419
  19. 08 2月, 2021 1 次提交
    • D
      Export metrics to Prometheus (#181) · 6036ef11
      Davies Liu 提交于
      * Export metrics to Prometheus
      
      * ignore error
      
      * listen in background
      
      * add metrics for request to object store
      
      * metrics for open files/dirs
      
      * fix lint
      6036ef11
  20. 29 1月, 2021 2 次提交
  21. 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
  22. 27 1月, 2021 1 次提交
  23. 26 1月, 2021 1 次提交
  24. 25 1月, 2021 1 次提交
  25. 23 1月, 2021 1 次提交
  26. 18 1月, 2021 1 次提交
  27. 16 1月, 2021 2 次提交
  28. 15 1月, 2021 3 次提交