public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-03-30 16:24:27 to 2023-04-11 05:34:09 UTC [more...]

[PATCH v6 00/18] Use block pr_ops in LIO
 2023-04-11  5:34 UTC  (26+ messages)
` [PATCH v6 01/18] block: Add PR callouts for read keys and reservation
` [PATCH v6 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [PATCH v6 03/18] scsi: Rename sd_pr_command
` [PATCH v6 04/18] scsi: Move sd_pr_type to scsi_common
` [PATCH v6 05/18] scsi: Add support for block PR read keys/reservation
` [PATCH v6 06/18] dm: "
` [PATCH v6 07/18] nvme: Fix reservation status related structs
` [PATCH v6 08/18] nvme: Don't hardcode the data len for pr commands
` [PATCH v6 09/18] nvme: Move pr code to it's own file
` [PATCH v6 10/18] nvme: Add helper to send pr command
` [PATCH v6 11/18] nvme: Add pr_ops read_keys support
` [PATCH v6 12/18] nvme: Add a nvme_pr_type enum
` [PATCH v6 13/18] nvme: Add pr_ops read_reservation support
` [PATCH v6 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH v6 15/18] scsi: target: Allow backends to hook into PR handling
` [PATCH v6 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [PATCH v6 17/18] scsi: target: Report and detect unsupported PR commands
` [PATCH v6 18/18] scsi: target: Add block PR support to iblock

[PATCH V5 0/1] nvme: allow passthru cmd error logging
 2023-04-11  5:23 UTC  (4+ messages)
` [PATCH V5 1/1] "

[bug report] flood log about "nvme_fcloop: fcloop_exit: Failed deleting remote/target port"
 2023-04-11  2:29 UTC 

[PATCH blktests 0/2] nvme uring-passthrough test
 2023-04-11  1:35 UTC  (7+ messages)
  ` [PATCH blktests 1/2] common,fio: helper for version check
  ` [PATCH blktests 2/2] nvme/047: add test for uring-passthrough

blktests nvme/039 failure
 2023-04-11  1:27 UTC  (4+ messages)

[PATCHv2 0/5] nvme io_uring_cmd polling enhancements
 2023-04-11  0:59 UTC  (11+ messages)
` [PATCHv2 1/5] block: add request polling helper
` [PATCHv2 2/5] nvme: simplify passthrough bio cleanup
` [PATCHv2 3/5] nvme: unify nvme request end_io
` [PATCHv2 4/5] nvme: use blk-mq polling for uring commands
` [PATCHv2 5/5] io_uring: remove uring_cmd cookie

[PATCH blktests v6 0/2] test queue count changes on reconnect
 2023-04-10  6:06 UTC  (7+ messages)
` [PATCH blktests v6 1/2] nvme/rc: Add timeout argument parsing to _nvme_connect_subsys()
` [PATCH blktests v6 2/2] nvme/048: test queue count changes on reconnect

[PATCH net-next v5 03/19] mm: Make the page_frag_cache allocator use multipage folios
 2023-04-07  0:54 UTC  (3+ messages)
` [PATCH net-next v5 04/19] mm: Make the page_frag_cache allocator use per-cpu

[RFC v4 0/1] nvme: add passthrough admin error logging opt-in
 2023-04-09 21:32 UTC  (7+ messages)
` [RFC v4 1/1] "

[PATCH v2] nvme: fix double blk_mq_complete_request for timeout request with low probability
 2023-04-08  8:14 UTC  (3+ messages)

[PATCH] nvme: fix double blk_mq_complete_request for timeout request with low probability
 2023-04-07 21:34 UTC  (3+ messages)

[PATCH] nvme-rdma: minor cleanup in nvme_rdma_create_cq()
 2023-04-07 21:32 UTC  (2+ messages)

[PATCH] nvme: fix async event trace event
 2023-04-07 21:29 UTC  (5+ messages)

[PATCH] nvme: host: hwmon: constify pointers to hwmon_channel_info
 2023-04-07 14:58 UTC 

nvme: Incorrect Async Event Trace string
 2023-04-05 21:30 UTC  (2+ messages)

[GIT PULL] nvme fix for Linux 6.3
 2023-04-06 14:12 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 8/9] nvme-tcp: fix a possible UAF when failing to allocate an io queue
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 5.10 8/9] nvme-tcp: fix a possible UAF when failing to allocate an io queue
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 5.15 09/11] nvme-tcp: fix a possible UAF when failing to allocate an io queue
 2023-04-06 11:32 UTC 

[PATCH AUTOSEL 6.1 10/17] nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN
 2023-04-06 11:32 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 13/17] nvme-tcp: fix a possible UAF when failing to allocate an io queue

[PATCH AUTOSEL 6.2 10/17] nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN
 2023-04-06 11:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.2 13/17] nvme-tcp: fix a possible UAF when failing to allocate an io queue

[bug report] WARNING: possible recursive locking detected during blktests nvme/fc nvme/003
 2023-04-06  9:08 UTC 

[bug report] blktests nvme-fc nvme/003 lead kernel NULL pointer
 2023-04-06  8:48 UTC 

[PATCH blktests v5 0/4] test queue count changes on reconnect
 2023-04-06  7:32 UTC  (14+ messages)
` [PATCH blktests v5 1/4] nvme/rc: Add setter for attr_qid_max
` [PATCH blktests v5 2/4] nvme/rc: Add nvmet attribute feature detection function
` [PATCH blktests v5 3/4] nvme/rc: Add helper to wait for nvme ctrl state
` [PATCH blktests v5 4/4] nvme/048: test queue count changes on reconnect

[RFC v3 0/1] nvme: add passthrough error logging opt-in
 2023-04-06  4:27 UTC  (14+ messages)
` [RFC v3 1/1] "

[linux-nvme:nvme-6.4] BUILD SUCCESS 74ce6ca4168389a07e4fbf0ec1168989198cd5c4
 2023-04-06  3:33 UTC 

[linux-nvme:nvme-6.3] BUILD SUCCESS d3205ab75e99a47539ec91ef85ba488f4ddfeaa9
 2023-04-06  3:33 UTC 

[PATCH net-next v4 05/20] mm: Make the page_frag_cache allocator use per-cpu
 2023-04-05 16:53 UTC 

[PATCH 1/2] nvme-apple: return directly instead of else
 2023-04-05 15:23 UTC  (2+ messages)

[PATCH 0/2] nvmet-tcp: add module parameter check
 2023-04-05 15:21 UTC  (2+ messages)

[PATCH 0/1] nvme-tcp: fence TCP socket on transport error
 2023-04-05 15:21 UTC  (3+ messages)
` [PATCH v2 1/1] nvme-tcp: fence TCP socket on receive error

[PATCH] nvme-core: Fixing ctrl de-referencing in nvme_init_ctrl
 2023-04-05 15:20 UTC  (7+ messages)

[PATCH] nvme: fix discard support without oncs
 2023-04-05 15:13 UTC  (5+ messages)

[PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
 2023-04-05 15:04 UTC  (3+ messages)
` [PATCH v3 49/55] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage

[PATCH v5 18/18] scsi: target: Add block PR support to iblock
 2023-04-04  5:29 UTC  (2+ messages)

[PATCHv2 00/18] nvme: In-kernel TLS support for TCP
 2023-04-03 22:36 UTC  (41+ messages)
` [PATCH 09/18] nvme-tcp: enable TLS handshake upcall
` [PATCH 10/18] nvme-tcp: fixup send workflow for kTLS
` [PATCH 12/18] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 13/18] nvmet: make TCP sectype settable via configfs
` [PATCH 14/18] nvmet-tcp: allocate socket file
` [PATCH 15/18] nvmet-tcp: enable TLS handshake upcall
` [PATCH 16/18] nvmet-tcp: rework sendpage for kTLS
` [PATCH 17/18] nvmet-tcp: control messages for recvmsg()
` [PATCH 18/18] nvmet-tcp: add configfs attribute 'param_keyring'

Issue with discard with NVME and Infinibox Storage
 2023-04-03 18:40 UTC  (5+ messages)

[PATCH v3] nvme-tcp: fix a possible UAF when failing to allocate an io queue
 2023-03-29  6:23 UTC 

[PATCH v3] nvme-tcp: fix a possible UAF when failing to allocate an io queue
 2023-03-30  2:14 UTC 

[PATCH blktests v2 0/2] nvme uring-passthrough test
 2023-04-03 13:39 UTC  (4+ messages)
  ` [PATCH blktests v2 1/2] common,fio: helper for version check
  ` [PATCH blktests v2 2/2] nvme/047: add test for uring-passthrough

[PATCH 1/2] blk-mq: export request polling helpers
 2023-04-03 12:42 UTC  (11+ messages)
  ` [PATCH 2/2] nvme: use blk-mq polling for uring commands

W sprawie samochodu
 2023-04-03  7:50 UTC 

[PATCH AUTOSEL 6.1 18/24] nvme: send Identify with CNS 06h only to I/O controllers
 2023-04-01  1:42 UTC 

[PATCH AUTOSEL 6.2 19/25] nvme: send Identify with CNS 06h only to I/O controllers
 2023-04-01  1:41 UTC 

Intel P4608 (Oracle f640) doesn't show both NVMe devices. globally duplicate IDs for nsid
 2023-03-31 16:51 UTC  (4+ messages)

[PATCH 0/3] nvme fabrics polling fixes
 2023-03-31  7:57 UTC  (3+ messages)
` [PATCH 3/3] blk-mq: directly poll requests

Read speed for a PCIe NVMe SSD is ridiculously slow on a multi-socket machine
 2023-03-31  7:53 UTC  (4+ messages)

[PATCH blktests v3 0/4] Test different queue types
 2023-03-31  4:59 UTC  (10+ messages)
` [PATCH blktests v3 1/4] nvme/rc: Parse optional arguments in _nvme_connect_subsys()
` [PATCH blktests v3 2/4] nvme/rc: Add nr queue parser arguments to _nvme_connect_subsys()
` [PATCH blktests v3 3/4] nvme/rc: Add parametric transport required check
` [PATCH blktests v3 4/4] nvme/047: Test different queue types for fabrics transports

[GIT PULL] nvme fixes for Linux 6.3
 2023-03-30 22:39 UTC  (2+ messages)

[RFC v2 0/3] nvme: add passthrough error logging opt-in
 2023-03-30 16:24 UTC  (8+ messages)
` [RFC v2 2/3] nvme: add "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox