Commit Graph

  • 35efde744a nvmf: send abort request to the qpair group thread Daniel Verkamp 2018-05-09 14:40:26 -0700
  • 2ee95af0fd bdev: stop zeroing data in spdk_bdev_get_io_stat() Daniel Verkamp 2018-05-23 11:30:01 -0700
  • 881cbb60a4 include/io_channel.h: add comments for callback functions Yanbo Zhou 2018-04-16 15:59:26 +0800
  • 24c7c4975e test/env: split out env_dpdk-specific tests Daniel Verkamp 2018-05-24 10:30:20 -0700
  • bd2b1d372a lib: use CONFIG_ENV to pick which env dir to build Daniel Verkamp 2018-05-23 10:18:25 -0700
  • 65e56caa17 nvme: wrapper request completion callback into a function Changpeng Liu 2018-05-17 13:16:42 -0400
  • 3ca9cd762b blob_ut: separate scheduler for blobstore unit tests Piotr Pelplinski 2018-04-19 10:19:49 +0200
  • 1ea9765460 scripts/rpc.py: pass named args to bdev.py Daniel Verkamp 2018-05-21 13:28:21 -0700
  • b5f3213864 scripts/rpc.py: fix construct_aio_bdev block_size param Daniel Verkamp 2018-05-21 13:28:47 -0700
  • 4a534344ee scripts/rpc.py: pass named args to app.py Daniel Verkamp 2018-05-21 13:07:12 -0700
  • 1b2cf0976a scripts/rpc: filter methods in load_config by allowed methods Pawel Wodkowski 2018-05-14 16:58:01 +0200
  • 8021da8ba6 setup.sh: do not unload/reload contigmem.ko on FreeBSD Jim Harris 2018-05-23 08:48:46 -0700
  • a34a1aa255 test/lvol: Inflate test. Pawel Kaminski 2018-04-23 13:53:47 -0400
  • fda8596e0d lvol: add lvol inflate RPC call Maciej Szwed 2018-04-23 15:53:21 +0200
  • 6ce7a73912 lvol: add lvol inflate function Maciej Szwed 2018-04-23 14:30:16 +0200
  • 64ccd4b95b bdev: a new public function to get the I/O statistics of bdev Yanbo Zhou 2017-12-28 17:03:17 +0800
  • 3949140b2e bdev/virtio_blk: fix double free on init failure Dariusz Stojaczyk 2018-05-22 19:23:01 +0200
  • 475165dffe bdev/lvol: inherit need_aligned_buffer of base bdev Daniel Verkamp 2018-05-22 09:18:21 -0700
  • e95f0bb756 nbd/rpc: make get_nbd_disks nbd_device param optional Daniel Verkamp 2018-05-18 09:49:10 -0700
  • 75896c2510 bdev/rpc: make get_bdevs/config "name" params optional Daniel Verkamp 2018-05-18 08:55:43 -0700
  • aac1f5f934 bdev: Make the QoS channel use a regular channel Ben Walker 2018-04-06 10:53:52 -0700
  • f0191857a5 nvmf/rdma: Update handling of RDMA_CM_EVENTS Ben Walker 2018-05-21 15:34:09 -0700
  • b31330acaa include/lvol.h: add comments for public APIs Yanbo Zhou 2018-05-15 14:36:11 +0800
  • 3d22c5088e scripts/pkgdep.sh: fix astyle package name on RH Daniel Verkamp 2018-05-17 16:05:24 -0700
  • aa67900a2e jsonrpc: make "jsonrpc" request field optional Daniel Verkamp 2018-05-18 09:05:36 -0700
  • 700477897a test/vm_setup.sh: update nvml-tools -> pmempool Daniel Verkamp 2018-05-18 16:01:07 -0700
  • 955b295a58 nvme: make AER callback per-process Daniel Verkamp 2018-05-11 14:50:55 -0700
  • 267318d671 bdev/virtio: fix memleak in construct_virtio_user_blk_bdev Dariusz Stojaczyk 2018-05-22 04:04:28 +0200
  • b0cfbb4fc0 dpdk: update submodule to latest spdk-18.02 branch Daniel Verkamp 2018-05-18 08:25:01 -0700
  • 04ad0ad9f1 test/rpc: add multiple NVMe bdev support in the rpc_config.py Liang Yan 2018-05-14 10:19:22 +0800
  • 3148c48079 nvme/rdma: create per-process controller struct Daniel Verkamp 2018-05-11 15:57:19 -0700
  • 571a4615c3 bdev/passthru: remove trailing space in config dump Daniel Verkamp 2018-05-11 11:39:04 -0700
  • 2ecf7fdbf4 bdev/passthru: clarify hot remove callback name Daniel Verkamp 2018-05-11 11:34:28 -0700
  • 582d8f86a2 nvmf: move outstandling req list in spdk_nvmf_qpair Ziye Yang 2018-05-11 08:18:40 +0800
  • 943c7c69c3 nvme: hold ctrlr_lock when setting timeout callback Daniel Verkamp 2018-05-11 14:52:06 -0700
  • cbd9c241dc nvme: factor out process lookup into a function Daniel Verkamp 2018-05-11 14:46:55 -0700
  • 27d7bac9a0 test/common: Make common pmap call more generic Seth Howell 2018-05-18 10:45:36 -0700
  • 3c2044e9aa test/iscsi_tgt: make rpc config.py python3 compatible Seth Howell 2018-05-11 15:05:48 -0700
  • f750c4ebb5 nvme: apply Identify CNS quirk to NS ID Descriptor Daniel Verkamp 2018-05-11 10:00:17 -0700
  • d6d097a18d test/vhost: add vhost_nvme.c unit test framework Chen Wang 2018-05-09 10:18:03 +0800
  • a3dd8df8cd rpc/python: Add abbreviated '-f' option to load_config Shuhei Matsumoto 2018-05-14 08:02:54 +0900
  • 718440bc6b iscsi: Fix two bugs of JSON config dump Shuhei Matsumoto 2018-05-14 08:02:19 +0900
  • 19354d966c include/string.h: add comments for public APIs Yanbo Zhou 2018-04-09 10:50:30 +0800
  • 4e012722ef bdev/split: free req in destruct_split_vbdev RPC call Pawel Wodkowski 2018-05-14 14:57:43 +0200
  • cc9c772379 spdk_tgt: fix parsing vhost arguments Pawel Wodkowski 2018-05-04 00:39:57 +0200
  • eac02a4ace conf: don't strdup name if section already exist Pawel Wodkowski 2018-05-16 17:48:19 +0200
  • c099f120cc bdev/iscsi: save initiator iqn name Pawel Wodkowski 2018-05-04 01:38:12 +0200
  • 19e207dbcc bdev/iscsi: set target name during connection Pawel Wodkowski 2018-05-04 00:42:43 +0200
  • 5f2ad2620b bdev/iscsi: save string url rather than struct iscsi_url Pawel Wodkowski 2018-04-16 16:44:28 +0200
  • 81866c26d8 bdev/iscsi: move libiscsi code from initialize to create function Pawel Wodkowski 2018-04-26 16:34:56 +0200
  • d2bd0a77a3 bdev/iscsi: add ERRLOG in iscsi_connect_cb Pawel Wodkowski 2018-05-05 03:12:36 +0200
  • b484547f57 scripts: amend scheduler option in fio.py Seth Howell 2018-05-11 14:51:54 -0700
  • d0b7400c08 scripts: Make fio.py python3 compatible Seth Howell 2018-05-11 14:39:35 -0700
  • 61770b52e3 test/lvol: Remove python2 syntax from test cases Seth Howell 2018-05-11 09:21:51 -0700
  • 4d8c6a8440 env_dpdk: handle RTE_BAD_IOVA correctly in vtophys_get_paddr_pagemap Jim Harris 2018-05-04 03:14:23 -0700
  • 08daa4477e blob: remove deprecated bs_io_*_blob functions Daniel Verkamp 2018-05-09 15:17:31 -0700
  • cc8bb51b24 bdev: rename bdev_module_channel to bdev_shared_resource Dariusz Stojaczyk 2018-05-04 10:10:52 +0200
  • 2c200379f2 scripts/check_format.sh: ban use of strcat() Daniel Verkamp 2018-05-08 14:53:32 -0700
  • ede6d97e3c blobstore: add inflate call Piotr Pelplinski 2018-02-02 12:56:14 +0100
  • b1ccb095e4 env: Explicitly fail calls to spdk_malloc with flags of 0 Ben Walker 2018-05-08 11:06:01 -0700
  • 8b75f85f2d examples/bdev: add hello world example John Kariuki 2018-04-09 17:13:40 -0700
  • 0c7dc65248 env: remove deprecated spdk_pci_get_device() Daniel Verkamp 2018-05-09 15:33:50 -0700
  • f3165e3df3 vhost/scsi: remove the support of "Dev" for configuration file Changpeng Liu 2018-05-04 03:22:57 -0400
  • 6442451b10 nvme: add a quirk for identify 0x2 Young Tack Jin 2018-05-08 21:41:46 -0400
  • 29c29ff9b6 iscsi: Add JSON config/info dump for portal group. Shuhei Matsumoto 2018-05-10 07:56:04 +0900
  • 8107d04bfb iscsi: Add JSON config/info dump for initiator group. Shuhei Matsumoto 2018-05-10 07:55:12 +0900
  • 7740b02e36 nvmf: Keep track of outstanding requests Ben Walker 2018-04-04 10:39:13 -0700
  • 16d0fbd0d6 nvmf: Statically size the subsystems arrays Ben Walker 2018-05-08 16:05:28 -0700
  • 5f59d919a4 blob: don't try to claim cluster 0 in recovery code Jim Harris 2018-05-04 01:41:21 -0700
  • bfb73837de ut/bdev_mt: add test case for ENOMEM handling with multiple io targets Dariusz Stojaczyk 2018-05-04 05:57:52 +0200
  • 7ac765e66b bdev: create one module channel per io_device Dariusz Stojaczyk 2018-05-04 09:58:01 +0200
  • 331887f7e2 test/iscsi: disable hotremove tests Dariusz Stojaczyk 2018-05-07 08:00:46 +0200
  • 2aced8c74c bdev/nvme: check passthru cmd size against MDTS Daniel Verkamp 2018-05-08 16:07:30 -0700
  • ace321df22 nvme: add API to get maximum data transfer size Daniel Verkamp 2018-05-08 16:05:35 -0700
  • abfed22981 iscsi: Add JSON config dump for iSCSI subsystem Shuhei Matsumoto 2018-05-08 08:33:15 +0900
  • 432e5f655e nvmf: support transport data block SGL in get_xfer Daniel Verkamp 2018-05-03 12:13:09 -0700
  • 60232f67e4 test/nvmf: add semicolons to avoid astyle 3.1 bug Daniel Verkamp 2018-05-04 10:52:28 -0700
  • 87295c3c2c bdev/iscsi: silence clang enum conversion warning Daniel Verkamp 2018-05-03 16:43:29 -0700
  • 6cfddbc71d vhost/nvme: release the dev before exit Chen Wang 2018-05-09 14:28:33 +0800
  • 885160c08b test/vhost: fix the test suite name Chen Wang 2018-05-09 10:43:14 +0800
  • 6cd524d87c bdev/qos: Break out code to destroy the qos into a separate function Ben Walker 2018-05-02 10:19:48 -0700
  • fa68a0fdbd bdev: Make QoS structure a separate allocation Ben Walker 2018-04-24 15:44:14 -0700
  • 1d168901c6 vhost/nvme: factor out task completion function Daniel Verkamp 2018-05-04 12:59:34 -0700
  • 27a2d1d04d nvmf:Add RNIC HBA userspace library for FreeBSD Sai Tallamraju 2018-04-25 16:00:44 -0400
  • f1b747f50f version: SPDK v18.04.1-pre Daniel Verkamp 2018-04-27 16:19:52 -0700
  • 142221987e test/lvol: make tests python3 compatible Seth Howell 2018-05-02 14:25:23 -0700
  • e8ddb060f8 blob: don't try to claim cluster 0 in recovery code Jim Harris 2018-05-04 01:41:21 -0700
  • 22898a91b9 git: add .githooks to repository John Meneghini 2018-02-05 13:15:54 -0500
  • 7af03370b0 bdev: Replace fprintf with log message Ed Rodriguez 2018-05-03 14:36:36 -0400
  • 696c6bc27e bdev/nvme: Increase the number of namespaces supported per NVMe device from 32 to 128 Aneesh Pachilangottil 2018-05-03 13:15:28 -0400
  • 1c02d2a8b5 test/vhost: update the method of function defined Chen Wang 2018-05-03 10:05:36 +0800
  • 9114e3a22e iscsi: Add JSON config/info dump for target node. Shuhei Matsumoto 2018-05-04 16:20:02 +0900
  • 24cf63c47a iscsi: Change the ordering to alloc string of options at initialization Shuhei Matsumoto 2018-05-04 11:32:43 +0900
  • c512303c30 iscsi: Don't ignore wrong value of parameters at initialization Shuhei Matsumoto 2018-05-04 11:20:40 +0900
  • 8712f366e0 iscsi: Separate set params from create pools at subsystem initialization Shuhei Matsumoto 2018-05-04 10:57:04 +0900
  • bf9806d533 rpc: Add option to get_rpc_methods RPC to output only currently usable RPCs Shuhei Matsumoto 2018-05-04 10:39:27 +0900
  • 5c55a00df3 log: Make log_level and trace related RPCs callable during SPDK startup Shuhei Matsumoto 2018-05-04 10:26:10 +0900
  • 24db7333d1 vhost/nvme: remove unused get/set features data buffer Changpeng Liu 2018-05-01 22:43:19 -0400
  • 2cd9f3959d vhost/nvme: move completion irq signal into IO poller context Changpeng Liu 2018-04-25 05:25:48 -0400
  • cb094a03f0 vhost/nvme: ensure the completion queue is not full before post cqes Changpeng Liu 2018-04-24 00:32:05 -0400