Commit Graph

  • c3080c5aa6 nvmf: Update poll group channel maps when a new namespace is added. Ben Walker 2017-11-20 10:45:39 -0700
  • 48aced6ebc virtio: move virtio_dev allocation to upper layers Dariusz Stojaczyk 2017-11-20 19:24:24 +0100
  • 04f528938d bdev-virtio: add test unit ready and start/stop to scan sequence Paul Luse 2017-11-14 07:33:08 -0700
  • e0ba4da0b1 bdev/null: unregister the null bdev when app exit. Cunyin Chang 2017-12-01 08:50:49 +0800
  • a5be238025 bdev/malloc: use spdk/queue.h macros for bdev list Daniel Verkamp 2017-12-01 15:19:23 -0700
  • c5e5047d99 iscsi: Manage PG-IG maps of the target by linked list Shuhei Matsumoto 2017-11-30 10:43:01 +0900
  • d07df58419 test/vhost: common.sh fixes for listing VMs Karol Latecki 2017-11-28 12:45:16 +0100
  • d12ba75bd1 blob: add per-blob feature flags Jim Harris 2017-11-21 16:10:28 -0700
  • c45a589901 nbd: avoid payload malloc when its size is 0 Xiaodong Liu 2017-11-30 05:25:58 -0500
  • 863eb9e04e iscsi: Remove gropu_state from IG and PG Shuhei Matsumoto 2017-11-29 16:02:31 +0900
  • f4e892fe14 iscsi: make target management thread-safe by linked list Shuhei Matsumoto 2017-11-29 15:56:19 +0900
  • c2f38258f9 iscsi: Remove redundant repetition from ACL Shuhei Matsumoto 2017-11-29 15:11:11 +0900
  • 1674f37ac9 iscsi: Rename access control functions of target Shuhei Matsumoto 2017-11-29 15:08:38 +0900
  • eee268fea8 iscsi: Replace "ALL" by "ANY" for access control Shuhei Matsumoto 2017-11-29 14:51:23 +0900
  • 42e0a6531f doc/vhost: make some updates to vhost documentation Jim Harris 2017-11-03 13:25:50 -0700
  • 7b02b40282 bdev/malloc: unregister the malloc bdev when app exit. Cunyin Chang 2017-12-01 08:34:38 +0800
  • 3effc335eb test/lvol: Check if lvol store exists after vhost reboot Pawel Kaminski 2017-11-23 20:47:17 +0100
  • 08ff0eaa9e test/lvol: Check if lvol store is removed after vhost reboot Pawel Kaminski 2017-11-20 20:58:29 +0100
  • 5c40019fcc doc: add 'sudo' to pkgdep invocation Daniel Verkamp 2017-11-30 16:25:15 -0700
  • d557196414 vhost: move spdk_vhost_init/fini to vhost library Changpeng Liu 2017-11-29 01:47:59 -0500
  • a2b1035349 log: add helper function to get log name. Cunyin Chang 2017-11-30 13:41:31 +0800
  • 47dc18d2d3 bdev/null: free Null bdev names on shutdown Daniel Verkamp 2017-11-30 09:28:45 -0700
  • c0cf813e11 test/nvme: disable AER in nightly tests Daniel Verkamp 2017-11-30 15:38:34 -0700
  • 89dedde148 bdev/pmem: unregister pmem bdev when app exit. Cunyin Chang 2017-12-01 08:55:31 +0800
  • ad876c00d3 nvmf: Add a channel map to the poll group Ben Walker 2017-11-20 09:50:10 -0700
  • 3580546bd1 nvmf: Implement the poll group as an io_channel Ben Walker 2017-11-17 10:01:39 -0700
  • 7b57e9f973 nvmf: Stop subsystems from the thread they were started on Ben Walker 2017-11-29 13:37:16 -0700
  • 84eb1451ea virtio: fix potential memory leak in virtio_dev_init Dariusz Stojaczyk 2017-11-20 18:22:49 +0100
  • 222ebc1912 doc/jsonrpc: add app RPC method documentation Daniel Verkamp 2017-11-30 16:52:46 -0700
  • 54fb60177a lvol: clean up includes in lvol.h Daniel Verkamp 2017-11-30 11:34:00 -0700
  • d6427151bb lvol: remove vbdev APIs from public lvol.h API Daniel Verkamp 2017-11-30 11:30:55 -0700
  • c6d32d39af lvol: pass UUID as a string in public API Daniel Verkamp 2017-11-30 11:16:37 -0700
  • f5acc37221 lvol: pass lvol store to vbdev_lvol_create() Daniel Verkamp 2017-11-30 11:24:41 -0700
  • 5aae23aa08 test/bdev: handle the error case the IO channel is not setup GangCao 2017-11-07 01:30:09 -0500
  • 24c8d965b0 rte_virtio: make vhost_msg_strings static Daniel Verkamp 2017-11-29 16:18:56 -0700
  • f3e0bfd7ef bdev: remove get_ctx_size functions that return 0 Daniel Verkamp 2017-11-30 13:45:30 -0700
  • 474632ba7b bdev/nvme: simplify spdk_bdev_nvme_get_ctrlr() Daniel Verkamp 2017-11-30 13:39:22 -0700
  • c9b18a9f3f bdev/nvme: optimization of the process when destruct the nvme bdev. Cunyin Chang 2017-12-01 11:06:48 +0800
  • 6d65bfcfe2 bdev/nvme: unregister all nvme bdev when the app exit. Cunyin Chang 2017-11-30 23:17:55 +0800
  • 2b415f2c89 vhost: Reduces size of vhost app coredump file. Sebastian Basierski 2017-11-22 15:36:48 +0100
  • 70643bf2a3 test/vhost: Remove ip address from rpc command Pawel Kaminski 2017-11-30 20:49:08 +0100
  • d9174e1e42 setup: add the SKIP_PCI parameter in setup.sh GangCao 2017-11-28 19:09:57 -0500
  • 55ac2263af setup: add the configure and reset pci functions in setup.sh GangCao 2017-11-14 15:05:47 -0500
  • e9ac7a7252 bdev_svc: convert to spdk_app_parse_args() Daniel Verkamp 2017-11-30 09:13:49 -0700
  • 23782bc43c test/lvol: Reordering existing test cases. Pawel Kaminski 2017-11-27 17:42:39 +0100
  • 415a1485cf nvmf: align the data buffers for AIO backend Changpeng Liu 2017-11-28 01:34:38 -0500
  • 3dd4d63940 autotest: only look up SPDK_GPT_GUID where needed Daniel Verkamp 2017-11-29 09:18:30 -0700
  • f386909cd8 rpc/log: provide the rpc interface for set log level. Cunyin Chang 2017-11-21 10:32:15 +0800
  • c24340a588 rte_virtio: remove unused static variable 'm' Daniel Verkamp 2017-11-29 15:48:39 -0700
  • 86745294ce virtio: remove virtio_dev_start Dariusz Stojaczyk 2017-11-20 17:53:23 +0100
  • b948246133 virtio: remove vdev->id Dariusz Stojaczyk 2017-11-20 23:15:35 +0100
  • a87768a2ea virtio: use spdk_dma_zmalloc to allocate virtqueue Dariusz Stojaczyk 2017-11-20 23:05:22 +0100
  • 73bfcede86 rte_virtio: remove rte_memzone from vq Dariusz Stojaczyk 2017-11-03 17:37:51 +0100
  • 17a1f07e57 rte_virtio: removed direct rte_smb_*mb calls Dariusz Stojaczyk 2017-11-23 14:40:39 +0100
  • 75cb2da951 blob: fail _spdk_blob_parse_page on bad md descriptors Jim Harris 2017-11-22 16:04:12 -0700
  • f2223d7d21 blob: add data_ro and md_ro flags to spdk_blob Jim Harris 2017-11-21 16:24:00 -0700
  • 500f531200 vhost: free destroy context structure when stopping device Changpeng Liu 2017-11-27 20:26:14 -0500
  • 921a1dc311 examples/ioat/verify: remove DPDK dependency Daniel Verkamp 2017-11-28 13:17:14 -0700
  • 161a300275 VPP: change sockets from FIONBIO to O_NONBLOCK type Tomasz Zawadzki 2017-11-27 09:57:41 -0500
  • 962fdadfb8 barrier: added spdk_smp_*mb to sync between cores Dariusz Stojaczyk 2017-11-23 13:35:15 +0100
  • 3b2ed0e968 rte_virtio: hide some internal functions Dariusz Stojaczyk 2017-11-03 16:55:38 +0100
  • 0434d5d58f example/perf: add more clear information on large queue depth GangCao 2017-11-07 18:37:08 -0500
  • 4952f2540f blobcli: add _blob suffix to dump and import Daniel Verkamp 2017-11-20 16:16:37 -0700
  • bb2444f474 nvme: add a per-process attached_ctrlrs list Daniel Verkamp 2017-11-22 15:51:45 -0700
  • 4525fc898f nvme/pcie: use common trid -> ctrlr function Daniel Verkamp 2017-11-22 15:51:45 -0700
  • 1804f3c528 nvme: move init_ctrlrs out of multi-process struct Daniel Verkamp 2017-11-22 15:26:26 -0700
  • 1c4bdde9a4 rpc: set g_jsonrpc_server to NULL on close Daniel Verkamp 2017-11-28 10:58:42 -0700
  • 6802fe99f4 bdev: handling duplicated bdev name Ziye Yang 2017-11-20 17:31:39 +0800
  • 939df28e3b examples/ioat/perf: remove DPDK dependency Daniel Verkamp 2017-11-28 12:55:53 -0700
  • 44770c2a11 bdev: Remove poller abstraction Ben Walker 2017-11-17 14:49:36 -0700
  • 3aba1a5690 nvmf: Use spdk_for_each_thread to simplify init Ben Walker 2017-11-17 11:43:45 -0700
  • 111eef8f19 channel: Add spdk_for_each_thread Ben Walker 2017-11-01 15:12:13 -0700
  • eaaddf3d48 nvmf: Poll groups now automatically register pollers Ben Walker 2017-11-17 11:31:29 -0700
  • 2bbe6a8021 test/vhost: remove COMMON_DIR from common.sh Pawel Wodkowski 2017-11-16 15:46:44 +0100
  • 63c1c9d510 nvme,arbitration: remove dpdk dependency Ziye Yang 2017-11-20 12:49:24 +0800
  • df14d53dfe nbd: add pthread_detach for created thread Xiaodong Liu 2017-11-22 22:31:27 -0500
  • 9c35e39c54 event: Move spdk_poller_register to io_channel Ben Walker 2017-11-14 13:42:17 -0700
  • 9276ea785e SPDK 17.10.1 v17.10.1 v17.10.x Daniel Verkamp 2017-11-27 15:45:45 -0700
  • c6a1669096 changelog: add v17.10.1 section Daniel Verkamp 2017-11-27 15:45:26 -0700
  • 07a521db1c nvmf: remove ununsed tail entry. Cunyin Chang 2017-11-23 10:29:22 +0800
  • 2e7fe8e888 build: add 'make install' rule Daniel Verkamp 2017-11-15 10:36:36 -0700
  • 534512e821 bdev/lvol: correct messages displayed on screen during tasting Tomasz Zawadzki 2017-11-22 04:01:14 -0500
  • 574af757ca lvol: fix lvol store examine when no lvols present Maciej Szwed 2017-11-21 12:19:33 +0100
  • b08ab084af lvol: fix lvol store load on lvols load fail Maciej Szwed 2017-11-06 20:37:25 +0100
  • 09fec7f014 nvme,reset: remove dpdk dependency Ziye Yang 2017-11-20 13:41:51 +0800
  • 9e477c7b2e lvol: check argument for NULL in vbdev_lvol_store_next function Maciej Szwed 2017-11-24 14:19:36 +0100
  • 0b9cfae48f lvol: do not try to unload lvs until previous one is unloaded Maciej Szwed 2017-11-23 12:57:52 +0100
  • 86a7e1961a lvol: show total accessible clusters in lvol store Maciej Szwed 2017-11-03 14:09:40 +0100
  • 4b5e34e1f1 blobstore: store usable number of clusters in blobstore structure Tomasz Zawadzki 2017-11-08 14:41:37 +0100
  • 1d6dfe6ff1 bdevperf: remove task_pool Ziye Yang 2017-11-24 23:40:13 +0800
  • 93848f4114 test/vhost: Remove the repetitive work about kill the vm Chen Wang 2017-11-08 23:41:52 +0800
  • 3b1fb32f9c bdev: make g_fini_thread static Daniel Verkamp 2017-11-21 10:45:27 -0700
  • 1a2c100332 Revert "test/vhost/initiator: temporarily disable fio test" Dariusz Stojaczyk 2017-11-23 21:26:36 +0100
  • 7e0951d7f5 bdev_virtio: ensure thread safety for virtio_dev unregister Dariusz Stojaczyk 2017-11-23 20:34:44 +0100
  • ba9528c97b rte_virtio: bind virtqueues to spdk_threads instead of lcores Dariusz Stojaczyk 2017-11-23 20:15:23 +0100
  • 5e8ec497d4 bdev_virtio: use a single io_device per virtio_dev Dariusz Stojaczyk 2017-11-21 21:58:37 +0100
  • bc5f86e3e9 test/vhost/initiator: temporarily disable fio test Daniel Verkamp 2017-11-20 12:58:26 -0700
  • 0618d6b0db autotest.sh: add wildcard to RPC socket cleanup Daniel Verkamp 2017-11-22 12:10:29 -0700
  • 7da5c756b7 bdevperf: Remove task_pool for task management Ziye Yang 2017-11-22 16:12:34 +0800
  • b9d123b814 blobstore: on init write zeroes to metadata and unmap rest Maciej Szwed 2017-11-22 15:34:27 +0100