Commit Graph

  • e5d5b3ebef idxd/rpc: Revise the rpc function to use kernel or user driver Ziye Yang 2021-04-13 18:36:46 +0800
  • 2ed914f8ea idxd: Add the kernel idxd support Ziye Yang 2021-03-31 18:09:42 +0800
  • 870a606960 nvme: map PRP and SGL lists RO Changpeng Liu 2021-07-01 17:53:37 +0800
  • 1b28efb510 UT/nvmf/vfio-user: restore nvme_cmd_map UT in nvmf/vfio-user Changpeng Liu 2021-07-01 17:37:35 +0800
  • 695425c776 nvme: move spdk_nvme_map_cmd to nvmf/vfio-user Changpeng Liu 2021-07-01 17:10:06 +0800
  • 467f16bf7d uring: Use low level list ops to improve the performance when reorder the list. Ziye Yang 2021-07-06 19:56:18 +0800
  • bd4aec1cd5 nvmf: add an assert for the obtained sgroup GangCao 2021-07-12 17:07:12 -0400
  • 599303624e nvme: Fix remove event processing bug Maciej Szwed 2021-07-07 22:09:53 +0200
  • 13eb8f2fb3 idxd: Replace the read_8 function pointer with another one Ziye Yang 2021-07-08 18:29:27 +0800
  • 2f5abdb7fd unittest/nvmf: test for nvmf_rdma_update_ibv_state ChengqiangMeng 2021-07-09 13:10:14 +0800
  • 2f0fdf0e48 scripts/nvmf_perf: support for arguments Pawel Piatek 2021-07-02 09:27:05 +0200
  • 99465fbd3a scripts/nvmf_perf: remove unused variables Pawel Piatek 2021-07-02 10:27:15 +0200
  • ca0339d8e5 nvme_cuse: Return ENOTTY in case unsupported ioctl is sent to a device Michal Berger 2021-06-28 14:12:44 +0200
  • aa303d87aa pkgdep/git: Disable array-bounds error while building qemu Michal Berger 2021-06-28 12:01:21 +0200
  • 9a0bd78b43 interrupt_tgt: Fix the interrupt mode usage issue. Ziye Yang 2021-07-06 22:31:26 +0800
  • 78ecd30d8e Fix Rocksdb db_bench build's Linker issue. Krishna Kanth Reddy 2021-07-06 09:57:16 +0530
  • e7da88dd66 app/trace: Use PRIu64 for portability Nick Connolly 2021-07-06 11:20:35 +0100
  • 673afb3074 identify: Fix truncation warning of GCC11. yidong0635 2021-07-07 14:03:41 +0800
  • 3a2aa71ee2 ARM64: Cross-Compilation Support Krishna Kanth Reddy 2021-07-07 14:52:45 +0530
  • 7b9bd8ac2f rpc: update a method create_pmem_pool wanghailiangx 2021-07-08 06:55:12 -0400
  • e1d06d9954 net: Remove library Ben Walker 2020-09-17 16:21:21 -0700
  • 1be049b7d4 bdev/nvme: Move up definition of struct nvme_async_probe_ctx in a file Shuhei Matsumoto 2021-07-02 14:12:50 +0900
  • 07c2b34ab6 bdev/nvme: Register completion function as a generic callback for reset Shuhei Matsumoto 2021-07-02 10:27:59 +0900
  • f1c141fcc8 bdev/nvme: Get ctrlr via io_channel_iter_get_io_device() at reset process Shuhei Matsumoto 2021-07-02 10:07:32 +0900
  • 3a243b7f38 bdev/nvme: Inline bdev_nvme_reset_io_complete() into bdev_nvme_reset_complete() Shuhei Matsumoto 2021-07-02 10:02:03 +0900
  • c213f1b452 bdev/nvme: Revert reset_io to bring nvme_bdev_io as context Shuhei Matsumoto 2021-07-05 20:06:19 +0900
  • 07df4b0141 bdev/nvme: Rename bdev_nvme_reset() by bdev_nvme_reset_io() Shuhei Matsumoto 2021-07-05 20:03:54 +0900
  • 82739d12e5 ut/bdev_nvme: Factor out allocating bdev_io into a helper function Shuhei Matsumoto 2021-07-05 20:02:24 +0900
  • 39fdbc95f2 ut/bdev_nvme: Use bdev_nvme_submit_request() for test_pending_reset() case Shuhei Matsumoto 2021-07-05 19:56:50 +0900
  • 03332379f0 bdev/nvme: Hold mutex while traversing global ctrlr list Shuhei Matsumoto 2021-07-07 22:15:36 +0900
  • ca4dfff9e1 bdev/nvme: Replace nvme_bdev_first/next_ctrlr() by nvme_ctrlr_for_each() Shuhei Matsumoto 2021-07-07 22:04:35 +0900
  • 4af68eade6 bdev/nvme: Rename nvme_bdev_poll_group by nvme_poll_group Shuhei Matsumoto 2021-07-07 02:20:32 +0900
  • a3dcdc051f bdev/nvme: Rename nvme_bdev_ctrlr by nvme_ctrlr Shuhei Matsumoto 2021-07-07 04:42:41 +0900
  • 9e65d3bb35 bdev/nvme: Rename nvme_bdev_ctrlr_trid by nvme_ctrlr_trid Shuhei Matsumoto 2021-06-30 10:15:12 +0900
  • c4626aa486 bdev/nvme: Rename nvme_bdev_ns by nvme_ns Shuhei Matsumoto 2021-06-30 10:08:29 +0900
  • c710c9acbe bdev/nvme: Rename nvme_io_path by nvme_ctrlr_channel Shuhei Matsumoto 2021-07-07 10:02:14 +0900
  • efbd101b8b nvme: Rename cmic.multi_host by cmic.multi_ctrlr of spdk_nvme_ctrlr_data Shuhei Matsumoto 2021-07-08 00:21:44 +0900
  • 798ad0fb16 test/scheduler: reorder checks in interrupt test for debugging Tomasz Zawadzki 2021-06-09 10:09:33 -0400
  • 57a2f03eb6 lib/app: only print cpumask for thread within app core mask Tomasz Zawadzki 2021-06-10 12:18:34 -0400
  • fe2f80961c scheduler_dynamic: start core selection from first core Tomasz Zawadzki 2021-05-28 03:37:58 -0400
  • a5999f637a scheduler_dynamic: prioritize lowest lcore id for active threads Tomasz Zawadzki 2021-06-10 09:33:57 -0400
  • d2ed0f45e7 scheduler_dynamic: scale up core load when moving thread Tomasz Zawadzki 2021-06-09 06:19:07 -0400
  • 97c5373fc7 test/scheduler: make activity of a thread % of time period Maciej Szwed 2021-04-21 10:36:15 +0200
  • 11c9b3960b scheduler_dynamic: move thread to least busy core Tomasz Zawadzki 2021-06-10 08:44:08 -0400
  • cf8405fc24 bdev: Hold mutex while removing name from name tree Shuhei Matsumoto 2021-06-28 03:55:04 +0900
  • d06f1c498f bdev: Hold mutex when adding bdev name to global bdev name tree Shuhei Matsumoto 2021-06-30 14:12:19 +0900
  • 20ba4a0dbe bdev: bdev_name_add() checks if the name exists in the global name tree Shuhei Matsumoto 2021-06-30 14:06:14 +0900
  • 36b5a69bb0 trace: fix the snprintf warning issue. Ziye Yang 2021-07-07 19:29:49 +0800
  • 6317642ce6 rpmbuild: Handle bare --with-dpdk argument Michal Berger 2021-06-15 19:04:38 +0200
  • 68b6d0ef54 test/openstack: Enable securitygroup driver in neutron Michal Berger 2021-06-23 20:14:11 +0200
  • 8770e80bda scripts/rpc_http_proxy: Print to stdout POSTed json rpc calls and responses Michal Berger 2021-06-23 20:38:41 +0200
  • cd1261ae00 trace: fix compiler complain on two variables Ziye Yang 2021-07-08 21:22:49 +0800
  • 4ee3f1bccf usdt: don't emit probes in unit tests Konrad Sztyber 2021-07-07 10:42:13 +0200
  • 03ac99d13f nvmf: set NGUID for given namespace based on bdev UUID Jacek Kalwas 2021-07-02 08:24:11 -0400
  • 1f433c4c32 bdev/nvme: prefer NGUID over UUID if supported Jacek Kalwas 2021-07-02 08:07:15 -0400
  • a410fb4438 nvme: introduce function to get nguid Jacek Kalwas 2021-07-02 08:04:35 -0400
  • b8b1f19222 lib/trace: reduce trace entry size to 32B Konrad Sztyber 2021-06-16 15:07:00 +0200
  • 2731216dca app/trace: print arguments from chained entries Konrad Sztyber 2021-06-16 15:00:13 +0200
  • 6cc3169677 lib/trace: chain entries to extend their buffer size Konrad Sztyber 2021-06-16 14:14:50 +0200
  • 0cf270910a lib/trace: add argument variable in _spdk_trace_record Konrad Sztyber 2021-06-16 13:27:49 +0200
  • c681d76fb4 lib/trace: extract getting next entry to a helper function Konrad Sztyber 2021-06-14 14:04:01 +0200
  • 597688b2b1 scripts/trace: use ijson to parse the traces Konrad Sztyber 2021-06-10 12:35:05 +0200
  • e61fbe91e7 scripts/trace: qpair annotations Konrad Sztyber 2021-05-27 18:27:57 +0200
  • 01ae68f71d scripts/trace: parse and generate usdt bpftrace scripts Konrad Sztyber 2021-05-27 09:05:57 +0200
  • 109af0bcb3 bdev/nvme: don't check spdk_nvme_ctrlr_free_io_qpair return Jim Harris 2021-07-05 17:53:13 +0000
  • 4246e79c04 nvme: change nvme_transport_ctrlr_delete_io_qpair to void Jim Harris 2021-07-05 17:47:19 +0000
  • c081a84cd2 nvme: always return success from delete_io_qpair Jim Harris 2021-07-05 17:42:00 +0000
  • 2ac1521581 test/compress: fix Wstringop-overflow warnings Konrad Sztyber 2021-07-06 17:25:23 +0200
  • ce60606dbc iscsi: Fix data digest degradation by restoring the original code Shuhei Matsumoto 2021-07-05 19:11:31 +0900
  • c6db5f41e5 autotest: Don't run spdk_dd tests under crypto job Michal Berger 2021-06-29 11:34:18 +0200
  • a82e8478ea lib/nvme: Do not retry aborts if ctrlr is failed. Vasuki Manikarnike 2021-07-01 22:33:27 +0000
  • e6464f32fa nvmf: abort AERs when doing controller reset and shutdown Changpeng Liu 2021-06-30 16:46:30 +0800
  • 4fa3d99131 nvmf: don't start the association timer poller for vfio-user Changpeng Liu 2021-06-29 23:29:13 +0800
  • d5102d37b3 nvmf/vfio-user: process NVMe response cdw0 correctly Changpeng Liu 2021-06-30 21:02:10 +0800
  • e34ad3e2c5 nvmf/vfio-user: add two debug logs Changpeng Liu 2021-06-30 17:24:36 +0800
  • 2ccb76c30a nvmf/vfio-user: remove unnecessary macros Changpeng Liu 2021-06-29 23:19:25 +0800
  • c138dfd3c0 nvmf/vfio-user: don't allocate internal data buffers for vfio-user target Changpeng Liu 2021-06-23 17:04:05 +0800
  • 563f69ebe8 bdev: spdk_bdev_get_by_name() hold mutex itself while traversing bdev name tree Shuhei Matsumoto 2021-06-26 11:34:47 +0900
  • 680388d45d bdev: Move spdk_bdev_get_by_name() up in a file Shuhei Matsumoto 2021-06-26 11:29:55 +0900
  • ac3a42b15c nvmf: retry connect commands internally when subsys not ready Jim Harris 2021-06-30 20:30:13 +0000
  • 65ef1f32a6 nvmf: check for null admin_qpair when updating subsystem pg Jim Harris 2021-06-30 20:24:45 +0000
  • e8e2b469ec nvme: use spdk_strerror to report CQ transport errors Jim Harris 2021-06-30 20:18:49 +0000
  • 01bbf5d183 perf: Correct usage Alexey Marchuk 2021-06-22 17:15:19 +0300
  • 885331fe16 perf: Ignore trtypes that were not requested by user Alexey Marchuk 2021-06-22 11:15:20 +0300
  • 05c7a2cc0f nvme/fabrics: Fix trid trstring populate Alexey Marchuk 2021-06-22 11:03:54 +0300
  • 2c34af8bff nvmf: fix nvmf_tgt_accept() return code John Levon 2021-06-29 14:39:08 +0000
  • 585543acd8 example/blob: fix a historical notes hello_blob.conf wanghailiangx 2021-07-02 06:36:52 -0400
  • 741c7985fb test/nvmf/subsystem: cases for subsystem ctrlr adding and removing Mao Jiang 2021-06-25 14:06:21 +0800
  • 2e6fb86176 test/pkgdep: update nvme-cli version wawryk 2021-06-25 11:45:43 +0200
  • 8439c53b94 scripts/vagrant: add fedora34 wawryk 2021-06-22 10:52:41 +0200
  • d651f8a238 nvme/nvme_cuse: Fix race condition in cuse session Weifeng Su 2021-06-10 10:29:51 +0800
  • 9d17c1d0fc autotest: don't drop system cache Darek Stojaczyk 2020-05-11 16:04:39 +0200
  • 97f8a3b964 test/scheduler: check the idle thread on the main core Richael Zhuang 2021-05-07 17:46:33 +0800
  • 642b89f496 check_format: Fix git-grep pattern Michal Berger 2021-07-01 10:43:50 +0200
  • 05dc895bea sock/posix: Fix the coredump when removing the sock from socks_has_data list Ziye Yang 2021-06-30 19:52:49 +0800
  • 358b84b40f accel_perf: Fix the complier complaining. Ziye Yang 2021-06-29 18:14:19 +0800
  • 8c3854fdc0 test/nvme_rdma: cases for qpair submitting request Mao Jiang 2021-06-21 16:28:47 +0800
  • c737130356 spdk_top: fix lcore id display error in CORES tab Richael Zhuang 2021-05-10 18:34:08 +0800
  • 00833e651c example/nvme_identify: Use spdk_nvme_detach_async() Shuhei Matsumoto 2021-06-22 17:29:28 +0900
  • 2184410027 test/env_dpdk_post_init: Use spdk_nvme_detach_async() Shuhei Matsumoto 2021-06-22 17:22:42 +0900