Commit Graph

  • 5ea1c95947 nvmf/rdma: Update only iov_base when buffer replacement succeeds Shuhei Matsumoto 2019-09-24 10:58:39 +0900
  • a5d9d77821 module/raid: move a single function up paul luse 2019-09-27 10:44:56 -0400
  • 75cb691c97 module/raid: replace hardcoded "0" with #define for RAID0 paul luse 2019-09-27 10:35:37 -0400
  • 85c0e1e841 SPDK 19.07.1 v19.07.1 v19.07.x Tomasz Zawadzki 2019-09-27 05:47:33 -0400
  • 93cfde17e0 CHANGELOG: updated for v19.07.1 Tomasz Zawadzki 2019-09-27 07:09:44 -0400
  • b1c3dd41b2 configure: disable internal rte_vhost on FreeBSD Tomasz Zawadzki 2019-09-11 04:00:15 -0400
  • 7fc89387da nvmf/rdma: Factor out setup WR operation from nvmf_rdma_fill_buffers_with_md_interleave() Shuhei Matsumoto 2019-09-25 09:00:17 +0900
  • 8bbde3758a nvmf/rdma: Cleanup nvmf_rdma_fill_buffers_with_md_interleave() Shuhei Matsumoto 2019-09-25 16:35:46 +0900
  • c2f60ea452 nvmf/rdma: Move nvmf_rdma_get_lkey() up in a file Shuhei Matsumoto 2019-09-26 07:26:19 +0900
  • 8f80af4c2a test/ocf/management/multicore: change in test to prevent failure Marcin Dziegielewski 2019-09-26 12:38:36 +0200
  • d1c9e2f779 lib/bdev/ocf: fix race between examine and delete in mulicore test Marcin Dziegielewski 2019-09-25 14:52:27 +0200
  • 1aa8e4e5b2 lib/iscsi: Add iscsi_portal_group_set_auth for per portal group CHAP authentication Shuhei Matsumoto 2019-09-25 15:42:29 +0900
  • b72893a6f2 lib/iscsi: Portal group holds CHAP params and passes them to connections Shuhei Matsumoto 2019-09-25 13:53:34 +0900
  • a398d87467 lib/iscsi: Separate CHAP params setup and authentication process Shuhei Matsumoto 2019-09-25 13:34:38 +0900
  • a6e3a930bb test/compress: Use gen_nvme.sh to create NVMe device Ben Walker 2019-09-26 11:44:50 -0700
  • ab854135ec test: waitforbdev now accepts alias names Ben Walker 2019-09-26 11:43:14 -0700
  • de1f019edf nvme/perf: remove unused variable. Seth Howell 2019-09-26 15:05:02 -0700
  • 46d6711825 test/nvme: Add test sanitize to unittest. yidong0635 2019-09-26 14:46:49 -0400
  • 6bcd3588d1 nvme: add support for write uncorrectable command Benjamin Saunders 2019-09-05 17:01:58 -0700
  • 6956b0ec1e test: Shellcheck - correct rule "backslash+linefeed is literal" Maciej Wawryk 2019-09-16 11:23:41 +0200
  • bebda9fb40 test: Shellcheck - correct rule "using pgrep" Maciej Wawryk 2019-08-30 13:12:56 +0200
  • 93ae0344c8 test: Shellcheck - include check "prevent whitespace problems" Maciej Wawryk 2019-08-30 11:54:35 +0200
  • fe9bc4eb47 test: Shellcheck - include check "word is outside of quotes" Maciej Wawryk 2019-08-30 11:51:02 +0200
  • a9e6fadf3e lib/bdev: Added spdk_bdev_io_get_append_location() Wojciech Malikowski 2019-09-23 11:38:59 -0400
  • 8a2527836d log: remove old-style errlog entries. Seth Howell 2019-09-25 16:18:08 -0700
  • e0e4f4ead6 ut/nvmf/subsystem: Add unit tests for namespace event callback Evgeniy Kochetov 2019-09-16 13:58:49 +0000
  • 657575210d nvmf/subsystem: Open block device with extended API Evgeniy Kochetov 2019-09-11 14:04:56 +0000
  • 5017a67fdc test: Shellcheck - apply rule SC2191 Pawel Kaminski 2019-09-09 11:06:48 -0400
  • 5dbe96a053 nvmf/rdma: Factor out getting lkey and checking length in fill_wr_sge() into get_lkey() Shuhei Matsumoto 2019-09-25 08:15:42 +0900
  • 5e8858d7a3 nvmf/rdma: Simplify nvmf_rdma_fill_wr_sge() by using cached pointers Shuhei Matsumoto 2019-09-25 07:46:41 +0900
  • 89a28bfd1b nvmf/rdma: Factor out WR SGE setup in fill_buffers() into fill_wr_sge() Shuhei Matsumoto 2019-09-23 07:22:10 +0900
  • 7c7a0c0a68 nvmf: Pass not num_buffers but length to spdk_nvmf_request_get_buffers() Shuhei Matsumoto 2019-09-24 09:53:14 +0900
  • aa6964e585 nvmf/rdma: Call spdk_nvmf_request_get_buffers() not once but per WR Shuhei Matsumoto 2019-09-20 14:24:42 +0900
  • 22cd4fe2ce nvmf: Check buffer array overflow in spdk_nvmf_request_get_buffers() Shuhei Matsumoto 2019-09-20 14:19:28 +0900
  • 79945ef0ed nvmf: Hold number of allocated buffers in struct spdk_nvmf_request Shuhei Matsumoto 2019-09-24 10:01:53 +0900
  • 410455e40b nvmf/rdma: Reorder allocation of WRs and buffers in multi SGL case Shuhei Matsumoto 2019-09-20 13:53:26 +0900
  • 5e298147b8 nvmf/rdma: Remove duplicated zeroing req->iovcnt Shuhei Matsumoto 2019-09-24 11:19:16 +0900
  • f0c212614a nvmf/rdma: Fix req->length was not cleared when nvmf_rdma_fill_buffers() fails Shuhei Matsumoto 2019-09-24 13:07:02 +0900
  • d409da0c84 nvmf/rdma: Fix wrong clear of WR SGL when rdma_fill_buffers() fails Shuhei Matsumoto 2019-09-24 09:46:57 +0900
  • 2d224c0d60 nvmf: simplify spdk_nvmf_subsystem_remove_ns Jim Harris 2019-09-24 07:23:39 -0700
  • dc6c3e08fb examples/sock: make hello_sock leverage net subsystem Jim Harris 2019-08-30 03:10:21 -0700
  • e8ecfe1711 examples/sock: remove default conf filename from hello_sock Jim Harris 2019-08-30 03:09:55 -0700
  • a01c6178d7 test/nvmf: test the new nvmf RPCs. Seth Howell 2019-09-16 14:56:47 -0700
  • 3ed64fa9c2 nvmf: fix name comparisons for nvmf_tgt objs Seth Howell 2019-09-16 14:26:29 -0700
  • 208e089a21 lib/nvmf: add the nvmf_get_targets rpc. Seth Howell 2019-09-13 15:37:07 -0700
  • b7fce0a3d4 nvmf/rpc: remove the target rpcs from rpc.py Seth Howell 2019-09-24 16:15:54 -0700
  • 6b6dfea6c7 rpc: Rename get_spdk_version to spdk_get_version Pawel Kaminski 2019-09-19 17:32:01 -0400
  • 3402bfbd7c rpc: Rename kill_instance to spdk_kill_instance Pawel Kaminski 2019-09-19 17:13:36 -0400
  • 0772af4de9 RPC: rename get_nvmf_transports to nvmf_get_transports Maciej Wawryk 2019-09-23 12:42:27 +0200
  • 93d6b7bef4 RPC: rename set_nvmf_target_config to nvmf_set_config Maciej Wawryk 2019-09-23 12:35:43 +0200
  • a1a8585c5c RPC: rename set_nvmf_target_max_subsystems to nvmf_set_max_subsystems Maciej Wawryk 2019-09-23 12:29:33 +0200
  • 16a47c39be test: Shellcheck - remove rule SC2195 from exception list. Pawel Kaminski 2019-09-23 18:22:24 -0400
  • 9a7c72e819 test: Shellcheck - apply rule SC2192. Pawel Kaminski 2019-09-09 11:01:46 -0400
  • cbce06fb92 test: Shellcheck - apply rule SC2199 Pawel Kaminski 2019-09-09 10:08:08 -0400
  • 9ee2e35865 test/nvme: ignore ssh known_hosts when connecting to hotplug VM Karol Latecki 2019-09-24 13:32:54 +0200
  • 94bb0d5456 rdma: add tests for spdk_nvmf_rdma_get_optimal_poll_group Alexey Marchuk 2019-09-20 13:02:08 +0000
  • 73e87ed244 rdma: Add balanced connection scheduling Alexey Marchuk 2019-08-29 07:57:43 +0000
  • 645d5944f2 rdma: Store poll groups in RDMA transport. Alexey Marchuk 2019-08-27 10:40:08 +0000
  • 44cf09c33b sock/posix: Remove potential usage of uninitialized variable Mateusz Kozlowski 2019-09-23 14:51:06 +0200
  • 34a0d851f6 nvmf/tcp: Return DIF error to initiator instead of severe disconnection Shuhei Matsumoto 2019-09-20 10:44:11 +0900
  • ddd97a8b3b nvmf/tcp: Move setting orig_length to the location the value is fixed at Shuhei Matsumoto 2019-09-20 09:43:22 +0900
  • a41fb6e65a util: optimize base64 with Arm NEON Richael Zhuang 2019-08-20 10:58:18 +0800
  • 6635453ee6 rpc: Add alias for rpc_get_methods and fix documentation Pawel Kaminski 2019-09-16 09:51:16 -0400
  • 8bc67f2db3 test/json_config: kill spdk target outside of "if" instruction Karol Latecki 2019-08-27 13:02:29 +0200
  • 19baaa9a0e RPC: rename delete_nvmf_subsystem to nvmf_delete_subsystem Maciej Wawryk 2019-09-23 12:17:30 +0200
  • 7538af7034 RPC: rename nvmf_subsystem_create to nvmf_create_subsystem Maciej Wawryk 2019-09-20 12:22:44 +0200
  • 80a0c5be99 RPC: rename get_nvmf_subsystems to nvmf_get_subsystems Maciej Wawryk 2019-09-20 11:35:36 +0200
  • 8e052bf41b RPC: rename set_bdev_options to bdev_set_options Maciej Wawryk 2019-09-20 11:04:58 +0200
  • 85ab05d32b RPC: rename get_notifications to notify_get_notifications Maciej Wawryk 2019-09-20 10:35:27 +0200
  • c7174d9e07 RPC: rename get_notification_types to notify_get_types Maciej Wawryk 2019-09-20 10:24:52 +0200
  • 416310d543 RPC: rename get_log_flags to log_get_flags Maciej Wawryk 2019-09-18 14:39:32 +0200
  • a25f9bf94a rpc: Rename delete_secret_from_iscsi_auth_group to iscsi_auth_group_remove_secret Pawel Kaminski 2019-09-16 09:38:55 -0400
  • 61f4433c20 rpc: Rename get_iscsi_global_params to iscsi_get_options Pawel Kaminski 2019-09-11 07:39:42 -0400
  • 7eedb271a7 rpc: Rename delete_initiator_group to iscsi_delete_initiator_group Pawel Kaminski 2019-09-03 05:30:46 -0400
  • 94dd4b9a40 rpc: Rename add_initiator_group to iscsi_create_initiator_group Pawel Kaminski 2019-09-03 04:53:37 -0400
  • 2b16dcc740 lib/bdev: Added spdk_bdev_zone_management() Wojciech Malikowski 2019-07-05 11:13:34 -0400
  • 02cabd9eb8 lib/bdev: Added spdk_bdev_get_zone_info() command Wojciech Malikowski 2019-07-04 09:28:13 -0400
  • ec63516af5 lib/bdev: Move some bdev.c static functions to internal header Wojciech Malikowski 2019-09-23 05:34:58 -0400
  • aa35048d15 lib/bdev: Zoned bdev public header Wojciech Malikowski 2019-07-05 06:17:55 -0400
  • 9b3ae37f33 lib/bdev: Added spdk_bdev_is_zoned() to bdev interface Wojciech Malikowski 2019-07-05 08:10:58 -0400
  • 099489b207 lib/nvmf: Add nvmf_destroy_target rpc Seth Howell 2019-09-13 14:52:05 -0700
  • c9b89ef128 lib/nvmf: nvmf_create_target rpc Seth Howell 2019-09-13 14:11:36 -0700
  • a52cb577b7 lib/nvmf: add helper functions for future RPCs. Seth Howell 2019-09-13 11:09:07 -0700
  • c1f6def98a rpc: Rename get_iscsi_auth_groups to iscsi_get_auth_groups Pawel Kaminski 2019-09-13 09:55:55 -0400
  • bcab0b3b53 rpc: Rename delete_iscsi_auth_group to iscsi_delete_auth_group Pawel Kaminski 2019-09-13 09:39:01 -0400
  • d9edd3afbb rpc: Rename add_iscsi_auth_group to iscsi_create_auth_group Pawel Kaminski 2019-09-13 09:26:19 -0400
  • 4d62a7cc1f rpc: Rename get_interfaces to net_get_interfaces Pawel Kaminski 2019-09-18 05:07:01 -0400
  • 89bb6b0eb4 rpc: Rename delete_ip_address to net_interface_delete_ip_address Pawel Kaminski 2019-09-18 05:00:43 -0400
  • b72455c851 rpc: Rename add_ip_address to net_interface_add_ip_address Pawel Kaminski 2019-09-18 04:53:32 -0400
  • 5e9cea267e rdma: Fix scanbuild warning for gcc9+. yidong0635 2019-09-20 05:05:26 -0400
  • d43ee98c36 configure: disable internal rte_vhost on FreeBSD Tomasz Zawadzki 2019-09-11 04:00:15 -0400
  • d53a1f1cba nvmf/rdma: Handle completions for destroyed QP associated with SRQ Evgeniy Kochetov 2019-08-15 06:06:39 +0000
  • 092a64abce make: add dependencies for the rte_vhost build. Seth Howell 2019-09-06 09:34:34 -0700
  • 84584d081f lib/ftl: delay processing ANM events initialization is completed Konrad Sztyber 2019-08-30 14:08:32 +0200
  • 351fd43955 lib/ftl: track number of pending write buffer entries Konrad Sztyber 2019-08-30 13:46:38 +0200
  • 22e353bcbb lib/ftl: flush the write buffer during nv_cache recovery Konrad Sztyber 2019-08-30 10:21:10 +0200
  • 3e2b0689a5 test/nvme: re-enable nvme hotplug test Karol Latecki 2019-09-19 12:46:21 +0200
  • de5c7b8a40 bdevperf: Use zcopy APIs for write I/O with verify or reset cases Shuhei Matsumoto 2019-09-10 13:21:02 +0900
  • 00dd9e8519 configure: add -march-native to dpdk build check. Seth Howell 2019-09-17 10:58:31 -0700
  • 5817a1cf3f lib/bdev/ocf: fix memory leak of vbdev_ocf_qcxt Marcin Dziegielewski 2019-09-20 14:36:51 +0200