Commit Graph

  • 1e2b25ec20 bdevperf: fix the reset testing failure issue. Ziye Yang 2018-07-16 21:33:05 +0800
  • 9ddf643831 thread: don't immediately remove channel from list when put Jim Harris 2018-07-10 06:01:08 -0700
  • 706c57bf2f doc: Add an example of using two.js to draw a diagram Ben Walker 2018-06-12 15:18:11 -0700
  • b381bf1dad doc: Embed two.js for use in drawing diagrams Ben Walker 2018-06-12 14:25:16 -0700
  • 41586b0f1d bdev: add raid bdev module Kunal Sablok 2018-05-08 07:30:29 -0400
  • 7c57c0f2ad nvme: show command manual completion Pawel Wodkowski 2018-05-15 18:41:59 +0200
  • aa2789e926 QoS/Bdev: update the Byte rate limit timeslice control GangCao 2018-07-03 21:43:39 -0400
  • 1f2e86283c include/nvme.h: add comments for public APIs Yanbo Zhou 2018-05-14 21:51:14 +0800
  • c5b00933ce iscsi: Fix the issue that queued iSCSI tasks are not migrated when clearing tasks Shuhei Matsumoto 2018-07-11 14:24:10 +0900
  • 0d2745c94b test: use SKIP_DPDK_BUILD in pre-push githook John Meneghini 2018-07-12 00:09:41 -0700
  • b4ceb613e1 nvme: add chk_rdy quirk for some Samsung drives Lance Hartmann 2018-07-13 14:20:21 -0400
  • 07926e1b55 test/nvmf: Do not use config files Pawel Niedzwiecki 2018-07-11 22:28:56 +0200
  • a691aa3121 fio_plugin: add extended lba format pi support Xiaodong Liu 2018-06-11 04:26:40 -0400
  • 085a6a37fe scripts/perf: add vhost perf Karol Latecki 2018-06-22 14:16:50 +0200
  • f7d5bf0cef test/vhost: add script for performance benchmarking Karol Latecki 2018-06-22 09:38:39 +0200
  • 2cb6391545 spdkcli: add try-except guards to calls Karol Latecki 2018-07-13 14:08:16 +0200
  • cd5579e89a doc/jsonrpc: add RPC for all bdev types Pawel Wodkowski 2018-07-04 19:21:23 +0200
  • ea03582d85 spdkcli: virtio bdev management. Karol Latecki 2018-07-03 13:25:11 +0200
  • 5e5cc5ac9c spdkcli: add basic vhost management Karol Latecki 2018-04-05 11:08:09 +0200
  • fdd6dbc902 vhost: add socket path in info dump Pawel Wodkowski 2018-07-12 15:29:18 +0200
  • a0f4eeaf38 doc/jsonrpc: add rpc for vhost target Pawel Wodkowski 2018-07-03 19:50:01 +0200
  • a8b9e3e0c3 doc/jsonrpc: clarify the required, optional and error messages Pawel Wodkowski 2018-07-09 15:54:49 +0200
  • 38e77fd193 doc/user guide: add common user guide page Pawel Wodkowski 2018-07-03 18:28:23 +0200
  • cf82b9bcc2 bdev: add extra parameters to iostat rpc. Seth Howell 2018-07-05 14:23:55 -0700
  • 0398702483 bdev: add rpc for enabling queue_depth monitoring Seth Howell 2018-07-05 11:41:41 -0700
  • 760b868aa8 bdev: add ability to track bdev queue depth. Seth Howell 2018-07-05 10:44:30 -0700
  • 459e899095 bdevperf: don't try to free targets if head is NULL Paul Luse 2018-07-11 21:13:39 -0700
  • 8658d568a6 bdev/iscsi: Add reset function for iscsi initiator Chunyang Hui 2018-07-04 09:46:44 +0800
  • 564db67415 nvme/pcie: make sure sq and cq are physically contiguous Dariusz Stojaczyk 2018-07-08 22:06:00 +0200
  • fdec444aa8 nvmf/rdma: track requests in any state Philipp Skadorov 2018-06-24 23:04:53 -0500
  • 75646dbe37 scripts/rpc: Some params of iSCSI methods are non-optional against intention Shuhei Matsumoto 2018-07-10 17:18:01 +0900
  • 65165d795d virtio: fix vq init error handling Dariusz Stojaczyk 2018-07-11 17:43:15 +0200
  • e8762a41db virtio/pci: make sure each queue is physically contiguous Dariusz Stojaczyk 2018-07-09 11:43:21 +0200
  • 9166bb3c51 ut/iscsi: Add UT for clear_all_transfer_tasks (Delete all or LUN specific tasks) Shuhei Matsumoto 2018-07-10 14:36:35 +0900
  • d02e91b34f ut/iscsi: Add UT for spdk_del_transfer_task (Delete task whose R2T matches task tag) Shuhei Matsumoto 2018-07-09 22:43:30 +0900
  • fc01195e1c ut/iscsi: Add UT for spdk_get_transfer_task (Get task whose R2T matches TTT) Shuhei Matsumoto 2018-07-09 22:21:52 +0900
  • 9265e1ebbe ut/iscsi: Add UT for spdk_add_transfer_task (Sending R2Ts) Shuhei Matsumoto 2018-07-09 17:16:33 +0900
  • 6cfb803485 NVMF: Fibre Channel Transport API (follow-up) John Barnard 2018-07-10 15:02:21 -0700
  • 5518a327a8 nvmf/rdma: fix error paths in spdk_nvmf_rdma_create Daniel Verkamp 2018-07-10 10:23:11 -0700
  • 043e5edb1f nvmf/rdma: check for rdma_get_devices() failure Daniel Verkamp 2018-07-10 09:56:14 -0700
  • fbb481c2c6 test: add SPDK_TEST_NVME_CLI autotest flag Daniel Verkamp 2018-07-10 09:32:30 -0700
  • 56ad1cbea4 ut/lvol: remove bogus lvol_op_comp test Daniel Verkamp 2018-07-09 15:40:16 -0700
  • 2e0df7813e test: vm_setup.sh localization Ed Rodriguez 2018-06-22 13:57:00 -0400
  • 806f43b26d test: improvements to vm_setup.sh and pkgdep.sh John Meneghini 2018-06-19 15:22:48 -0400
  • d53545eff7 bdev: fix alignment math in spdk_bdev_io_set_buf() Daniel Verkamp 2018-07-10 13:24:43 -0700
  • 58d8a4564b test: add ability to mock spdk_dma_malloc() Paul Luse 2018-07-07 15:16:18 -0700
  • 0e9f9bead9 NVMF: Fibre Channel Transport API John Barnard 2018-06-12 10:23:33 -0700
  • b2fd5b25b2 json/rpc: Tests for nvmf subsystem Pawel Niedzwiecki 2018-05-25 18:41:17 +0200
  • f0ec7bc6e7 scsi/bdev: use spdk_bdev_queue_io_wait() Tomasz Zawadzki 2018-07-05 03:32:48 -0400
  • d7a7ef613c scsi: spdk_bdev_scsi_reset() now returns void Tomasz Zawadzki 2018-07-09 02:24:26 -0400
  • 6f9e81eea0 scsi/UT: add scsi_bdev IO operations UT Tomasz Zawadzki 2018-07-10 12:44:15 -0400
  • 87210c1391 test/nvme: add unit test cases for nvme_qpair.c Chen Wang 2018-06-27 13:46:23 +0800
  • 1fcfc425bf test/nvmf: test InCapsuleDataSize 0 in filesystem.sh Daniel Verkamp 2018-07-09 11:11:00 -0700
  • 6138d3bc72 nvmf: Allow In-Capsule data size to be 0. Senthil Kumar V 2018-07-06 04:46:28 -0400
  • df8cbd66c7 test/unit: remove more scan-build errors Seth Howell 2018-07-06 16:14:25 -0700
  • a0246f6553 lib: validate ib_verbs context is valid before using it shahar salzman 2018-07-04 11:56:05 +0300
  • 6d05186697 ocssd: add chunk info list as mptr of vector reset Young Tack Jin 2018-06-27 14:23:34 -0700
  • 09e3f4e3db nvmf: give qpair_disconnect an asynchronous api. Seth Howell 2018-06-29 12:09:47 -0700
  • 82c64e2a41 nvmf: FC-NVMe spec. header file John Barnard 2018-06-28 15:53:48 -0700
  • 57bce7953f test/json: Add rbd bdev test Pawel Kaminski 2018-07-02 21:37:42 -0400
  • 274980704e bdev: reorder items in spdk_bdev. Seth Howell 2018-07-02 14:13:41 -0700
  • 49e24df51c test: remove leftover spdk_cunit declaration Daniel Verkamp 2018-07-06 13:03:15 -0700
  • b2d3a95b0e doc/jsonrpc: fix response of context_switch_monitor Daniel Verkamp 2018-07-06 13:27:18 -0700
  • ad51b333e8 ut/json: add a few test cases to json_parse_ut Daniel Verkamp 2018-06-29 15:39:47 -0700
  • 4a9dce9a48 Use SPDK_CONTAINEROF in a few more places Daniel Verkamp 2018-07-05 15:04:43 -0700
  • 7d24e2a4cd env_dpdk: fix mem_map translation for sizes >2MB Daniel Verkamp 2018-07-05 11:23:55 -0700
  • 7ac8b609b0 env_dpdk: fix mem map array sizes Daniel Verkamp 2018-07-05 11:03:42 -0700
  • 88e26908fa test/unit: fix several scan-build errors. Seth Howell 2018-07-06 13:59:32 -0700
  • 5b072d3739 test/config: add some comments to vm_setup Seth Howell 2018-07-06 12:54:51 -0700
  • 095f355bf3 virtio/user: do not set vring physical address Dariusz Stojaczyk 2018-06-27 12:42:55 +0200
  • bcfd6d0fb4 scsi: only set SPDK_SCSI_STATUS_GOOD on bdev callback Tomasz Zawadzki 2018-07-03 09:02:19 -0400
  • 0cd2f86977 iscsi: Remove resdiual count variables about unsupported bidirectional command Shuhei Matsumoto 2018-06-29 16:19:28 +0900
  • c3b82474e0 ut/iscsi: Add unit test for residual count of SCSI Check Condition Shuhei Matsumoto 2018-07-06 17:48:14 +0900
  • 3e66e72651 ut/iscsi: Add unit test for residual count of SCSI Request Sense Shuhei Matsumoto 2018-07-06 17:05:58 +0900
  • a02ab95ebb iscsi: Bug fix for residual count when length of data transfer from SCSI was 0 Shuhei Matsumoto 2018-07-05 15:09:55 +0900
  • 9d258c75af bdev: split examine into two parts Piotr Pelplinski 2018-06-26 14:07:11 +0200
  • d1aa8f622d doc/jsonrpc: Add RPCs for logical volume block devices Shuhei Matsumoto 2018-07-03 07:23:59 +0900
  • 3ae39bd495 script/rpc: inflate_lvol_bdev is called even if decouple_parent_lvol_bdev is called Shuhei Matsumoto 2018-07-06 14:14:21 +0900
  • 1196deb504 test: fix scan-build errors in bdev unittests. Seth Howell 2018-07-06 12:37:38 -0700
  • 3a15b49b05 virtio: move queue allocation to backend code Dariusz Stojaczyk 2018-06-27 12:33:19 +0200
  • e724452ec0 virtio: call backend-specific queue cleanup on vdev stop Dariusz Stojaczyk 2018-06-27 13:41:52 +0200
  • f1acfee360 test: make unittest.sh work from any directory Daniel Verkamp 2018-07-06 08:53:45 -0700
  • 025997a0b2 bdev: pack internal fields of spdk_bdev_io. Seth Howell 2018-07-06 10:17:06 -0700
  • d36ce206ec nvme/pcie: do not assume tracker array memory is physically contiguous Dariusz Stojaczyk 2018-06-26 19:37:52 +0200
  • ca1de9eb75 test: remove spdk_cunit library Jim Harris 2018-07-05 06:10:58 -0700
  • 56d35c5d13 test: forbid use of CU_ASSERT_FATAL Jim Harris 2018-07-05 05:52:19 -0700
  • 20836de289 env_dpdk: move 2MB alignment comment to correct position Jim Harris 2018-07-05 04:46:23 -0700
  • 140eaaa084 bdev: submit queued IO after disabling QoS Jim Harris 2018-07-05 08:57:33 -0700
  • 436c0c189b virtio: check F_CONFIG feature before sending GET/SET_CONFIG Dariusz Stojaczyk 2018-07-03 09:26:33 +0200
  • 62844ae3ca virtio: allow config read/write to fail Dariusz Stojaczyk 2018-07-02 13:13:52 +0200
  • 48322f0c37 virtio/user: negotiate VHOST_USER_PROTOCOL_F_CONFIG Dariusz Stojaczyk 2018-07-02 13:24:43 +0200
  • 0b9e4c8ff7 virtio/user: negotiate VHOST_USER_PROTOCOL_F_MQ Dariusz Stojaczyk 2018-07-02 12:54:11 +0200
  • 5910855c68 virtio/user: support protocol features Dariusz Stojaczyk 2018-07-02 12:43:05 +0200
  • 9aff546b7f test/json: Test for vhost subsystem. Pawel Kaminski 2018-05-10 12:39:55 -0400
  • 4265138722 bdev: remove public usage of bdev_part_base.ref Seth Howell 2018-07-03 09:57:23 -0700
  • 6b7609b639 bdev.c: encapsulate members of spdk_bdev_part. Seth Howell 2018-06-28 10:37:00 -0700
  • 575a4025c5 bdev: Add docs to new functions in bdev_module.h Seth Howell 2018-06-25 16:12:07 -0700
  • 5d5243e0d3 bdev: make pointers to part_base opaque. Seth Howell 2018-06-21 15:23:42 -0700
  • 4a9583f7fe test/json: Add pmem bdev test Pawel Kaminski 2018-07-02 17:17:50 -0400
  • 4af4e4f509 nvme: adjust physically contiguous memory comments Daniel Verkamp 2018-06-27 08:57:14 -0700