Commit Graph

  • c9275afb62 ut/iscsi: Add out or order completion of read split Shuhei Matsumoto 2019-11-05 15:42:08 +0900
  • 83271409c0 lib/iscsi: Simplify DIF insert/strip by doing at each PDU type handler Shuhei Matsumoto 2019-10-21 07:37:01 +0900
  • 84482f4420 ut/iscsi: Unit test for PDU header handling Shuhei Matsumoto 2019-10-24 10:05:06 +0900
  • 3c4dfbd339 lib/iscsi: Assert if conn->data_in_cnt goes negative or is left positive Shuhei Matsumoto 2019-11-15 13:22:52 +0900
  • 39bdb45ed8 lib/iscsi: Decrement conn->data_in_cnt of primary correctly for LUN hotplug Shuhei Matsumoto 2019-11-15 13:07:39 +0900
  • 0110aad718 lib/iscsi: Re-check primary task in SCSI Data-Out PDU payload handler Shuhei Matsumoto 2019-11-15 14:44:46 +0900
  • 6e4e85dcef lib/iscsi: Replace conn_free_pdu() by task_put() and put_pdu() in remove_acked_pdu() Shuhei Matsumoto 2019-11-15 14:09:36 +0900
  • cabbe1b179 bdev/zone: Register/unregister zoned bdev Mateusz Kozlowski 2019-08-21 10:38:53 +0200
  • 76be5ff6f0 util: Promote shifted value in spdk_align64pow2 to uint64 Mateusz Kozlowski 2019-10-11 12:59:47 +0200
  • 195be29e9b bdev/zone: Rpc functions for zoned block bdev Mateusz Kozlowski 2019-08-19 13:36:42 +0200
  • 76fb903a74 bdev/zone: Create and delete zoned block device vdev Mateusz Kozlowski 2019-08-19 11:45:18 +0200
  • 6b87dd8023 nvme_rdma: Detect stale connection failures. Seth Howell 2019-11-01 15:31:32 -0700
  • 208fbb675c nvme_rdma: more cm_event validation to a helper function. Seth Howell 2019-11-01 15:28:58 -0700
  • b35dfa2bd2 nvme/perf: Make it possible to disable keep alive. Seth Howell 2019-11-01 14:54:29 -0700
  • af7be0acec iscsi: No longer set sndbuf size Ben Walker 2019-09-30 12:14:55 -0700
  • 4579a16f30 lib/nvmf: Add a new state to wait for the req slot Ziye Yang 2019-11-09 01:26:13 +0800
  • bdeb41a3cd bdevperf: add force completions mode. Seth Howell 2019-11-08 16:30:48 -0700
  • 6d62ef1e81 test/nvmf: skip target disconnect on RXE. Seth Howell 2019-11-14 12:56:17 -0700
  • f6646fd9fa nvme/tcp: detect cq errors. Seth Howell 2019-11-13 08:43:16 -0700
  • ac03d9206f nvmf: Use correct error code on bad reservation report command Ben Walker 2019-11-13 11:05:15 -0700
  • 4c42b933c9 app: Add cli options to print SPDK version Alexey Marchuk 2019-11-12 20:12:00 +0300
  • 6c3f93c7fb lib/vmd: Documentation and user guide Wojciech Malikowski 2019-11-07 06:11:24 -0500
  • dc6d89b925 lib/scsi: Really wait for only outstanding tasks for LUN hotplug Shuhei Matsumoto 2019-11-13 12:01:00 +0900
  • 8287ae7814 lib/scsi: Abort management tasks being queued when removing LUN Shuhei Matsumoto 2019-11-13 08:34:44 +0900
  • db91cfe045 lib/scsi: Stop submitting new task and abort pending tasks for LUN hotplug Shuhei Matsumoto 2019-11-08 08:17:35 +0900
  • 74ab9f9041 lib/scsi: Factor out submiting pending tasks in LUN into a function Shuhei Matsumoto 2019-11-08 13:05:34 +0900
  • b386a3a9a2 lib/scsi: Assert if ref count of task goes negative Shuhei Matsumoto 2019-11-08 07:17:18 +0900
  • 3d8c12a16f lib/iscsi: Remove duplicated freeping primary task for write I/O Shuhei Matsumoto 2019-11-11 07:01:13 +0900
  • e4cf639f7d lib/iscsi: Free primary after last subtask done for read I/O Shuhei Matsumoto 2019-11-10 07:25:19 +0900
  • 0326031ecd lib/iscsi: Do not overwrite primary->lun even when LUN removal is notified Shuhei Matsumoto 2019-11-08 16:37:13 +0900
  • d115518ba0 test/nvmf: use nvmfappstart in bdevperf. Seth Howell 2019-11-08 15:33:55 -0700
  • 65cb0a108d scripts/ceph: Fix some compatible issues about ceph-14.*.*. dongx.yi 2019-11-12 05:28:18 -0500
  • 0b4ca5225a module/raid: raid level specific start/stop callbacks Artur Paszkiewicz 2019-10-29 14:31:51 +0100
  • 9d94e1f53e module/raid: don't declare variable inside 'for' statement Artur Paszkiewicz 2019-11-13 10:50:00 +0100
  • 94ea87541e module/raid: add asserts in raid_bdev_configure() Artur Paszkiewicz 2019-11-12 13:55:03 +0100
  • 182278c093 module/raid: function pointers for submit_request in raid_bdev_module Artur Paszkiewicz 2019-10-10 14:24:07 +0200
  • 6ba11b194e module/raid: function for raid bdev_io completion Artur Paszkiewicz 2019-10-10 12:48:13 +0200
  • ae70d6a4a6 module/raid: simplify raid_bdev_queue_io_wait() Artur Paszkiewicz 2019-10-10 12:39:08 +0200
  • 235cc2c956 module/raid: assign some values to variables to improve readability Artur Paszkiewicz 2019-11-06 12:59:01 +0100
  • d3a04643bf module/raid: move error code check out of raid_bdev_queue_io_wait() Artur Paszkiewicz 2019-11-06 12:46:55 +0100
  • cb8dbf17dc module/raid: add raid_bdev pointer to struct raid_io Artur Paszkiewicz 2019-10-10 12:07:02 +0200
  • 5b88597ac6 bdev: Initialize md_buf for zero copy start request Kozlowski Mateusz 2019-11-06 09:54:47 -0500
  • fa540f18d8 test/ocf: split tests for io types and get_stats Vitaliy Mysak 2019-11-13 09:20:03 +0100
  • 2ad7573393 build/rpc: Add git sha1 to SPDK version macro Alexey Marchuk 2019-11-12 17:00:53 +0300
  • e4aee795c0 configure/ISA-L: Move log file to submodule directory Alexey Marchuk 2019-11-11 16:00:09 +0300
  • 3cf9ff7495 rdma/conf: Add parsing of no_srq parameter via conf file Alexey Marchuk 2019-11-11 14:49:17 +0300
  • 6a382b9860 vhost: delete vhost_put_poll_group declaration Liu Xiaodong 2019-10-28 02:23:04 -0400
  • 03c71d3741 test/vhost: update raid bdev entries in config file Karol Latecki 2019-11-07 18:18:20 +0100
  • ec2ba7aade bdev/uring: add an argument to specify block size Yao Liu 2019-10-29 17:25:00 +0800
  • 9d9a90faa0 nvme/perf: print periodic stats to stdout every 1s Jim Harris 2019-11-05 05:55:11 -0700
  • 623203b373 test: Shellcheck - include check SC2142 Maciej Wawryk 2019-11-05 14:36:41 +0100
  • 17b26b7690 test: Shellcheck - correct rule: Word is on the form... Maciej Wawryk 2019-11-05 14:31:51 +0100
  • 4d0c5091a9 test: Shellcheck - add rule SC2154 to exclude list Pawel Kaminski 2019-10-25 08:49:18 +0000
  • 074df1d896 test: Shellcheck - apply rule SC2155 Pawel Kaminski 2019-10-24 13:58:04 +0000
  • c9c576912d test: Shellcheck - move rule SC2162 to exception list Pawel Kaminski 2019-10-21 06:14:41 -0400
  • 933d990e23 ut/iscsi: Use TAILQ_HEAD_INITIALIZER() for g_write_pdu_list Shuhei Matsumoto 2019-10-22 09:52:30 +0900
  • 22f4e0a12f lib/iscsi: Use cached pdu->data_segment_len throughout in iscsi_pdu_hdr_op_scsi() Shuhei Matsumoto 2019-10-21 18:22:28 +0900
  • bb61fabf26 lib/iscsi: Clarify only logout with reason "close the session" is acceptable on discovery session Shuhei Matsumoto 2019-10-29 07:24:28 +0900
  • 9c3c488e0c lib/iscsi: Fix NULL pointer access for logout with close connection Shuhei Matsumoto 2019-10-21 11:26:55 +0900
  • 71f63bb7d9 lib/iscsi: Embed _iscsi_conn_free() into the caller and free it Shuhei Matsumoto 2019-10-31 14:27:22 +0900
  • 9a25fc12bb test: add SPDK_BUILD_PACKAGE flag Tomasz Zawadzki 2019-11-07 04:06:41 -0500
  • 542185b7e0 nvme/qpair: merge two if case into one. Ziye Yang 2019-11-06 22:31:00 +0800
  • 08273e77de tcp: Fix no tcp_req issue while using async writev later. Ziye Yang 2019-10-31 22:52:49 +0800
  • e19fd311fc nvmf/tcp: Add ttransport variable in spdk_nvmf_tcp_sock_process Ziye Yang 2019-11-01 22:12:08 +0800
  • e0c4db2acb rpc: Fix - Use correct deprecated alias name for bdev_nvme_set_hotplug Pawel Kaminski 2019-11-07 17:30:33 -0500
  • 750f2b4b3d thread: fix set-but-unused warning Jim Harris 2019-11-06 03:43:58 -0700
  • e9be9df45f nvmf/tcp: Fix the potential issue of connection construction. Ziye Yang 2019-10-30 23:37:18 +0800
  • 921c378d79 module/crypto: stop touching bdev internal status field paul luse 2019-10-17 22:40:20 +0000
  • 933bf632d6 event/vmd: write_config_json support Konrad Sztyber 2019-11-06 10:06:14 +0100
  • 6f3ca0804e bdev/uring: try without O_DIRECT flag if non-disk file first open fails Yao Liu 2019-11-06 11:20:39 +0800
  • adf19fe6a3 bdev/uring: open bdev file with O_RDWR flag Yao Liu 2019-11-06 11:10:34 +0800
  • d352c44ad0 test: Shellcheck - correct rule: Consider using grep -c Maciej Wawryk 2019-11-05 14:21:11 +0100
  • e764b4ca5d test: Shellcheck - correct rule: Assigning an array to a string Maciej Wawryk 2019-11-05 13:06:34 +0100
  • 98c63be88f test: Shellcheck - include check SC2121 Maciej Wawryk 2019-11-05 12:59:18 +0100
  • 9a4a87b573 test: Shellcheck - correct rule: $/${} is unnecessary on arithmetic variables. Maciej Wawryk 2019-11-05 10:28:35 +0100
  • 08a71404a2 test: fix uses of deprecated RPCs Jim Harris 2019-11-05 07:10:29 -0700
  • 2be2b6eba5 test: add additional asan suppressions related to fio Jim Harris 2019-11-06 10:10:53 -0700
  • acea7bbce4 test/rpc_client_test: remove g_rpc_server_th_done sem_t Jim Harris 2019-11-06 08:44:13 -0700
  • 8088176127 test/vhost_perf: add option to not run gen_nvme.sh Karol Latecki 2019-08-08 17:21:44 +0200
  • 7f19b9c66d test/vhost_perf: enable host SAR CPU measurements Karol Latecki 2019-08-07 13:49:45 +0200
  • 2271c69500 blobfs_bdev_ut : fix memory leak jiaqizho 2019-11-04 13:47:46 +0800
  • 861010b2d3 test/unit: Add bdev_zone_ut.c to unittest. dongx.yi 2019-10-29 11:36:10 -0400
  • 50113a0b79 test/openstack: Add possibility to reinstall devstack on required branch Pawel Kaminski 2019-09-20 15:27:11 +0200
  • 7b267b4420 test/openstack: Adjust installation file to newest changes in devstack. Pawel Kaminski 2019-10-31 05:18:58 -0400
  • 6f209f63ae test: fix Blobfs latent failures in test pool Xiaodong Liu 2019-10-22 17:44:14 +0800
  • 138e6daec3 rpc/blobfs: add cache size setting rpc Xiaodong Liu 2019-10-21 23:32:12 +0800
  • 2f249ace0c blobfs: add result for set_cache_size Xiaodong Liu 2019-10-21 23:15:20 +0800
  • e93449910a nvme: use -EFAULT for vtophys-related failures Jim Harris 2019-11-01 11:16:43 -0700
  • 0f481877ae nvme: add consistency to I/O command function comments Jim Harris 2019-11-01 11:21:42 -0700
  • 8f8a56af64 trace: fix calculation of histories_size Jim Harris 2019-11-01 10:49:39 -0700
  • 4036f95bf8 thread: return int from spdk_thread_seng_msg Jim Harris 2019-10-25 15:47:57 -0700
  • 296e7fba03 rpc: add spdk_rpc_verify_methods() Jim Harris 2019-10-25 16:04:51 -0700
  • 3ca9d4fc5e nvme: simplify nvme_pcie_qpair_build_contig_request Jim Harris 2019-10-25 15:02:42 -0700
  • 0ae5a89dc4 module/raid: unify submit_request function signatures Artur Paszkiewicz 2019-10-10 12:01:28 +0200
  • 77b8618ecc module/raid: remove redundant functions Artur Paszkiewicz 2019-10-10 11:43:43 +0200
  • 485c79126c module/raid: put raid_io initialization in one place Artur Paszkiewicz 2019-10-10 11:28:37 +0200
  • 152cce0d53 module/raid: replace ch with raid_ch in struct raid_bdev_io Artur Paszkiewicz 2019-10-10 11:23:01 +0200
  • 706029d5be module/raid: register RAID modules Artur Paszkiewicz 2019-10-09 11:22:41 +0200
  • 7c77c29268 module/compress: handle enqueue errors paul luse 2019-10-26 20:17:10 +0000
  • fede944d8c module/compress: small code cleanup in poller paul luse 2019-10-26 19:35:42 +0000