Commit Graph

  • a06628195e blobfs/fuse: add 'event' as dependency for blobfs_bdev Tomasz Zawadzki 2020-08-28 05:19:38 -0400
  • e7c92b2426 nvme/tcp: Rename r2t_recv, set this flag when send_ack is 0 Alexey Marchuk 2020-09-01 10:18:33 +0300
  • dc88d13129 nvme/tcp: Move tcp_req ordering bits to union Alexey Marchuk 2020-09-01 10:03:16 +0300
  • 8db652e17e mk: Build crypto/qat when --with-reduce is specified Alexey Marchuk 2020-09-11 15:27:59 +0300
  • 2e2a0b947d scripts/vagrant: Change host ip in local.conf Maciej Wawryk 2020-09-09 19:53:30 +0200
  • eb78b90ca8 nvme/rdma: Check that SGL descriptors fit into ICD Alexey Marchuk 2020-09-09 16:19:39 +0300
  • 0b510f0e83 scripts/vagrant: Add network interface for openstack tests Maciej Wawryk 2020-09-09 11:40:45 +0200
  • 5363eb3c4c lib/blob: fix an uint32_t overflow in blobstore init Sochin Jiang 2020-09-06 17:39:55 +0800
  • 8701f636c6 test/nvmf_example: Not echo but substitute directly to NVMF_EXAMPLE variable Shuhei Matsumoto 2020-09-08 01:15:31 +0900
  • 0ecb36c727 test/nvmf: Use $USER instead of logname to follow other cases Shuhei Matsumoto 2020-09-08 00:52:50 +0900
  • 5cf0c3707f lib/nvmf: Use macro constant for ANA descriptor to avoid variable length array Shuhei Matsumoto 2020-09-08 01:56:48 +0900
  • c8cb51d4bc lib/nvmf: Add nvmf_subsystem_listener_set_ana_state RPC Shuhei Matsumoto 2020-09-05 23:47:46 +0900
  • 071d80f37b lib/nvmf: Add an internal API nvmf_subsystem_set_ana_state() Shuhei Matsumoto 2020-09-14 01:39:59 +0900
  • 523f2a85d3 lib/nvmf: Set up ANA Change Notice Shuhei Matsumoto 2020-09-07 21:54:03 +0900
  • c66275c075 lib/sock: do not fail spdk_sock_flush() on ENOBUFS Jeffry Molanus 2020-09-09 12:41:01 +0200
  • e4ff3a5bf1 test/nvme_perf: add iodepth_batch options for fio tests Karol Latecki 2020-09-08 18:53:06 +0200
  • 67d4ef8dab test/nvme_perf: remove "case" blocks from results parsing Karol Latecki 2020-09-08 13:54:35 +0200
  • c2f804d753 test/nvme_perf: fix kernel fio results maths Karol Latecki 2020-09-08 11:35:08 +0200
  • 20df041193 test/nvme_perf: use float arithmetics Karol Latecki 2020-09-01 18:10:57 +0200
  • 195fb4e40e bdev/aio: assign new io-ctx to each io-ch Xiaodong Liu 2020-08-14 23:57:10 -0400
  • 4e06de69b8 nvme: expose functions to manage queue identifiers Jacek Kalwas 2020-08-22 08:34:46 +0200
  • 848e9e2dd9 lib/nvmf: modify subsystem_state_change. Seth Howell 2020-08-12 17:12:57 -0700
  • 8ff8bf0713 lib/nvmf: add synchronization to subsystem state change. Seth Howell 2020-08-12 17:09:22 -0700
  • bd16f57472 blob: switch to bit_pool for tracking used_clusters Jim Harris 2020-08-28 09:43:09 -0700
  • 0d2a5bbe17 util: add spdk_bit_pool Jim Harris 2020-08-25 12:20:41 -0700
  • 04eb8e05d6 blob: allocate ctx in bs_alloc Jim Harris 2020-08-28 09:52:05 -0700
  • 39caf843a1 blob: consolidate init, load and dump ctx objects Jim Harris 2020-08-28 09:55:01 -0700
  • 0a19f43e05 blob: move spdk_bs_load_ctx earlier in the file Jim Harris 2020-08-28 10:23:29 -0700
  • 835fbef712 blob: simplify bs_allocate_cluster Jim Harris 2020-08-27 14:19:43 -0700
  • ded02d0929 blob: batch used_cluster_mutex operations Jim Harris 2020-09-02 21:13:38 +0000
  • 7ad510b930 doc: add jsonrpc docs for compress bdev RPCs paul luse 2020-09-10 11:49:29 -0400
  • 2b29a2b16c bdev/compress: rename RPC to match standard naming paul luse 2020-09-09 19:20:44 -0400
  • fd5e781afc nvme: don't loop MMIO reads if the controller is already in failed state Changpeng Liu 2020-09-10 10:27:45 +0800
  • 8387e97f90 nvmf: simplify listen_associate interface Jacek Kalwas 2020-09-13 02:26:47 +0200
  • ae207216fb nvmf: remove request exec backdoor Jacek Kalwas 2020-09-13 01:59:43 +0200
  • ce7eee9861 lib/nvme: Enable Async ANA Change Notice if supported Shuhei Matsumoto 2020-09-10 21:08:23 +0900
  • 6c6efee89d lib/nvme: Set Add ANA log page to be supported by controller Shuhei Matsumoto 2020-09-10 20:34:00 +0900
  • a6db2f3590 sock: enable placement_id configuration in sock layer Ziye Yang 2020-09-11 01:22:24 +0800
  • ebb903d46e sock/uring: Add the support for enable_quickack Ziye Yang 2020-09-11 01:22:24 +0800
  • 2c80fce02d sock/uring: enable "enable_recv_pipe" in uring sock Ziye Yang 2020-09-10 22:57:52 +0800
  • 174a5fe140 nvme: add initial namespace types support Niklas Cassel 2020-09-07 11:59:35 +0000
  • 5c861295dd nvme: warn if found UUID descriptor length is incorrect Niklas Cassel 2020-09-09 17:38:43 +0000
  • e699355434 bdev/rbd: Still use rbd_aio_read/write if iovcnt=1 Ziye Yang 2020-09-09 23:38:46 +0800
  • 90477acc7c test/pkgdep: move ibverbs-utils and rdmacm-utils to package list Maciej Wawryk 2020-09-08 16:12:41 +0200
  • 8ea52a41d1 test/vm_setup: install vagrant dependencies Pawel Piatek 2020-07-29 10:47:58 +0200
  • 2188940e63 test/vm_setup: add vagrant-install option Pawel Piatek 2020-07-29 10:38:21 +0200
  • 69d5d77bfb test/vm_setup: various improvements Pawel Piatek 2020-07-27 08:43:00 +0200
  • ba3dcb6fcf doc: add SPDK NVMe-oF TCP 20.07 performance report entry Karol Latecki 2020-09-10 11:11:27 +0200
  • bd8afe1fc3 examples/ioat: add an assertion for the memory allocation GangCao 2020-09-09 17:06:20 -0400
  • 9c1d648315 lib/nvmf: Add nvmf_subsystem_get_listeners RPC Shuhei Matsumoto 2020-09-03 16:26:38 +0900
  • a60865bff6 doc/jsonrpc: Add missing content for the existing nvmf_subsystem_remove_listener RPC Shuhei Matsumoto 2020-09-05 23:52:00 +0900
  • 151eff43dd lib/nvmf: Remove unused structures and macro constants in nvmf_rpc.c Shuhei Matsumoto 2020-09-04 18:03:10 +0900
  • 83eb352b3c lib/nvmf: Add nvmf_subsystem_get_qpairs RPC Shuhei Matsumoto 2020-09-03 09:02:44 +0900
  • a9c0fdd77d bdev/rbd: Use the non-timer poller. Ziye Yang 2020-09-07 22:55:58 +0800
  • bc0394250f lib/blob: explicitly pass ctx where possible Tomasz Zawadzki 2020-09-04 04:23:33 -0400
  • 3c31f6dc03 blob_ut: add create_loop Jim Harris 2020-09-02 19:08:06 +0000
  • c8c73af940 lib/blob: add clearing extents to persist path Tomasz Zawadzki 2020-09-03 10:01:24 -0400
  • e9b9510a86 nvmf/rdma/tcp: Use spdk_env_get_core_count to estimate cache size Alexey Marchuk 2020-08-21 10:27:05 +0300
  • 903fdb752b nvmf/transport: Use mempool_get_bulk to feel pg cache Alexey Marchuk 2020-08-21 10:19:27 +0300
  • b80667550f scripts/setup remove flakiness from tests Michal Berger 2020-09-02 17:32:24 +0200
  • 6182bff272 pkgdep/common: Fix liburing's .so lookup Michal Berger 2020-09-01 19:23:00 +0200
  • 97ab0917e7 pgkdep/rhel: Disable liburing on Centos7|RHEL7 Michal Berger 2020-09-01 18:36:02 +0200
  • 8ef9f7b2af pkgdep/rhel: Add ELRepo, Ceph repos for Centos, RHEL Michal Berger 2020-09-01 15:16:30 +0200
  • 2431578990 nvme: increase size of uevent buffer to 1MB Jim Harris 2020-09-04 23:06:24 +0000
  • ba773a54c7 nvme: fix keep alive issues in host side Jin Yu 2020-09-07 17:52:38 +0800
  • 744448260b test/nvmf: Remove duplicated code target second port. yidong0635 2020-09-04 06:08:09 -0400
  • f1c4238322 lib/nvmf: Factor out internal of rpc_nvmf_subsystem_get_controllers() to reuse Shuhei Matsumoto 2020-09-03 07:08:22 +0900
  • 98145aa6b1 lib/nvmf: Replace raw number 0xffffffff by SPDK_NVME_GLOBAL_NS_TAG Shuhei Matsumoto 2020-09-04 10:34:21 +0900
  • 1b249c38ad lib/nvmf: modify add_ns rpc to roll back changes in failure. Seth Howell 2020-07-17 11:38:09 -0700
  • 1e337a1eb2 nvmf/subsystem: New path when we fail to change the subsystem state. Seth Howell 2020-07-16 17:52:27 -0700
  • d8190d0288 lib/env_dpdk: replace printf() and fprintf(stderr,) usage Vitaliy Mysak 2020-04-20 21:47:03 +0200
  • 494dc66ddb mk: don't link env if not needed Darek Stojaczyk 2020-07-16 10:37:42 +0200
  • 3fdfea7bac config/pkgdep: Allow for sourcing OS-based routines Michal Berger 2020-09-01 14:41:45 +0200
  • f2d958973a pkgdep/yum: Attempt to install wget prior installing nbd rpm Michal Berger 2020-09-01 14:17:11 +0200
  • 8a0d613e6f pkgdep/dnf: Refresh repo on Centos8 Michal Berger 2020-09-01 14:06:13 +0200
  • f1896c3d1c pkgdep/yum: Add missing call to sudo Michal Berger 2020-09-01 14:08:26 +0200
  • f7b4dd3492 pkgdep: Add a workaround for Centos7.x aarch64 Alexey Marchuk 2020-08-31 13:03:09 +0300
  • 342c08d0b0 scripts/setup: Define fallback driver for each device type Michal Berger 2020-09-03 13:46:56 +0200
  • d6c499f3ee scripts/setup: Fix check for mounted devices Michal Berger 2020-09-03 13:37:07 +0200
  • 44775a8062 scripts/setup: Add env switch for block dev sync Michal Berger 2020-09-02 15:08:38 +0200
  • 0897e4dbfe scripts/setup: Keep track of the driver given device is bound to Michal Berger 2020-09-02 14:53:42 +0200
  • 4f1701f60f scripts: Add tool for keeping uevents in sync Michal Berger 2020-08-03 15:09:13 +0200
  • 1c8a890bff scripts/setup: Reorder the status's header Michal Berger 2020-09-02 16:47:35 +0200
  • aeb693ca07 bdev/gpt: Change ERRLOG to DEBUGLOG to show interleaved metadata is not supported Shuhei Matsumoto 2020-09-04 11:27:37 +0900
  • 102ab66926 doc/nvmf: Fix the section "Using RPCs" not to use deprecated --max-qpairs-per-ctrlr Shuhei Matsumoto 2020-09-04 11:11:57 +0900
  • 4aa0bb676b nvme/pci: Check for command completions after deleting submission queue Ben Walker 2020-08-20 12:34:55 -0700
  • 68f1681771 lib/nvmf: Control I/O and some admin commands according to ANA state Shuhei Matsumoto 2020-09-03 05:42:08 +0900
  • 4688f0819f lib/nvmf: Add ANA state to struct spdk_nvmf_subsystem_listener Shuhei Matsumoto 2020-09-01 23:06:03 +0900
  • 5b27db6268 lib/nvmf: Check if I/O qpair is on the same listener as admin qpair Shuhei Matsumoto 2020-09-02 06:50:24 +0900
  • 7bcff376ab lib/nvmf: Add subsystem_listener to struct spdk_nvmf_ctrlr Shuhei Matsumoto 2020-09-01 22:51:45 +0900
  • e21de9a9cc lib/nvmf: Add trid to struct spdk_nvmf_qpair Shuhei Matsumoto 2020-09-01 22:18:46 +0900
  • 58da62239e lib/nvmf: Add nvmf_ctrlr_async_event_ana_change_notice() to notice ANA change Shuhei Matsumoto 2020-09-01 21:00:20 +0900
  • ccdbd2ed51 nvme/cuse: fix nblocks and block_size in rw path Tomasz Zawadzki 2020-09-02 11:06:07 -0400
  • ef3f0d97ab nvme/cuse: refactor read/write to pass cuse_device and block_size Tomasz Zawadzki 2020-09-02 12:24:45 -0400
  • 3a8c976aef dpdk: update submodule to DPDK 20.08 Tomasz Zawadzki 2020-08-20 06:14:12 -0400
  • cff7c8f1f7 test/vhost: workaround issue #1583 by specifying --vq-count Tomasz Zawadzki 2020-09-01 04:12:46 -0400
  • d653a65eaf vhost: restart session after KICK socket message Changpeng Liu 2020-09-02 13:43:45 +0800
  • 7b16ba29fa virtio: use correct number of entries field Changpeng Liu 2020-08-31 21:15:07 -0400
  • fe87dcadb7 mk: Remove the content of build/lib in "clean" target Alexey Marchuk 2020-08-31 17:13:34 +0300
  • 103147241b test/nvme_perf: add p90 latency to gathered metrics Karol Latecki 2020-09-01 16:05:31 +0200