Commit Graph

  • 6e3346df5b scheduler: Add option to provide scheduler period in framework_set_scheduler RPC Maciej Szwed 2020-11-26 11:18:16 +0100
  • cc0d13f7e6 event: Change _spdk_scheduler_period_set() to use usec as argument instead of ticks Maciej Szwed 2021-01-12 11:57:17 +0100
  • f3bf9f501a event: Set default scheduling period Maciej Szwed 2020-12-03 13:44:59 +0100
  • 584fb373eb scheduler: copy snapshot of thread stats to new spdk_lw_thread field Maciej Szwed 2020-11-26 10:28:15 +0100
  • 75022aa205 event: Move scheduler set call and scheduling reactor set call Maciej Szwed 2020-11-05 12:36:43 +0100
  • 3962f9047a nvme: add quirks for new NVMe controller Changpeng Liu 2021-01-10 23:44:02 -0500
  • 02d3d439be nvme: New function to perform a NVMe subsystem reset Michael Haeuptle 2020-12-08 16:57:22 +0000
  • 64739a7a24 module/bdev: Remove unnecessary code. yidong0635 2021-01-13 09:35:57 -0500
  • b48596efbc lib/nbd: Remove errno != EWOULDBLOCK in nbd_socket_rw Ziye Yang 2021-01-05 19:25:17 +0800
  • 01f2d0bd2d nvmf/rdma: Use RDMA provider memory translation Alexey Marchuk 2020-11-11 16:20:36 +0300
  • b6efb964cd nvme/rdma: Use RDMA provider memory translation Alexey Marchuk 2020-11-10 20:37:41 +0300
  • 7fabdd12b6 rdma: Add functions to support memory translation Alexey Marchuk 2020-10-21 18:32:01 +0300
  • f892089f92 nvmf/fc: Add flag to differentiate LS queue and non LS queue. Naresh Gottumukkala 2021-01-08 05:06:06 +0000
  • 9f0b1d763a nvmf/fc: Extend nvmf_fc_lld_fini to take spdk_nvmf_transport_destroy_done_cb. Naresh Gottumukkala 2021-01-08 04:50:06 +0000
  • 74669b90fc nvmf/fc: Fix use after free issue. Naresh Gottumukkala 2021-01-08 02:44:58 +0000
  • cf07c1f7be nvmf/fc: Use correct args in nvmf_fc_adm_evnt_hw_port_reset api. Naresh Gottumukkala 2021-01-08 02:38:38 +0000
  • 143c78a94c nvmf/fc: For ABTS search only in already established connections. Naresh Gottumukkala 2021-01-08 02:37:06 +0000
  • 61dfdd2a48 nvmf/fc: FC Priority tagging and VMID support. Naresh Gottumukkala 2021-01-08 02:08:17 +0000
  • cfc716feb8 nvmf/fc: Handle out of order fused commands. Naresh Gottumukkala 2021-01-07 11:19:05 +0000
  • e3c78a6453 nvmf/fc: Add support for hwport free admin api. Naresh Gottumukkala 2021-01-07 10:41:46 +0000
  • dc0d896293 nvmf/fc: Cleanup pollgroup and hwqp mapping logic. Naresh Gottumukkala 2021-01-07 09:12:32 +0000
  • 65291a30ec dpdk: update dpdk-20.08 submodule Karol Latecki 2021-01-08 09:41:40 +0100
  • fb27c710f2 vhost/blk: make packed and split vring process in different function call Changpeng Liu 2021-01-04 21:42:24 +0800
  • 99c62dda60 vhost/blk: make process_blk_request() only process virtio_blk request Changpeng Liu 2021-01-04 21:22:19 +0800
  • 6fdc71ec18 lib/thread: Defer exiting thread if thread is unregistering io_device Shuhei Matsumoto 2021-01-06 08:56:15 +0900
  • ad583422ce lib/event: Fix SEGV causing by spdk_app_stop executing twice. yidong0635 2021-01-12 07:42:33 -0500
  • 2212610cd1 pgkdep/freebsd: Use py37-pycodestyle Michal Berger 2021-01-12 12:49:58 +0100
  • da5e62782f bdev/nvme: detect failed async probe Jim Harris 2021-01-07 00:41:32 -0700
  • 60601e8cfb bdev/ocssd: Get nvme_ns from nvme_bdev via helper function for configuration Shuhei Matsumoto 2021-01-11 03:28:15 +0900
  • d86477bff3 bdev/nvme: Get nvme_ns from nvme_bdev via helper function for configuration Shuhei Matsumoto 2021-01-11 03:15:22 +0900
  • e995690fbc bdev/nvme: nvme_bdev remembers if opal is enabled or not Shuhei Matsumoto 2021-01-06 07:47:47 +0900
  • 885dd11225 bdev/ocssd: Factor out finding I/O path, nvme_ns and qpair, at I/O submission Shuhei Matsumoto 2021-01-11 00:47:24 +0900
  • bfef6cdb21 bdev/nvme: Factor out finding I/O path, nvme_ns and qpair, at I/O submission Shuhei Matsumoto 2021-01-11 00:13:56 +0900
  • e946792fc4 bdev/ocssd: Get ctrlr from not nvme_ch but nvme_ns to get zone info Shuhei Matsumoto 2021-01-07 18:14:04 +0900
  • 6d306ae59f nvme: Fix the problem of callback failure during hot plugging suhua1 2021-01-11 10:40:29 +0800
  • fab40895ab examples/accel_perf: move some code around in prep for upcoming patches paul luse 2020-12-08 14:27:34 -0500
  • ac9a1a8373 examples/accel_perf: refactor task mgmt in prep for batching changes paul luse 2020-12-08 11:59:17 -0500
  • 2600cd92f5 nvmf: revert 'commit ae207216fb ("nvmf: remove request exec backdoor")' Changpeng Liu 2020-09-15 18:38:21 +0800
  • 7f6afb7bc0 bdev_aio: allow value of efd to be 0 Liu Xiaodong 2021-01-02 15:53:21 -0500
  • 7a3246bfb2 vhost: fetch and check avail_idx from memory Liu Xiaodong 2021-01-06 03:26:18 -0500
  • fce2956c24 vhost: always acknowledge kickfd in intr Liu Xiaodong 2020-12-31 09:33:24 -0500
  • f8330a575e nvme/perf: generate multiple-SGL payloads in perf tool Allen Zhu 2020-07-29 11:57:10 +0300
  • aa4b4e17f3 nbd: Continue revising the nbd subsystem fini logic Ziye Yang 2020-12-28 23:00:51 +0800
  • 60af3c00d8 nvmf/tcp: optimize nvmf_tcp_req_set_state() to reduce cpu usage Rui Chang 2020-12-06 22:02:59 +0800
  • 6fd1459493 nvme/rdma: Fix rdma allocation return unique pointer Mao Jiang 2021-01-07 17:17:41 +0800
  • 731cd47e66 test/common: Add SPDK_APP wrapper for spdk_tgt Michal Berger 2020-12-29 11:54:05 +0100
  • acf116c6d5 bdev/nvme: run poller more frequently while probe in progress Jim Harris 2020-12-18 06:10:56 -0700
  • 83a544c2a9 lib/iscsi: Support the Datain pdu sending in out of order case. Ziye Yang 2020-12-29 01:08:27 +0800
  • 6238e1a2d3 lib/iscsi: directly use task->scsi.offset in iscsi_send_datain Ziye Yang 2021-01-04 22:23:58 +0800
  • 45744ace4c bdev/fio_plugin: add support for DDIR_SYNC Tomasz Zawadzki 2020-12-11 08:41:47 -0500
  • 45c42ac2f2 scripts: Use core dump collector Michal Berger 2020-12-01 12:57:47 +0100
  • d82118485d nvmf: suppress error message for invalid nsid Jim Harris 2021-01-04 05:33:15 -0700
  • e84cf46f38 nvmf/fc: Delete FC LS pending requests. Naresh Gottumukkala 2020-12-28 07:41:58 +0000
  • 1b011d5d44 nvmf/fc: Add FC LLD specific fc_port. Naresh Gottumukkala 2020-12-28 07:27:12 +0000
  • 41f8789ce4 nvmf/fc: Check if qpair is already disconnecting. Naresh Gottumukkala 2020-12-28 07:17:19 +0000
  • 34cb6a1578 nvmf/fc: Validate connection and QPair state. Naresh Gottumukkala 2020-12-28 07:06:42 +0000
  • e89d9af092 nvmf/fc: Cleanup FC qpair_fini code. Naresh Gottumukkala 2020-12-25 05:08:19 +0000
  • b50c6bc2d9 nvmf/fc: Use connection list hash table. Naresh Gottumukkala 2020-12-23 11:56:59 +0000
  • 7c9a81a2b6 bdev/nvme: Inline detach_bdev_from_ns() and attach_bdev_to_ns() Shuhei Matsumoto 2021-01-04 16:50:15 +0900
  • 060495b140 bdev/nvme: Factor out decrementing ref. count of nvme_bdev_ns Shuhei Matsumoto 2021-01-04 16:28:52 +0900
  • 723d9443f9 bdev/nvme: Separate ref. count between nvme_bdev_ctrlr and nvme_bdev_ns Shuhei Matsumoto 2020-12-19 15:42:30 +0900
  • 528cec83fb bdev/nvme: Merge decrementing ref. count into nvme_bdev_ctrlr_destruct() Shuhei Matsumoto 2021-01-04 14:09:27 +0900
  • 2caff467ea bdev/nvme: Remove destruct_poller and process deferred destruct request after completing reset Shuhei Matsumoto 2020-12-17 18:52:14 +0900
  • d2b0b15406 lib/iscsi: fix op_logout rsph->response judgement ShadowMov 2020-12-30 12:04:10 +0800
  • ab27b2c4d2 pkgdep/git: Use .x branch for the 20.01 LTS ref build Michal Berger 2020-12-28 12:32:14 +0100
  • e7fb0e9a8a scripts/nvmf: Add scheduler_setting option in NVMe-oF performance scripts Maciej Wawryk 2020-12-04 09:56:27 +0100
  • da5c9b328a scripts/nvmf: enable zcopy on target side Maciej Wawryk 2020-11-26 13:58:41 +0100
  • 05c573be5d test: remove spdk/nvme-cli references Maciej Wawryk 2020-12-11 13:13:02 +0100
  • b36f099937 test/common: Remove unused nvme_cli_build function Maciej Wawryk 2020-12-11 13:06:20 +0100
  • 24ad09ba2f test: Replace spdk/nvmecli with stock nvmecli Maciej Wawryk 2020-12-11 13:05:09 +0100
  • 42580f7e15 lib/nbd: Set the O_NONBLOCK flag for kernel_sp_fd Ziye Yang 2020-12-30 22:45:38 +0800
  • a1d4a714b2 lib/nbd: merge read_from_socket/write_to_socket into nbd_sock_rw Ziye Yang 2020-12-30 22:29:45 +0800
  • d2704a0f48 lib/nbd: Fix the nbd_cleanup_io logic Ziye Yang 2020-12-30 01:14:54 +0800
  • 6ea36f46c4 nvme: Update CQ error logging Alexey Marchuk 2020-12-29 18:36:22 +0300
  • 0bee1bb67b nvmf: Fix search for request to abort Alexey Marchuk 2020-11-23 11:03:12 +0300
  • 959cfa0fd5 event: add "A" to SPDK_APP_GETOPT_STRING Jim Harris 2020-12-18 06:05:37 -0700
  • 62f81a9e7d lib/rdma: remove ERRLOG for handling of split memory regions Tomasz Zawadzki 2020-11-30 07:56:10 -0500
  • b52b0204a0 Doc/Blob: fix a typo in the document GangCao 2020-12-29 09:58:09 -0500
  • 9472eecbdb blob: Make the ABI compatibility of spdk_blob_open_opts structure. Ziye Yang 2020-12-28 19:59:57 +0800
  • b47f0f20b7 blob: Make the ABI compatibility of spdk_blob_opts structure. Ziye Yang 2020-12-24 00:56:38 +0800
  • 3de9887d6d blob: Make the ABI compatibility for spdk_bs_opts Ziye Yang 2020-12-23 22:39:20 +0800
  • 304fde153b nvmf/tcp: remove nvmf_tcp_pdu_cmd_complete Ziye Yang 2020-12-28 20:31:18 +0800
  • f420b9ef0a bdev: Make the small and large buffer pool configurable. Ziye Yang 2020-12-22 23:40:59 +0800
  • 590b6e7507 nbd: Use async manner to stop nbd device. Ziye Yang 2020-12-18 01:12:44 +0800
  • ac74de2fe9 nvmf/rdma: Correct the comments for handling requsts waiting for the buffer Ziye Yang 2020-12-18 20:45:49 +0800
  • 9a1cf1c594 nvmf: make transport service id optional Jacek Kalwas 2020-12-17 07:58:26 -0500
  • e6f73c8045 lib/event: Remove the non-used "FIELD_CHECK" statement. Ziye Yang 2020-12-23 23:18:13 +0800
  • 8da995c4fb examples/accel_perf: move a code block in prep for upcoming patches paul luse 2020-12-08 14:14:10 -0500
  • cdefd3d3f8 examples/accel_perf: move some code around in prep for batching paul luse 2020-12-08 11:32:49 -0500
  • 2e26faa975 nvmf: add notifications about ns to the transport Jacek Kalwas 2020-12-22 10:27:45 -0500
  • 3bb303d9e6 nvmf: use util to rm all registrants Jacek Kalwas 2020-12-22 10:23:06 -0500
  • 8162070997 nvmf: change listen associate description Jacek Kalwas 2020-12-22 10:19:51 -0500
  • 3790a412b8 lib/blob: try best to merge the contiguous clusters Sochin Jiang 2020-09-07 14:37:53 +0800
  • 18274baf87 Revert "nvmf: allow transport specific options within subsystem" Jacek Kalwas 2020-12-14 15:29:10 -0500
  • 9a1c2cabc3 nvmf: introduce function to init listen opts Jacek Kalwas 2020-12-21 08:07:39 -0500
  • 87a062e688 nvmf: introduce listener opts Jacek Kalwas 2020-12-18 14:12:49 -0500
  • de8ac98b83 nvmf: simplify err output in case transport is not found Jacek Kalwas 2020-12-18 12:40:24 -0500
  • 400c3b8a52 build: initialize SYS_LIBS in spdk.common.mk Jim Harris 2020-12-22 20:11:58 +0000
  • c006a8da16 test/external_code: use -pthread instead of -lpthread Jim Harris 2020-12-22 20:08:05 +0000
  • 4340de1073 test/external_code: rename public functions from module Jim Harris 2020-12-21 23:44:40 +0000