10000 Tags · OpenMPDK/uNVMe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: OpenMPDK/uNVMe

Tags

v19.01

Toggle v19.01's commit message
uNVMe v19.01

        - support uNVMe-Blobfs for LBA SSD (refer to doc/uNVMe2.0_Blobfs.pdf)
        - bug fix for KV SSD related iterate error code
	- refactorings

=============================================================================================
commit c820b9f67844476a0927c2897da4eb4184e59da6
Author: Wan Heo <w.heo@samsung.com>
Date:   Tue Jan 8 20:03:18 2019 +0900

    [MOD] test_iterate - fix to proper error code

commit 8684726b925b63d9f7e4b94ca3b3106bce59eb1e
Author: Sungjun Park <sungjun07.park@samsung.com>
Date:   Wed Jan 9 01:10:17 2019 +0900

    updated documents for uNVMe-Blobfs

commit 06231c5847bf88668e05f3c022a5a3041418d324
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Tue Jan 8 03:15:41 2019 +0900

    [MOD] fix build.sh to properly delete app/ dirs

commit 450f827745cdf1a33de805cff7e3e8c26df58289
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Wed Dec 19 13:30:22 2018 +0900

    [MOD] fix _kv_nvme_iterate_open() to properly return error code

commit 14ed34da79cdc42d3e93999df04876d1821f3821
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Wed Dec 12 17:41:55 2018 +0900

    [MOD] blobfs_perf: core_mask doesn't need to be continous

commit e8a1f3942fbf08f4dc1deef0cefc10b739207ebd
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Mon Dec 10 16:58:55 2018 +0900

    [MOD] updates for http://107.108.222.42:8080/projects/M18HDOJ/issues/M18HDOJ-78 and blobfs_perf

    1) mod README to contain correct source tree
    2) blobfs_perf: exit normally after showing 'help' msg

commit 41dd2fa7b55e4ee68d9b924288924cdad9b9d30c
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Thu Dec 6 19:04:20 2018 +0900

    [MOD] blobfs_perf: fix verify option and help msg, add preventing codes for wrong args

    1) fix verify option (-v) to work properly
    2) fix README and help msg to show default values of options properly
    3) add preventing codes for user input error

commit fa113de54cce0499d4ef114957179cda441b49b8
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Thu Dec 6 15:19:45 2018 +0900

    [MOD] kv_driver.c: fix to preventing invalid num_cq_threads when cq_thread_mask=0x0

commit 711262cb0f43ab1261f3626ee09306f591fddb84
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Thu Dec 6 13:46:18 2018 +0900

    [MOD] blobfs_perf(uNVMe & vanilla SPDK) mod (shows default value of options, etc)

    1) shows default values of each option at help (--help, -h)
    2) read test shows 'open/create fail' msg when users try to read 'not existing' files
    3) (uNVMe blobfs_perf) fix 'option -f(prefetch threshold)' to work properly

commit bc0088c059c43999541136424c21529592c3caf4
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Fri Nov 30 09:52:25 2018 -0800

    [MOD] fix app build order

commit 95d31658b0581ccb45432f6af89376ca90659557
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Fri Nov 30 16:43:23 2018 +0900

    uNVMe Blobfs

commit ed50af7cf2e35d559634f2f526a193bb9684f243
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Tue Nov 6 16:02:18 2018 +0900

    [MOD] updates for http://107.108.222.42:8080/browse/M18HDOJ-53, set core_mask inside the UTs

commit 061362d1e961b05ed34e43e1c87ddf557d41285b
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Tue Nov 6 14:58:50 2018 +0900

    [MOD] updates for http://107.108.222.42:8080/browse/M18HDOJ-48,  fix typos and potential defect

commit 2395b55aca39646bbda27c06d91074fdc8a40c03
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Fri Nov 2 17:00:47 2018 +0900

    [MOD] remove deprecated files, change some source files permission (755->644)

commit a4fa63ebf5029460166a454ebf0dc5fb893e394e
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Fri Nov 2 13:59:32 2018 +0900

    [MOD] fix iterate TC bug to call huge memory free API (free -> kv_free)

commit cbcbfa098dd01cac34b8df33998366acdcf14ae1
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Fri Nov 2 13:52:35 2018 +0900

    [MOD] fix typos

commit ce0b6d1b0b0488b61bd44d47e17fdcd9b2c4202f
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Fri Nov 2 13:11:48 2018 +0900

    [MOD] update doc uNVMe2.0_SDK_Evaluation_Guide_v1.1.pdf / uNVMe2.0_SDK_Programming_Guide_v1.1.pdf

commit f321819207f972de8180e3c4d0294ad5174e581b
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Wed Oct 31 14:28:52 2018 +0900

    [MOD] fix compatibility issue : library ordering issue on SQA machine

commit 31b257dd1b8faa68f26fc252b8fb67992fcdcdc4
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Tue Oct 30 11:22:43 2018 +0900

    [MOD] make kv_nvme built by make.sh app

commit a9b89fbf7e1a400227591020cfd67a0c2d28698e
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Wed Oct 24 10:39:21 2018 +0900

    [MOD] fix iterate TCs to keep up with new iterate response format

commit d457574c6d972cdf30cafccdfa31f5d57639bdf4
Author: ks0204.kim <ks0204.kim@samsung.com>
Date:   Tue Oct 23 04:32:10 2018 +0900

    [MOD] fix host prp buffer layout : 1) fallback for slower spdk_dma_allocate() api  2) not to see invalid prp offset on more SSDs

commit f9471ea23e2864480c136f579feed217f0ac09d6
Author: Wan Heo <w.heo@samsung.com>
Date:   Thu Oct 18 19:08:48 2018 +0900

    [MOD] kv_nvme - remove auto-reset after format command

commit 82926fb5cbd77b4f13c0e2484ba742799f8dc329
Author: Im, Junhyeok <junhyeok.im@samsung.com>
Date:   Thu Sep 20 15:33:43 2018 +0900

    [MOD] kv_nvme: remove fbarray files when kv_nvme (as secondary process) terminated

v18.11

Toggle v18.11's commit message
[MOD] uNVMe v18.11

    - API and BM Tool changes to support general KV SSD features (key size: 4~255 / value size 0~2048KB / iterate )
    - update to spdk 18.04.1 / dpdk 18.05
    - bug fixes and refactorings

v18.07

Toggle v18.07's commit message
uNVME v18.07 + Rocksdb plugin

v18.05

Toggle v18.05's commit message
uNVMe v18.05

0