Commit Graph

  • 16c8d766b5 event/app: fix setting "single-file-segments" Dariusz Stojaczyk 2018-06-01 00:56:16 +0200
  • 494c365eca virtio: merge contiguous memory regions Dariusz Stojaczyk 2018-06-01 00:49:49 +0200
  • 0dc36fe97d test/nvmf: move multiconnection out of NIGHTLY_FAILING Daniel Verkamp 2018-06-05 15:39:16 -0700
  • 853770870c doc: reorganize programmer guides in index.md Daniel Verkamp 2018-06-05 14:08:48 -0700
  • 161eb083ae test/vhost: remove config-ro Qemu option from config Karol Latecki 2018-06-05 10:44:35 +0200
  • 5d3d5a49da nbd: use req.len in NBD_CMD_TRIM Pawel Wodkowski 2018-06-05 19:38:10 +0200
  • 4d58c1328a nvmf: Move QID error checks to common path Ben Walker 2018-06-04 14:08:58 -0700
  • b95fc6fc64 nvmf: Return the correct error for out-of-range QID Ben Walker 2018-06-04 13:54:23 -0700
  • 008c111b48 nvme/pcie: only set mmio_ctrlr around actual MMIO Daniel Verkamp 2018-06-05 15:28:49 -0700
  • f2554ee973 scsi: Change spdk_scsi_task_alloc/free_data() from public to private Shuhei Matsumoto 2018-06-06 10:04:43 +0900
  • 86637cae4f doc/vhost.md: update the RPC method for remove_vhost_scsi_target Chen Wang 2018-06-06 09:11:14 +0800
  • c796b90747 bdev/iscsi: break out common code for completing a conn_req Jim Harris 2018-06-05 03:53:53 -0700
  • e83a62bf09 nvme: rename quirk from LIGHTNVM to OCSSD Daniel Verkamp 2018-06-05 09:56:50 -0700
  • 6f872f5ab9 json: Add spdk_json_decode_uint16 Shuhei Matsumoto 2018-06-02 00:10:40 +0900
  • 3f4c54a7c7 bdev/aio: bdev_aio_flush remove redundant parameters Chunyang Hui 2018-06-05 14:54:19 +0800
  • 0cdb08b0e0 env: add size parameter to spdk_mem_map_translate zkhatami88 2018-05-31 14:44:49 -0700
  • f32b3ea9f4 barrier.h: change PPC64 spdk_rmb from lwsync to sync Jim Harris 2018-06-04 10:12:08 -0700
  • fba68d61e1 bdev/iscsi: add RPC support and cofnig dump Pawel Wodkowski 2018-04-05 23:41:19 +0200
  • 06fdb62b3b bdev/iscsi: make connection poll time 0.5ms Pawel Wodkowski 2018-05-29 20:39:02 +0200
  • a76cc7ce61 bdev/iscsi: add create callback Pawel Wodkowski 2018-05-04 02:03:23 +0200
  • 4e51a274de Fix fio_plugin build for FIO_IOOPS_VERSION >= 24. Andrey Kuzmin 2018-06-05 12:11:24 +0300
  • 1559a7cdaa autotest: Adding qos test case under the spdk/test/iscsi_tgt directory. chenlo2x 2018-05-08 10:11:10 +0800
  • c25adb8444 test/vhost: Add no-pci option and fix vhost live migration tc2 & tc3 Pawel Niedzwiecki 2018-06-04 19:15:48 +0200
  • b6f90c527a nvmf/rdma: monitor asynchronous events Philipp Skadorov 2018-04-06 08:53:41 -0500
  • a1c7c58f71 util/bit_array: add functions to count 0/1 bits Daniel Verkamp 2018-06-01 16:04:41 -0700
  • 72800826ec nvmf: Quiesce I/O before closing spdk_nvmf_qpairs Ben Walker 2018-05-22 10:34:56 -0700
  • ed97638ccd include/nvmf.h: add comments for callback functions Yanbo Zhou 2018-04-16 16:43:19 +0800
  • c9476f1b1b doc/lvol: add diagrams to clone-snapshot doc Tomasz Kulasek 2018-05-30 20:34:31 +0200
  • 8580daa1ac nvmf: SGL support for NVMF RDMA Driver. Srikanth kaligotla 2018-05-02 10:01:41 -0400
  • a94accabff bdev: Begin encapsulating spdk_bdev_io Ben Walker 2018-05-31 10:06:30 -0700
  • c6ae008db5 lnvm: add a quirk for identify LightNVM device Xiaodong Liu 2018-05-14 21:03:06 +0800
  • 269a479064 nvme/overhead: fix segfault when no SSD found Jim Harris 2018-06-01 07:17:34 -0700
  • 13ed998697 nvme: make basic request functions static inline Jim Harris 2018-06-01 04:02:00 -0700
  • 9c4679bc77 nvme: rename g_pid to g_spdk_nvme_pid Jim Harris 2018-06-01 07:02:52 -0700
  • 392f3ef589 test/nvmf: fix waitforblk usage in multiconnection xuhuagen 2018-05-31 15:19:15 +0800
  • d76cd984aa nvme: optimize nvme_allocate_request memsets Jim Harris 2018-05-31 07:17:27 -0700
  • 7dff719f7e nvme: optimize layout of struct nvme_payload Daniel Verkamp 2018-05-31 17:52:54 -0700
  • caf85d8f23 nvme: add macros to populate nvme_payload Daniel Verkamp 2018-05-31 17:52:25 -0700
  • 5c2ccd0628 nvme: add helper function to get payload type Daniel Verkamp 2018-05-31 17:51:16 -0700
  • cf6ee25359 nvme/overhead: remove extra spdk_get_ticks() Jim Harris 2018-05-31 06:46:07 -0700
  • 58bcd554b5 bdevperf: add unmap IO workload Jim Harris 2018-05-31 06:16:10 -0700
  • 95e9846781 nvme/overhead: relax ordering around spdk_get_ticks Jim Harris 2018-05-31 06:07:39 -0700
  • 4f0c061d08 nvme/overhead: fix typo Jim Harris 2018-05-31 06:11:06 -0700
  • 39abf01ee2 barrier.h: add spdk_rmb Jim Harris 2018-05-31 06:02:45 -0700
  • fafec18e3c subsystem/iscsi: Add iSCSI options to JSON config file Shuhei Matsumoto 2018-05-25 08:34:08 +0900
  • 59b3479bfd subsystem/iscsi: Add set_iscsi_options RPC to set global params Shuhei Matsumoto 2018-05-15 08:24:19 +0900
  • cfbae9c23b include/bdev.h: add comments for callback functions Yanbo Zhou 2018-04-16 11:25:28 +0800
  • f8387acaa5 event/app: fix setting "single-file-segments" Dariusz Stojaczyk 2018-06-01 00:56:16 +0200
  • b5ad869cc1 virtio: merge contiguous memory regions Dariusz Stojaczyk 2018-06-01 00:49:49 +0200
  • 51806fa7b6 include/event.h: add comments for callback functions Yanbo Zhou 2018-04-16 15:24:13 +0800
  • 0054af55c9 rpc: Fix missing import for json exception Pawel Kaminski 2018-05-30 22:49:45 -0400
  • 40b6f761b2 nvmf: allow abort of AER requests Daniel Verkamp 2018-05-29 18:24:44 -0700
  • c5f3ab7a73 bdev/qos: queue and submit directly on same thread GangCao 2018-05-30 16:15:32 -0400
  • 85a822292d nvmf: refactor abort handling Daniel Verkamp 2018-05-29 18:21:02 -0700
  • d10401cc07 iscsi: Solve the potential no io channel issue. Ziye Yang 2018-05-04 14:43:59 +0800
  • 3dab6c9570 test/vhost: Remove vhost configuration file from integrity test Pawel Niedzwiecki 2018-05-18 15:24:19 +0200
  • 9e9cd51f55 test/nvme_ns_cmd: zero-initialize ctrlr options Daniel Verkamp 2018-05-30 14:38:43 -0700
  • 98d140d2af nvmf: remove unused #defines from nvmf_internal.h Daniel Verkamp 2018-05-30 08:54:10 -0700
  • 026c69db1a doc/vhost_processing: replace the ASCII diagram with an SVG one Dariusz Stojaczyk 2018-05-23 04:07:50 +0200
  • 8a989c7c1e doc: add a brief concept page about vhost Dariusz Stojaczyk 2018-05-15 05:33:29 +0200
  • f14189b9a6 nvmf: Add states to spdk_nvmf_qpair Ben Walker 2018-05-22 10:07:43 -0700
  • 4a8b3adb44 nvmf: Simplify qpair disconnect code path Ben Walker 2018-05-21 16:39:34 -0700
  • d34bd0a60b test/json: Fix: Add missing function declaration to clear nvmf subsystem. Pawel Kaminski 2018-05-30 11:02:25 -0400
  • be1c82b7a8 nvme: update the NS identify data according to AER Changpeng Liu 2018-04-18 21:52:55 -0400
  • 89236d8fc8 test/vhost:Remove vhost configuration file from live migration test. Pawel Niedzwiecki 2018-05-18 18:42:30 +0200
  • fbf06aca1a nvme: fail when request is too long Piotr Pelplinski 2018-04-24 16:25:13 +0200
  • 00a51646d0 nvme: remove stray backslash in comment Daniel Verkamp 2018-05-29 17:50:30 -0700
  • da7673f71f jsonrpc: make "jsonrpc" actually optional Daniel Verkamp 2018-05-29 11:12:56 -0700
  • 1e481d0438 nvmf: Do not allow NN to change while connections present Ben Walker 2018-05-25 14:51:51 -0700
  • a35b1eb6ab nvmf: fix Identify Namespace for inactive NSIDs Daniel Verkamp 2018-05-29 14:33:37 -0700
  • 47c7470dbf spdk_ioctl: define nvme_ctrlr/bdev in internal .h Liu Xiaodong 2018-05-28 21:45:52 -0400
  • 5627cfd000 test/json: Add rpc calls needed for tests Pawel Kaminski 2018-04-10 12:59:19 -0400
  • 0687215884 test/vhost: Remove vhost configuration file from lvol test Pawel Niedzwiecki 2018-05-18 15:29:56 +0200
  • c2b1de2ea6 test/vhost: Remove vhost configuration file from initiator test Pawel Niedzwiecki 2018-05-16 21:56:07 +0200
  • 14edf49a70 test/vhost: Remove vhost configuration file from readonly test Pawel Niedzwiecki 2018-05-17 16:40:16 +0200
  • 035f490d65 test/vhost: Use json configuration file in vhost fiotest. Pawel Niedzwiecki 2018-05-18 15:04:08 +0200
  • 43c5429d6f test/vhost: load json configuration to vhost in spdk_vhost_run. Pawel Niedzwiecki 2018-05-16 21:45:39 +0200
  • bc8f2cd90f blobstore: Change behaviour of dirty bit Piotr Pelplinski 2018-05-10 13:43:17 +0200
  • 88168dd8b8 rpc: fix construct_split_vbdev and destruct_split_vbdev Pawel Niedzwiecki 2018-05-25 15:31:23 +0200
  • dcbcac40be test/migration: fix migration tc3 Pawel Niedzwiecki 2018-05-08 21:16:05 +0200
  • e110a0d1e6 env/dpdk: add support for DPDK 18.05 dynamic memory allocation Dariusz Stojaczyk 2018-05-09 07:28:38 +0200
  • 6ff0c0cfb4 iscsi: Do not output error for connect reset issue Ziye Yang 2018-05-28 10:46:23 +0800
  • b6fce1912d env/dpdk: add support for DPDK 18.05 dynamic memory allocation Dariusz Stojaczyk 2018-05-09 07:28:38 +0200
  • a3c9b23b84 bdev/virtio/rpc: fix memleak in construct_virtio_pci_blk_bdev RPC Dariusz Stojaczyk 2018-05-26 05:59:39 +0200
  • 266f37a5a0 nvme: make response callback after moving completion queue head Changpeng Liu 2018-05-30 01:20:25 +0800
  • 57d93c9ecb blobstore: Hold the original buffer to free it when realloc() is failed Shuhei Matsumoto 2018-05-29 17:41:23 +0900
  • db9f7d3992 blobstore: Use concrete error codes and add callback when failed. Shuhei Matsumoto 2018-05-29 16:06:35 +0900
  • 4906323d47 ocssd: add nvme_ocssd_spec.h Jakub Radtke 2018-05-25 16:00:40 +0200
  • 2db633af80 test/lvol: Snapshot and clone consistency test Pawel Kaminski 2018-04-23 12:30:14 -0400
  • 868a48e6fd bdev_module.h: replace outdated docs with link Daniel Verkamp 2018-05-25 12:52:32 -0700
  • 0ec4774d0d bdev_module.h: update include guard after rename Daniel Verkamp 2018-05-25 12:47:50 -0700
  • 4c91e7bf3b test/nvmf: disable identify_kernel test Daniel Verkamp 2018-05-08 12:54:15 -0700
  • 9a9bef0a9a include/copy_engine.h: add comments for callback functions Yanbo Zhou 2018-04-16 12:23:59 +0800
  • c4bb0ea600 nvme: add helper to wait for internal commands Daniel Verkamp 2018-05-25 13:23:09 -0700
  • 7f51e8e5e2 bdev/rpc: make get_bdevs_iostat name param optional Daniel Verkamp 2018-05-23 15:11:15 -0700
  • bcff4c89b8 bdev: Rename spdk_internal/bdev.h to spdk/bdev_module.h Ben Walker 2018-05-23 14:01:03 -0700
  • 9a7d4d53b3 bdev/iscsi: set user/password if provided in URL Pawel Wodkowski 2018-05-16 19:56:56 +0200
  • 5a1eb0dcf8 Fix up a few remaining "NVML" references Daniel Verkamp 2018-05-24 13:03:27 -0700
  • f54106e771 test/vhost: Add proper path for BASE_DIR variable in common.sh library. Fix in scripts that use BASE_DIR variable that is redefined in common.sh. Pawel Kaminski 2018-05-20 21:35:58 -0400
  • 99c8c6d8e1 nvme: Allow users to request which I/O command set they'd like to use Ben Walker 2018-05-22 13:54:02 -0700