linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-07 07:18:37 to 2025-05-12 06:01:45 UTC [more...]

[PATCH] nvmet: nvmet_sq_init(): fix use of uninitialized variable
 2025-05-12  6:01 UTC  (4+ messages)

[RFC PATCHv4 0/3] improve NVMe multipath handling
 2025-05-12  5:51 UTC  (5+ messages)
` [RFC PATCHv4 1/3] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCHv4 2/3] nvme: introduce multipath_always_on module param
` [RFC PATCHv4 3/3] nvme: rename nvme_mpath_shutdown_disk to nvme_mpath_remove_disk

[PATCHv4] block: always allocate integrity buffer when required
 2025-05-12  4:21 UTC  (2+ messages)

[PATCH net-next 00/10] net: faster and simpler CRC32C computation
 2025-05-11 23:07 UTC  (16+ messages)
` [PATCH net-next 01/10] net: introduce CONFIG_NET_CRC32C
` [PATCH net-next 02/10] net: add skb_crc32c()
` [PATCH net-next 03/10] net: use skb_crc32c() in skb_crc32c_csum_help()
` [PATCH net-next 04/10] RDMA/siw: use skb_crc32c() instead of __skb_checksum()
` [PATCH net-next 05/10] sctp: "
` [PATCH net-next 06/10] net: fold __skb_checksum() into skb_checksum()
` [PATCH net-next 07/10] lib/crc32: remove unused support for CRC32C combination
` [PATCH net-next 08/10] net: add skb_copy_and_crc32c_datagram_iter()
` [PATCH net-next 09/10] nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()
` [PATCH net-next 10/10] net: remove skb_copy_and_hash_datagram_iter()

[PATCH 0/5] pci: nvmet: support completion queue sharing by multiple submission queues
 2025-05-11 23:05 UTC  (17+ messages)
` [PATCH 1/5] nvmet: add a helper function for cqid checking
` [PATCH 2/5] nvmet: cq: prepare for completion queue sharing
` [PATCH 3/5] nvmet: fabrics: add CQ init and destroy
` [PATCH 4/5] nvmet: support completion queue sharing
` [PATCH 5/5] nvmet: Simplify nvmet_req_init() interface

[PATCH 1/8] nvme-pci: Make nvme_pci_npages_prp() __always_inline
 2025-05-07 18:22 UTC  (2+ messages)

[PATCHv3 0/3] nvme-tcp: fixup I/O stall on congested sockets
 2025-05-11  9:12 UTC  (18+ messages)
` [PATCH 3/3] nvme-tcp: fix I/O stalls "

[PATCH] drivers/nvme: Add quirks for device 025e:f1ac
 2025-05-10 10:21 UTC 

[bug report] blktests nvme/061 hang with rdma transport and siw driver
 2025-05-10 10:04 UTC  (11+ messages)

[linux-nvme:nvme-6.16] BUILD SUCCESS WITH WARNING a0136c6ac4a9aba90a47b9c691bc299a113b5259
 2025-05-10  5:31 UTC 

[linux-nvme:nvme-6.15] BUILD SUCCESS 7f7d3d252caf6995e5a549f000db3c3384e67c8a
 2025-05-10  2:22 UTC 

'nvme list' shows 100% usage on empty drives
 2025-05-09 23:39 UTC  (6+ messages)

[PATCH 1/2] nvme: check duplicate unique identifiers in order
 2025-05-09 15:33 UTC  (2+ messages)

[PATCH 0/2] nvme: check identifiers in order of precedence
 2025-05-09 15:15 UTC 

[PATCH 2/2] nvme: print warning on non-unique namespace identifier
 2025-05-09 15:16 UTC 

[PATCH] block: always allocate integrity buffer when required
 2025-05-09 14:39 UTC  (4+ messages)

[PATCH 0/4] nvmet pci-epf fixes
 2025-05-09 13:14 UTC  (13+ messages)
` [PATCH 1/4] nvmet: pci-epf: Clear completion queue IRQ flag on delete
` [PATCH 2/4] nvmet: pci-epf: Do not fall back to using INTX if not supported
` [PATCH 3/4] nvmet: pci-epf: Cleanup nvmet_pci_epf_raise_irq()
` [PATCH 4/4] nvmet: pci-epf: Improve debug message

[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-05-09 12:35 UTC  (21+ messages)
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute

[linux-nvme:nvme-6.16 11/14] drivers/nvme/target/core.c:1018:10: warning: variable 'ret' is uninitialized when used here
 2025-05-09  8:54 UTC 

[PATCH 0/2] nvme-auth: use SHASH_DESC_ON_STACK
 2025-05-09  5:06 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] nvmet-auth: "

[PATCH] nvme-pci: Make nvme_pci_npages_prp() __always_inline
 2025-05-09  4:56 UTC  (7+ messages)

[PATCH v2] nvme-pci: lock per namespace in nvme_poll_irqdisable
 2025-05-09  4:58 UTC  (4+ messages)

[PATCH v2 0/5] nvmet pci-epf fixes
 2025-05-09  4:58 UTC  (7+ messages)
