Spdk/test/lib
Jim Harris 1edd9bf3e4 blobfs: Add a lightweight filesystem built on the blobstore
This is the initial commit for "blobfs", a lightweight
filesystem built on top of the SPDK blobstore.

Also included in this patch:

1) a shim for using SPDK bdevs as the backing store for
   SPDK blobstore/blobfs
2) documentation for using blobfs as the storage engine
   with RocksDB
3) scripts for running a set of workloads and collecting
   profiling data with RocksDB and blobfs

See doc/blobfs/getting_started.md included in this commit
for more details on blobfs, including some of the current
limitations.


Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I2a6d3d4b87236730051228ed62c0c04e04c42c73
2017-03-24 14:15:45 -07:00
..
bdev bdev/aio: The user now provides the names of AIO bdevs 2017-03-20 15:18:03 -07:00
blob blob: Add a persistent, power-fail safe block allocator 2017-03-21 14:21:21 -07:00
blobfs blobfs: Add a lightweight filesystem built on the blobstore 2017-03-24 14:15:45 -07:00
env env/vtophys: expose mem map in public API 2017-03-10 11:39:28 -07:00
event env: Move DPDK intialization into the env library. 2017-02-15 17:16:37 -07:00
ioat test/ioat: run ioat_kperf in autotest 2017-02-08 09:45:09 -07:00
iscsi Replace sprintf with snprintf in several files 2017-03-23 13:33:21 -07:00
json util: add SPDK_COUNTOF() array size macro 2017-03-07 12:43:42 -07:00
jsonrpc autotest: remove duplicated unit test invocations 2017-01-25 15:19:23 -07:00
log autotest: remove duplicated unit test invocations 2017-01-25 15:19:23 -07:00
nvme nvme: fix potential null dereference of spdk_nvme_ctrlr_get_ns 2017-03-24 12:18:37 -07:00
nvmf test/nvmf: free the allocated subsystem 2017-03-23 13:11:12 -07:00
scsi test/scsi/lun: Verify lun is not NULL 2017-03-23 11:30:15 -07:00
util build: replace DPDK_INC with ENV_CFLAGS 2017-03-21 15:41:13 -07:00
Makefile blobfs: Add a lightweight filesystem built on the blobstore 2017-03-24 14:15:45 -07:00
test_env.c test: add an spdk_malloc implementation for test_env 2017-02-09 11:03:11 -07:00