Commit Graph

  • 9f6d509bf9 nvmf/rdma: Don't abort commands with pending RDMA ops until quiesced Ben Walker 2018-08-24 09:33:35 -0700
  • 4eb7c48d75 thread: Align members of structs Ben Walker 2018-08-29 15:36:57 -0700
  • 051fd012fc ut/blob: fully initialize payload_pattern in split_iov test Jim Harris 2018-08-30 09:06:31 -0700
  • 93edd7b023 test/unit: fix scan-build errors in iscsi tests Seth Howell 2018-08-29 15:28:21 -0700
  • 14ccaed6de test/unit: fix scan-build errors in the event tests Seth Howell 2018-08-29 13:57:21 -0700
  • 438b71d17e test/unit: fix scan-build errors in blobfs tests Seth Howell 2018-08-29 11:48:12 -0700
  • 11ccf3be2c test/unit: Fix scan-build errors in bdev unittests Seth Howell 2018-08-29 09:13:32 -0700
  • c8341f12bd bdev/part: use internal buffers for part and product name. Seth Howell 2018-08-30 07:59:10 -0700
  • 9f2035c7cc test/bdev: comment out bdevperf write_zeroes test Jim Harris 2018-08-30 14:00:37 -0700
  • 1ac058ca08 bdev/raid: Set RAID bdev's name at its creation to prevent unnamed device Shuhei Matsumoto 2018-08-28 15:04:44 +0900
  • 12881ad9bc bdev/raid: Remove duplicated and not enough state check in RPC Shuhei Matsumoto 2018-08-28 13:18:26 +0900
  • a295285bf5 bdev/raid: Use descriptive error message for failure in JSON-RPC Shuhei Matsumoto 2018-08-28 17:09:10 +0900
  • 0a46f5c2aa bdev/raid: Extract check claim operation from add base bdev operation Shuhei Matsumoto 2018-08-28 10:13:38 +0900
  • 3333ceb6af bdev/raid: Leave checking bdev duplication with spdk_bdev_register() Shuhei Matsumoto 2018-08-28 09:42:29 +0900
  • 432f8d9160 bdev/raid: Fix uncorrect cleanup call in raid_bdev_alloc_base_bdev_resource() Shuhei Matsumoto 2018-08-28 09:58:58 +0900
  • 2c608684ff bdev/raid: Use descriptive error code for failure of config operation Shuhei Matsumoto 2018-08-28 09:56:22 +0900
  • 636b9d597c bdev/raid: Simplify variable name in struct raid_base_bdev_config Shuhei Matsumoto 2018-08-27 13:43:27 +0900
  • 897eed3179 test/ioat: remove unnecessary config entires Tomasz Zawadzki 2018-08-27 07:29:12 -0400
  • b5d1b4f445 test: don't print backtrace when errexit is off Jim Harris 2018-08-29 09:01:10 -0700
  • f4d78f1886 blob: remove unused internal functions Jim Harris 2018-08-29 07:58:29 -0700
  • a2794082ca doc/vagrant: add cd to examples/bdev/hello_world Jim Harris 2018-08-29 09:48:04 -0700
  • 87d2cd9b69 app: deprecate ReactorMask from ini config file Jim Harris 2018-08-28 16:36:46 -0700
  • 42daa14f64 iscsi: accumulate data_transferred properly for large writes Jim Harris 2018-08-29 07:51:35 -0700
  • b6770c73cc pkgdep: minor fixes Seth Howell 2018-08-29 10:03:57 -0700
  • e0fc53f750 doc/jsonrpc: Add Optional column to the param table of set_iscsi_options RPC Shuhei Matsumoto 2018-08-28 09:11:11 +0900
  • 1366b62f70 iscsi: Add CHAP authentication group configuration to JSON config dump Shuhei Matsumoto 2018-08-09 14:11:25 +0900
  • 3a08001dd4 iscsi&scripts/rpc: Add get_iscsi_auth_groups RPC to get current configuration Shuhei Matsumoto 2018-08-09 14:07:15 +0900
  • ad323b8064 iscsi&scrpts/rpc: Require to specify CHAP secret file explicitly to load it Shuhei Matsumoto 2018-08-28 08:37:35 +0900
  • aca4ba4dd1 test/vm_setup: fix yum-deprectad for fc28 with vpp Seth Howell 2018-08-28 13:00:55 -0700
  • 183f37e8ad bdev: do not reuse bdev_io when splitting write_zeroes Jim Harris 2018-08-23 15:08:17 -0700
  • d38b3d28a8 bdev/raid: remove raid_bdev_send_passthru Jim Harris 2018-08-23 12:50:34 -0700
  • 5443e0aed3 bdev: count down for qos tracking Jim Harris 2018-08-27 11:55:59 -0700
  • 5595a7cad7 test/qos: adjust qos test parameters Jim Harris 2018-08-27 13:51:55 -0700
  • b30a59d624 test/qos: use get_bdevs_iostat RPC to get IO count Jim Harris 2018-08-27 15:12:49 -0700
  • 8a703ca6ef doc: add comment explaining order of INPUT file list Jim Harris 2018-08-28 12:39:02 -0700
  • 3dfad90358 doc: document --limit-coredump command line option Jim Harris 2018-08-28 12:26:23 -0700
  • 546d8ab2bd blobfs: cleanup file based resources when unload blobfs Changpeng Liu 2018-08-28 00:46:21 -0400
  • b14300653f blobfs: remove redundant function __file_close_done Changpeng Liu 2018-08-27 23:35:49 -0400
  • 18261f8457 blobfs: add a new API to return file's unique ID Changpeng Liu 2018-08-27 04:54:54 -0400
  • ef61d9bcf8 test/nvmf: let modprobe pass if no module found Liang Yan 2018-08-28 14:44:36 +0800
  • 2fe7aa5e4d env_dpdk/vtophys: register a fake rte_bus supporting RTE_IOVA_VA Dariusz Stojaczyk 2018-08-27 08:13:55 +0200
  • 8c0fc98fb3 nvmf: Fix timing issue in shutdown test Ben Walker 2018-08-28 12:41:49 -0700
  • 2ce1db8f02 ut/blob: Add test for IOV split operation Shuhei Matsumoto 2018-08-20 12:20:22 +0900
  • 8166215677 test/nvmf: fix test/nvmf/nvme_cli/nvme_cli.sh Jim Harris 2018-08-28 11:12:40 -0700
  • 02a794ef88 test: Properly quote function arguments Ben Walker 2018-08-28 15:00:34 -0700
  • 059935c46f env_spdk: add unused attribute to avoid compilation issue Changpeng Liu 2018-08-27 04:08:25 -0400
  • b324f73cb6 configure: fix typo and add exit on error Paul Luse 2018-08-28 12:55:04 -0700
  • 745a54e420 nvmf/rdma: Handle successful requests on an errored queue pair Ben Walker 2018-08-24 10:20:20 -0700
  • 194ba5833f nvmf: Add helper function to verify qpair state is set from correct thread Ben Walker 2018-08-24 10:16:23 -0700
  • 0d7d3a04e3 nvmf/rdma: RDMA operation errors now result in a qpair disconnect Ben Walker 2018-08-24 10:06:27 -0700
  • b86bb376ff nvmf/rdma: Avoid queryng the qp state as much as possible Ben Walker 2018-08-23 16:04:26 -0700
  • 5deb90b002 event: simplify sleep code in _spdk_reactor_run Jim Harris 2018-08-27 11:49:37 -0700
  • e87352fa93 doc/iscsi: update iscsi documentation Tomasz Kulasek 2018-08-22 11:39:38 +0200
  • a62d80f98f CHANGELOG: Load CHAP secrets from file once only at boot and then configure them by RPCs Shuhei Matsumoto 2018-08-22 15:09:05 +0900
  • 750e5d25fb iscsi&scripts/rpc: Add add/delete_secret_to/from_iscsi_auth_group RPCs Shuhei Matsumoto 2018-08-09 13:05:34 +0900
  • dcafd5b1ea iscsi&scripts/rpc: Add add/delete_iscsi_auth_group RPCs Shuhei Matsumoto 2018-08-09 12:16:11 +0900
  • b6ab3116fc iscsi: Load CHAP secrets from file once at boot and use them in memory Shuhei Matsumoto 2018-08-20 10:32:30 +0900
  • 8e8084903e nvmf: Move target opts to transport opts (part 1) John Barnard 2018-08-22 16:04:16 -0700
  • d393983d74 lib/iscsi: export FirstBurstLength as user configurable parameter GangCao 2018-08-10 14:27:02 -0400
  • 785f602541 test: fix typos in the test directory xuhuagen 2018-08-27 16:24:40 +0800
  • 1f813ec3da doc: fix typos in the doc directory Chen Wang 2018-08-27 16:42:35 +0800
  • 9e132fbc90 test: Include test_env.c in several unit tests Ben Walker 2018-08-22 17:01:28 -0700
  • e6bbe23277 util: Move definition of SPDK_SEC_TO_USEC to util.h Ben Walker 2018-08-22 16:51:50 -0700
  • 0fb1e1c524 ipsec: updates to require ipsec installation Paul Luse 2018-08-18 09:25:41 -0700
  • d6d0e494bb nvme: add quirk for Intel SSDs without vendor-specific log pages Jim Harris 2018-08-24 12:52:36 -0700
  • 406a315ee6 test/qos: don't eat fio_py return value Jim Harris 2018-08-24 13:14:26 -0700
  • 92861ff5f8 scripts: remove --skip-alias from which commands Jim Harris 2018-08-24 11:39:24 -0700
  • 58be43c085 env_spdk: add error code check for blobfs APIs Changpeng Liu 2018-08-24 01:09:39 -0400
  • f1e14ef412 blobfs: return the error code in file callbacks Changpeng Liu 2018-08-22 23:47:54 -0400
  • 369a9484c0 test/iscsi: add bdev_io_wait tests Tomasz Zawadzki 2018-08-23 03:19:20 -0400
  • cd270e5486 doc: add PT module info to bdev docs and alphabetize paul luse 2018-08-22 16:14:22 -0700
  • 6fa48bbf62 lib: fix typos in the lib directory Chen Wang 2018-08-24 17:09:27 +0800
  • 3e8a7c11da test: Remove unused #include from iscsi conn unit test Ben Walker 2018-08-15 14:07:25 -0700
  • 3a70fc0d47 rte_vhost:rte_vhost_driver_register(): check if strdup succeeds wuzhouhui 2018-08-22 13:59:16 +0800
  • 0309efde4c vhost/blk: fix error path of spdk_vhost_blk_start() wuzhouhui 2018-08-23 15:12:46 +0800
  • d5d199cfa7 test/fio: update the path of fio binary Chen Wang 2018-08-22 15:47:55 +0800
  • 6058327b10 bdev/raid: Use more compact name for TAILQ_ENTRY of raid_bdev Shuhei Matsumoto 2018-08-22 16:31:35 +0900
  • b39b6024b5 bdev/raid: Refactor helper function check_and_remove_raid_bdev() Shuhei Matsumoto 2018-08-21 11:05:24 +0900
  • 485c4b1346 bdev/raid: Factor out RAID parameter check of JSON RPC and config file Shuhei Matsumoto 2018-08-21 10:29:31 +0900
  • 88a1643dcc bdev/raid: Set IO channel to raid_bdev_io at the start of IO submission Shuhei Matsumoto 2018-08-21 10:00:51 +0900
  • 87e849f88b bdev/raid: Use raid_io as a pointer to raid_bdev_io throughout Shuhei Matsumoto 2018-08-21 09:28:03 +0900
  • a4b975244d bdev/raid: Simplify variable name in struct raid_bdev Shuhei Matsumoto 2018-08-21 09:13:44 +0900
  • a74212733b bdev/raid: Use raid_cfg as a pointer to raid_bdev_config throughout Shuhei Matsumoto 2018-08-21 09:07:53 +0900
  • ab9661c990 bdev/raid: Simplify variable name in struct raid_bdev_io_channel Shuhei Matsumoto 2018-08-21 12:57:26 +0900
  • bc5906b14a bdev/raid: Use raid_ch as a pointer to raid_bdev_io_channel throughout Shuhei Matsumoto 2018-08-21 08:25:27 +0900
  • c7756fe71d bdev/raid: Simplify variable names in struct raid_base_bdev_info Shuhei Matsumoto 2018-08-21 08:01:56 +0900
  • 4bd9762165 bdev: add split_on_optimal_io_boundary Jim Harris 2018-08-17 11:04:04 -0700
  • 17a819f882 configure: use echo to print RDMA invalidate warning Jim Harris 2018-08-22 09:31:54 -0700
  • 785e7fc354 iscsi: Remove unnecessary mutex to read a variable for CHAP authentication Shuhei Matsumoto 2018-08-22 14:20:47 +0900
  • 83d439f18d iscsi: Move spdk_iscsi_chap_get_authinfo() from iscsi.c to iscsi_subsystem.c Shuhei Matsumoto 2018-08-20 09:27:21 +0900
  • 844735c928 iscsi: Add set_iscsi_target_node_auth RPC to configure CHAP dynamically Shuhei Matsumoto 2018-08-20 09:12:59 +0900
  • 6cd1714a99 iscsi: Add set_iscsi_discovery_auth RPC to configure CHAP dynamically Shuhei Matsumoto 2018-08-22 13:43:18 +0900
  • 66723f7f92 rpc/iscsi: Use chap to parameter names for CHAP in discovery session Shuhei Matsumoto 2018-08-22 11:30:57 +0900
  • 1b987076e4 iscsi: Use chap to variable names for CHAP in discovery session Shuhei Matsumoto 2018-08-22 10:29:23 +0900
  • 75408adc3d test/nvmf: add bdev_io_wait tests Tomasz Zawadzki 2018-08-09 03:06:27 -0400
  • b7d9caf2e6 bdev: increment io_time if queue depth > 0 Seth Howell 2018-08-21 14:04:39 -0700
  • 9a1d975777 test/unit: add app.c unittests Seth Howell 2018-08-21 13:52:42 -0700
  • 766aafcf47 app: Add check for duplicated options. Seth Howell 2018-08-20 15:58:51 -0700
  • 1d1496dc0d trace: update TpointGroupMask comment and related code Liang Yan 2018-08-16 13:01:26 +0800
  • 242201d2c9 nvmf: update the IBV state only for QP related events Maciej Szwed 2018-08-21 10:02:26 +0200