Skip to content

Commit

Permalink
Set DSS Gen1 Commit IDs (1.0.0) (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt authored Jan 26, 2023
1 parent 0e15b2d commit df1db11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dss-ecosystem
2 changes: 1 addition & 1 deletion dss-minio
2 changes: 1 addition & 1 deletion dss-sdk
Submodule dss-sdk updated 62 files
+2 −0 .github/CODEOWNERS
+47 −0 .github/workflows/build.yml
+9 −2 target/CMakeLists.txt
+15 −1 target/README.md
+14 −4 target/build.sh
+13 −13 target/oss/patches/spdk/0001-Update-data-structure-for-basic-dss-support.patch
+29 −29 target/oss/patches/spdk/0002-DSS-Integration.patch
+10 −10 target/oss/patches/spdk/0003-Performance-optimizations.patch
+14 −14 target/oss/patches/spdk/0004-SPDK-update-for-rocksdb-async.patch
+5 −5 target/oss/patches/spdk/0005-Ustat-Counters-for-block-device.patch
+16 −16 target/oss/patches/spdk/0006-Compilation-update-for-DSS.patch
+12 −12 target/oss/patches/spdk/0007-Spdk-integration-for-rocksdb.patch
+4 −4 target/oss/patches/spdk/0008-RDMA-use-offset-for-get-completion.patch
+5 −5 target/oss/patches/spdk/0009-blobfs-fix-for-semaphore-crash.patch
+4 −4 target/oss/patches/spdk/0010-increase-nr-of-fs-channel-mutex-in-case-of-more-thre.patch
+4 −4 target/oss/patches/spdk/0011-commen-the-data-offset-check-on-object-size-in-case-.patch
+6 −6 target/oss/patches/spdk/0012-Fix-bdev-counters-and-rdma-transport-deadlock.patch
+9 −9 target/oss/patches/spdk/0013-Add-dss-rpc-python-scripts.patch
+4 −4 target/oss/patches/spdk/0014-Use-configurable-threads-forvetwork-pollers.patch
+7 −7 target/oss/patches/spdk/0015-bdev-blocksize-support.patch
+4 −4 target/oss/patches/spdk/0016-blobfs-bug-fix-__read_done-should-return-bserror.patch
+4 −4 target/oss/patches/spdk/0017-propogate-blobfs-error-to-rocksdb.patch
+5 −5 target/oss/patches/spdk/0018-take-blobfs-cache_size_in_mb-on-fs-init.patch
+4 −4 target/oss/patches/spdk/0019-increase-fs-channel-sem-for-more-parallel-io.patch
+4 −4 target/oss/patches/spdk/0020-comment-assert-for-len-check.patch
+4 −4 target/oss/patches/spdk/0021-Remove-debug-print-and-avoid-multi-fs-cache-init.patch
+5 −5 target/oss/patches/spdk/0022-RDB-compaction-rpc-with-get_status-support.patch
+8 −8 target/oss/patches/spdk/0023-Added-support-for-1024-key-for-kv-block-rdma-tcp.patch
+5 −5 target/oss/patches/spdk/0024-change-fs-channel-sem-array-to-queue.patch
+4 −4 target/oss/patches/spdk/0025-Fixed-error-due-to-open-blobs-on-shutdown.patch
+4 −4 target/oss/patches/spdk/0026-Optimized-IO-buffer-local-caching.patch
+5 −5 target/oss/patches/spdk/0027-Support-aborting-nvme-cmd-for-DSS-KV-KB-Block.patch
+4 −4 target/oss/patches/spdk/0028-Check-rdma-sgl-on-request-free.patch
+4 −4 target/oss/patches/spdk/0029-Fixed-reconnect-handling-issues.patch
+4 −4 target/oss/patches/spdk/0030-Update-assert-for-offset-validate-for-user-buffer.patch
+4 −4 target/oss/patches/spdk/0031-less-prefetch-on-read-to-save-cache.patch
+4 −4 target/oss/patches/spdk/0032-retry-to-release-the-cache-on-file_free.patch
+4 −4 target/oss/patches/spdk/0033-Reap-request-from-qos-only-when-enabled.patch
+8 −8 target/oss/patches/spdk/0034-Support-nvmf-capacity-usage-reporting-from-blobfs.patch
+4 −4 target/oss/patches/spdk/0035-Reduce-trace-name-length.patch
+4 −4 target/oss/patches/spdk/0036-Update-errorlog-to-infolog.patch
+4 −4 target/oss/patches/spdk/0037-support-enable-disable-blobfs-cache.patch
+6 −6 target/oss/patches/spdk/0038-Added-config-to-enable-disable-trim-for-blobstore.patch
+4 −4 target/oss/patches/spdk/0039-Trim-disable-update.patch
+4 −4 target/oss/patches/spdk/0040-Disable-opal-dev-initialization.patch
+5 −5 target/oss/patches/spdk/0041-Update-BSD-License.patch
+4 −4 target/oss/patches/spdk/0042-Modify-INI-deprecated-log-to-warning.patch
+5 −5 target/oss/patches/spdk/0043-Added-rpc-python-script-to-call-stall-io-rpc.patch
+6 −6 target/oss/patches/spdk/0044-Crash-fix-for-mempool-data-socket-1.patch
+6 −6 target/oss/patches/spdk/0045-blobstore-ThinProvision-in-Blobfs-default-as-true.patch
+6 −6 target/oss/patches/spdk/0046-blobstore-abort-io-with-specific-errno.patch
+4 −4 target/oss/patches/spdk/0047-Add-hsl-lib-to-link.patch
+4 −4 target/oss/patches/spdk/0048-Fix-for-shutdown-crash.patch
+7 −7 target/oss/patches/spdk/0049-Normalize-capacity-reproting-to-least-blocklen.patch
+5 −5 target/oss/patches/spdk/0050-Config-option-for-DSS-open-source-release.patch
+4 −4 target/oss/patches/spdk/0051-Update-blobfs-logging-to-include-file-pointer.patch
+5 −5 target/oss/patches/spdk/0052-Return-correct-error-code-for-sync-read-write.patch
+4 −4 target/oss/patches/spdk/0053-Handle-cache-alloc-failure-during-mid-write.patch
+4 −4 target/oss/patches/spdk/0054-Re-acquire-lock-after-extending-blob-during-write.patch
+261 −0 target/oss/patches/spdk/0055-Add-stubs-to-support-SPDK-unit-test-build.patch
+1 −1 target/scripts/apply_patch.sh
+1 −1 target/scripts/update_patch.sh

0 comments on commit df1db11

Please sign in to comment.