This Page is not real-time. Generated On November 21 07:07 UTC'

Has Merge Conflict
Number Author Title
16615 Ben Walker nvmf/tcp: Stop using common nvme_tcp_read_* functions
17468 Ben Walker nvme/tcp: Move socket-reading functions from nvme_tcp.h to nvme_tcp.c
17470 Ben Walker nvme/tcp: Change signature of nvme_tcp_read_* to take the qpair
17474 Ben Walker nvme/tcp: Attempt to use provided buffers to receive large amounts of data
18137 Ben Walker nvme/tcp: Rework nvme_tcp_read_data
24709 Aleksey Marchuk nvme/rdma: Register UMR per IO request
24931 Ben Walker bdev: Add spdk_bdev_io_to_ctx
Blocked
Number Author Title Blocked By
22988 Shuhei Matsumoto bdev/malloc: malloc_done() uses switch-case for clean up 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
23628 Shuhei Matsumoto nvme_spec: Add SPDK_NVME_IO_FLAGS_PRCHK_MASK 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
24703 Aleksey Marchuk lib/thread: Add API to register a post poller handler 24702 nvme/rdma: Support accel sequence (Aleksey Marchuk)
24704 Aleksey Marchuk accel/mlx5: More precise condition to update DB 24702 nvme/rdma: Support accel sequence (Aleksey Marchuk)
24705 Aleksey Marchuk accel/mlx5: Register post_poller handler 24702 nvme/rdma: Support accel sequence (Aleksey Marchuk)
25084 Shuhei Matsumoto bdev: Factor out checking bounce buffer necessity into helper function 25454 bdev: Locate all hot data in spdk_bdev_desc to the first cache line (Shuhei Matsumoto)
25085 Shuhei Matsumoto bdev: Clean up duplicated asserts in bdev_io_pull_data() 25454 bdev: Locate all hot data in spdk_bdev_desc to the first cache line (Shuhei Matsumoto)
25086 Shuhei Matsumoto accel: Fix comments for spdk_accel_*_dif_verify_copy() 25454 bdev: Locate all hot data in spdk_bdev_desc to the first cache line (Shuhei Matsumoto)
25087 Shuhei Matsumoto bdev: Insert metadata using bounce/accel buffer if I/O is not aware of metadata 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25127 Shuhei Matsumoto bdev: Relocate _bdev_memory_domain_io_get_buf_cb() close to _bdev_io_submit_ext() 25454 bdev: Locate all hot data in spdk_bdev_desc to the first cache line (Shuhei Matsumoto)
25130 Atul Malakar blob: Add support for variable metadata page size 25309 test/unit/blob: introduce g_phys_blocklen (Jim Harris)
25143 Shuhei Matsumoto bdevperf: g_main_thread calls bdev_open() instead of job->thread 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25144 Shuhei Matsumoto bdevperf: Get metadata config by not bdev but bdev_desc 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25145 Shuhei Matsumoto bdevperf: Add hide_metadata option 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25157 Shuhei Matsumoto accel: Fix a bug that append_dif_generate_copy() did not set dif_ctx 25454 bdev: Locate all hot data in spdk_bdev_desc to the first cache line (Shuhei Matsumoto)
25205 Michal Berger test/iscsi_tgt: Remove support for the namespace arg 24861 test/nvmf: Prepare replacements for the network setup (Michal Berger)
25304 Atul Malakar lvol: Add custom metadata page size to lvstore 25309 test/unit/blob: introduce g_phys_blocklen (Jim Harris)
25323 Shuhei Matsumoto dif: Set DIF field to 0 explicitly if its check is disabled 25454 bdev: Locate all hot data in spdk_bdev_desc to the first cache line (Shuhei Matsumoto)
25324 Shuhei Matsumoto bdev/malloc: Fix unexpected DIF verification error for initial read 25454 bdev: Locate all hot data in spdk_bdev_desc to the first cache line (Shuhei Matsumoto)
25326 Shuhei Matsumoto bdev/malloc: Support accel sequence when DIF is enabled 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25412 Shuhei Matsumoto nvmf: Get metadata config by not bdev but bdev_desc 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25413 Shuhei Matsumoto nvmf: Add hide_metadata option to nvmf_subsystem_add_ns 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25417 Shuhei Matsumoto bdev: Add spdk_bdev_io_hide_metadata() for bdev modules 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25418 Shuhei Matsumoto bdev/malloc: Extract internal of verify_pi() for code reuse 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25437 Shuhei Matsumoto bdev: Insert or overwrite metadata using bounce/accel buffer if NVMe PRACT is set 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25438 Shuhei Matsumoto nvmf: Expose DIF type of namespace to host again 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25455 Shuhei Matsumoto ut/bdev: Remove duplication with many stups among unit test files 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25458 Shuhei Matsumoto bdevperf: Remove TAILQ_REMOVE which may result in potential memory leak 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
25459 Shuhei Matsumoto bdevperf: Store the result of DIF type check into job structure 25088 bdev: Rename _bdev_memory_domain_io_get_buf() to bdev_io_get_bounce_buf() (Shuhei Matsumoto)
Has a -1
Number Author Title
Needs Another +2
Number Author Title Reviewed-By
18494 Ben Walker sock/posix: Correctly mark socket drained when receiving without the pipe Jim Harris
23741 Shuhei Matsumoto bdev: Add spdk_dif_ctx and spdk_dif_error into spdk_bdev_io Jim Harris
23771 Shuhei Matsumoto bdev: Add spdk_bdev_open_ext_v2() to support per-open options Jim Harris
24629 Shuhei Matsumoto bdev: Use data_block_size for upper layer buffer if hide_metadata is true Jim Harris
24702 Aleksey Marchuk nvme/rdma: Support accel sequence Shuhei Matsumoto
24706 Aleksey Marchuk lib/mlx5: API to configure UMR Shuhei Matsumoto
24707 Aleksey Marchuk accel/mlx5: Create pool of UMRs Shuhei Matsumoto
24708 Aleksey Marchuk accel/mlx5: Support mkey registration Shuhei Matsumoto
25140 Shuhei Matsumoto bdev: Add APIs get metadata config via desc depending on hide_metadata option Jim Harris
25151 Pawel Baldysiak nvmf: Block ctrlr-only admin cmds if NSID is set Konrad Sztyber
25209 Yash Raj Singh bdev/nvme: Fix spdk_bdev_nvme_create() Jim Harris
25309 Jim Harris test/unit/blob: introduce g_phys_blocklen Ben Walker
25310 Jim Harris test/unit/blob: add SZ to represent cluster size in blocks for io tests Ben Walker
25311 Jim Harris test/unit/blob: make payload buffers sized based on the cluster size Ben Walker
25312 Jim Harris test/unit/blob: add IO_UT_BLOCKS_PER_CLUSTER Ben Walker
25313 Jim Harris test/unit/blob: remove useless asserts from bs_grow_live_*** unit tests Ben Walker
25314 Jim Harris test/unit/blob: do not make assumptions about first data cluster Ben Walker
25315 Jim Harris test/unit/blob: use io_unit_size in more places Ben Walker
25367 Jim Harris blob: add bs_init_per_cluster_fields() helper function Ben Walker
25368 Jim Harris blob: remove all references to pages as io_units Ben Walker
25369 Jim Harris test/unit/blob: do not hardcode size of reserved field Ben Walker
25414 Nathan Claudel lib/nvme: destruct controllers that failed init asynchronously Jim Harris
25439 Yankun Li lib/lvol: Simplify the lvs name parameter check Jim Harris
25440 Yankun Li lib/blob: destroy spdk_bs_dev instance and call cb_fn Jim Harris
25443 Michal Berger test/nvme/interrupt: Verify pre|post IO cpu load Konrad Sztyber
25454 Shuhei Matsumoto bdev: Locate all hot data in spdk_bdev_desc to the first cache line Jim Harris
Eligible For Merge
Number Author Title Age
18339 Ben Walker sock/uring: All socks added to the same group must have the same pipe strategy 538 days, 8:38:40.635410