` [PATCH v2 1/5] nvmet: pci-epf: Clear completion queue IRQ flag on delete
` [PATCH v2 2/5] nvmet: pci-epf: Do not fall back to using INTX if not supported
` [PATCH v2 3/5] nvmet: pci-epf: Cleanup nvmet_pci_epf_raise_irq()
` [PATCH v2 4/5] nvmet: pci-epf: Improve debug message
` [PATCH v2 5/5] nvmet: pci-epf: Remove NVMET_PCI_EPF_Q_IS_SQ

[PATCH v6 0/9] blk: honor isolcpus configuration
 2025-05-09  2:54 UTC  (21+ messages)
` [PATCH v6 1/9] lib/group_cpus: let group_cpu_evenly return number initialized masks
` [PATCH v6 2/9] blk-mq: add number of queue calc helper
` [PATCH v6 3/9] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH v6 4/9] scsi: "
` [PATCH v6 5/9] virtio: blk/scsi: "
` [PATCH v6 6/9] isolation: introduce io_queue isolcpus type
` [PATCH v6 7/9] lib/group_cpus: honor housekeeping config when grouping CPUs
` [PATCH v6 8/9] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v6 9/9] blk-mq: prevent offlining hk CPU with associated online isolated CPUs

[PATCH v3 0/2] NVMe Atomic Write fixes
 2025-05-08 22:38 UTC  (3+ messages)
` [PATCH v3 1/2] nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing
` [PATCH v3 2/2] nvme: all namespaces in a subsystem must adhere to a common atomic write size

[linux-nvme:nvme-6.15] BUILD SUCCESS 650415fca0a97472fdd79725e35152614d1aad76
 2025-05-08 21:15 UTC 

[linux-nvme:nvme-6.16] BUILD SUCCESS 0ea9b1f7aabb8af08649048d04fa3cee44dac4ab
 2025-05-08 19:20 UTC 

[PATCHv2] block: always allocate integrity buffer
 2025-05-08 16:19 UTC  (6+ messages)

[GIT PULL] nvme fixes for Linux 6.15
 2025-05-08 15:14 UTC  (2+ messages)

[RFC PATCHv3 0/3] improve NVMe multipath handling
 2025-05-08 15:11 UTC  (7+ messages)
` [RFC PATCHv3 1/3] nvme-multipath: introduce delayed removal of the multipath head node

[PATCH] nvme-pci: lock per namespace in nvme_poll_irqdisable
 2025-05-08 14:28 UTC  (2+ messages)

[PATCH v6 00/14] nvmet-fcloop: track resources via reference counting
 2025-05-08 10:06 UTC  (22+ messages)
` [PATCH v6 01/14] nvmet-fcloop: track ref counts for nports
` [PATCH v6 02/14] nvmet-fcloop: remove nport from list on last user
` [PATCH v6 03/14] nvmet-fcloop: refactor fcloop_nport_alloc and track lport
` [PATCH v6 04/14] nvmet-fcloop: refactor fcloop_delete_local_port
` [PATCH v6 05/14] nvmet-fcloop: update refs on tfcp_req
` [PATCH v6 06/14] nvmet-fcloop: add missing fcloop_callback_host_done
` [PATCH v6 07/14] nvmet-fcloop: access fcpreq only when holding reqlock
` [PATCH v6 08/14] nvmet-fcloop: prevent double port deletion
` [PATCH v6 09/14] nvmet-fcloop: allocate/free fcloop_lsreq directly
` [PATCH v6 10/14] nvmet-fcloop: don't wait for lport cleanup
` [PATCH v6 11/14] nvmet-fcloop: drop response if targetport is gone
` [PATCH v6 12/14] nvmet-fc: free pending reqs on tgtport unregister
` [PATCH v6 13/14] nvmet-fc: take tgtport refs for portentry
` [PATCH v6 14/14] nvme-fc: do not reference lsrsp after failure

[PATCH v2 0/2] NVMe Atomic Write fixes
 2025-05-08  6:48 UTC  (4+ messages)
` [PATCH v2 1/2] nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing
` [PATCH v2 2/2] nvme: all namespaces in a subsystem must adhere to a common atomic write size

[linux-nvme:nvme-6.15] BUILD SUCCESS 8edb86b2ed1d63cc400aecae8eb8c8114837171a
 2025-05-08  6:09 UTC 

Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
 2025-05-07 21:59 UTC  (11+ messages)

[PATCH] block: always allocate integrity buffer
 2025-05-07 19:03 UTC  (4+ messages)

[PATCH] net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'
 2025-05-07 18:08 UTC  (3+ messages)

[PATCHv4 0/5] nvme-fc: FPIN link integrity handling
 2025-05-07 17:21 UTC  (5+ messages)
` [PATCH 4/5] lpfc: enable FPIN notification for NVMe

[PATCH v6 0/3] nvme/pci: PRP list DMA pool partitioning
 2025-05-07 15:03 UTC  (6+ messages)
` [PATCH v6 1/3] dmapool: add NUMA affinity support
  ` mm review needed, was: "
` [PATCH v6 2/3] nvme/pci: factor out nvme_init_hctx() helper

[PATCH v5 09/14] nvmet-fcloop: allocate/free fcloop_lsreq directly
 2025-05-07 10:48 UTC  (2+ messages)

kernel TLS configuration, was: Re: [ANNOUNCE] ktls-utils 1.0.0
 2025-05-07  9:37 UTC  (7+ messages)

[PATCH 00/12] nvme-auth: switch to use the kernel keyring
 2025-05-07  7:53 UTC  (19+ messages)
` [PATCH 01/12] nvme-auth: modify nvme_auth_transform_key() to return status
` [PATCH 02/12] nvme-auth: use SHASH_DESC_ON_STACK
` [PATCH 04/12] nvme-auth: do not cache the transformed secret
` [PATCH 07/12] nvme-auth: drop nvme_dhchap_key structure and unused functions
` [PATCH 12/12] nvme: Unify Kconfig settings

Pytanie o samochód
 2025-05-07  7:30 UTC 

[PATCHv3 0/2] nvme: restrict authentication to the admin queue
 2025-05-07  7:11 UTC  (2+ 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).