linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/10] Read/Write with meta/integrity
 2024-04-26 15:21 UTC  (16+ messages)
    ` [PATCH 01/10] block: set bip_vcnt correctly
    ` [PATCH 02/10] block: copy bip_max_vcnt vecs instead of bip_vcnt during clone
    ` [PATCH 03/10] block: copy result back to user meta buffer correctly in case of split
    ` [PATCH 04/10] block: avoid unpinning/freeing the bio_vec incase of cloned bio
    ` [PATCH 05/10] block, nvme: modify rq_integrity_vec function
    ` [PATCH 06/10] block: modify bio_integrity_map_user argument
    ` [PATCH 07/10] block: define meta io descriptor
    ` [PATCH 08/10] io_uring/rw: add support to send meta along with read/write
    ` [PATCH 09/10] block: add support to send meta buffer
    ` [PATCH 10/10] nvme: add separate handling for user integrity buffer

[PATCH] bug-fix: nvme connect deadlock, bug report: https://bugzilla.kernel.org/show_bug.cgi?id=218777
 2024-04-26 10:54 UTC 

[bug report] RIP: 0010:blk_flush_complete_seq+0x450/0x1060 observed during blktests nvme/tcp nvme/012
 2024-04-26  8:30 UTC  (2+ messages)
` [bug report][bisected] "

[PATCH v24 00/20] nvme-tcp receive offloads
 2024-04-26  7:21 UTC  (16+ messages)
` [PATCH v24 01/20] net: Introduce direct data placement tcp offload
` [PATCH v24 03/20] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v24 04/20] net/tls,core: export get_netdev_for_sock

[PATCH] nvme: cancel pending I/O if nvme controller is in terminal state
 2024-04-25 14:03 UTC 

[Bug Report] PCIe errinject and hot-unplug causes nvme driver hang
 2024-04-25 13:49 UTC  (10+ messages)

[PATCH v8 1/3] PCI: Add helper to check if any of ancestor device support D3cold
 2024-04-25  7:33 UTC  (8+ messages)
` [PATCH v8 2/3] PCI/AER: Disable AER service on suspend
` [PATCH v8 3/3] PCI/DPC: Disable DPC "

[PATCH] nvmet-auth: print an error message if the auth timeout expires
 2024-04-24 13:11 UTC  (3+ messages)

[PATCH blktests v3 00/15] support test case repeat by different conditions
 2024-04-24 12:33 UTC  (21+ messages)
` [PATCH blktests v3 01/15] check: factor out _run_test()
` [PATCH blktests v3 02/15] check: support test case repeat by different conditions
` [PATCH blktests v3 03/15] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests v3 04/15] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests v3 05/15] common/rc: introduce _check_conflict_and_set_default()
` [PATCH blktests v3 06/15] nvme/rc: introduce NVMET_TRTYPES
` [PATCH blktests v3 07/15] nvme/rc: add blkdev type environment variable
` [PATCH blktests v3 08/15] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests v3 09/15] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TRTYPES
` [PATCH blktests v3 10/15] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests v3 11/15] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests v3 12/15] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type
` [PATCH blktests v3 13/15] nvme/{rc,010,017,031,034,035}: rename nvme_img_size to NVME_IMG_SIZE
` [PATCH blktests v3 14/15] nvme/{rc,016,017}: rename nvme_num_iter to NVME_NUM_ITER
` [PATCH blktests v3 15/15] nvme/rc,srp/rc,common/multipath-over-rdma: rename use_rxe to USE_RXE

[PATCH blktests 00/11] support test case repeat by different conditions
 2024-04-24  8:55 UTC  (12+ messages)
` [PATCH blktests 05/11] nvme/rc: introduce NVMET_TR_TYPES

W sprawie samochodu
 2024-04-24  8:15 UTC 

[bug report] kmemleak observed with blktests nvme/tcp
 2024-04-24  6:18 UTC  (6+ messages)

[PATCH 0/3] nvme-fabrics: add post connect auth code helper
 2024-04-23 19:57 UTC  (10+ messages)
` [PATCH 1/3] nvme-fabrics: factor out auth code into helper
` [PATCH 2/3] nvme-fabrics: use post connect auth helper
` [PATCH 3/3] nvme-auth: unexport negotiate and wait functions

Should NVME_SC_INVALID_NS be translated to BLK_STS_IOERR instead of BLK_STS_NOTSUPP so that multipath(both native and dm) can failover on the failure?
 2024-04-23  3:15 UTC  (19+ messages)

[PATCH] nvme-pci: Add quirk for broken MSIs
 2024-04-22 17:15 UTC  (3+ messages)

[PATCH blktests v2 00/11] support test case repeat by different conditions
 2024-04-22 11:35 UTC  (18+ messages)
` [PATCH blktests v2 01/11] check: factor out _run_test()
` [PATCH blktests v2 02/11] check: support test case repeat by different conditions
` [PATCH blktests v2 03/11] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests v2 04/11] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests v2 05/11] nvme/rc: introduce NVMET_TRTYPES
` [PATCH blktests v2 06/11] nvme/rc: add blkdev type environment variable
` [PATCH blktests v2 07/11] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests v2 08/11] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TRTYPES
` [PATCH blktests v2 09/11] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests v2 10/11] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests v2 11/11] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type

[bug report] blktests nvme/tcp nvme/014 failed due to Read/Flush timeout
 2024-04-22  8:27 UTC  (2+ messages)

help re using nvme-cli to sanitize SSD
 2024-04-22  2:49 UTC  (2+ messages)

[PATCHv3 00/17] nvme: implement secure concatenation
 2024-04-21 15:09 UTC  (27+ messages)
` [PATCH 06/17] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 09/17] nvme-tcp: do not quiesce admin queue in nvme_tcp_teardown_io_queues()
` [PATCH 11/17] nvme-tcp: request secure channel concatenation
` [PATCH 12/17] nvme-fabrics: reset connection for secure concatenation
` [PATCH 13/17] nvme-tcp: reset after recovery "

[PATCH net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-04-17 13:18 UTC  (3+ messages)

[PATCH V2] fabrics: Always pass hostid and hostnqn
 2024-04-19  5:14 UTC  (4+ messages)
` [PATCH V2] libnvme: Introduce functions to generate host identifier and host NQN

nvme-cli spdk plugin
 2024-04-18 16:17 UTC  (14+ messages)

[PATCHv3] nvme-tcp: strict pdu pacing to avoid send stalls on TLS
 2024-04-18 11:01 UTC  (2+ messages)

[PATCHv2] nvme-tcp: strict pdu pacing to avoid send stalls on TLS
 2024-04-18 10:23 UTC  (2+ messages)

[PATCH] nvme-tcp: strict pdu pacing to avoid send stalls on TLS
 2024-04-18  9:05 UTC  (3+ messages)

[linux-nvme:nvme-6.9] BUILD SUCCESS 5c8dd1115d3afbb19edad7ac6f62fd502e5df31c
 2024-04-17 17:52 UTC 

[LSF/MM/BPF TOPIC] Running BOF
 2024-04-17 17:01 UTC 

[PATCH v7 00/28] Zone write plugging
 2024-04-17 14:45 UTC  (2+ messages)

[PATCH] fabrics: Always pass hostid and hostnqn
 2024-04-17  7:47 UTC  (4+ messages)
` [PATCH] libnvme: Introduce nvmf_hostid_generate function

[PATCH v6 00/10] block atomic writes
 2024-04-16 21:11 UTC  (10+ messages)

[PATCHv3] nvme: find numa distance only if controller has valid numa id
 2024-04-16 16:44 UTC  (5+ messages)

[PATCH 0/2] nvmet-auth: fix some minor bugs
 2024-04-16 16:44 UTC  (6+ messages)
` [PATCH 1/2] nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
` [PATCH 2/2] nvmet-auth: replace pr_debug() with pr_err() to report an error

[PATCH v2] nvme: find numa distance only if controller has valid numa id
 2024-04-16  9:06 UTC  (4+ messages)

[PATCH] nvme: find numa distance only if controller has valid numa id
 2024-04-16  8:06 UTC  (11+ messages)

[PATCH v6 0/5] nvme-fabrics: short-circuit connect retries
 2024-04-16  6:57 UTC  (9+ messages)
` [PATCH v6 1/5] nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
` [PATCH v6 2/5] nvmet: return DHCHAP status codes from nvmet_setup_auth()
` [PATCH v6 3/5] nvme: authentication error are always non-retryable
` [PATCH v6 4/5] nvme-fabrics: short-circuit reconnect retries
` [PATCH v6 5/5] nvme-fabrics: handle transient auth failures

[PATCH blktests v2 00/18] refactoring and various cleanups/fixes
 2024-04-16  4:56 UTC  (3+ messages)

[PATCH 1/1] nvme-tcp: check for invalid request
 2024-04-16  2:43 UTC  (3+ messages)

[PATCH] nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callers
 2024-04-16  2:38 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).