Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-15 08:27:35 to 2025-05-22 16:38:28 UTC [more...]

[PATCH net-next v2 0/8] net: Convert dev_set_mac_address() to struct sockaddr_storage
 2025-05-21 23:07 UTC  (10+ messages)
` [PATCH net-next v2 1/8] net: core: Convert inet_addr_is_any() to sockaddr_storage
` [PATCH net-next v2 2/8] net: core: Switch netif_set_mac_address() to struct sockaddr_storage
` [PATCH net-next v2 3/8] net/ncsi: Use struct sockaddr_storage for pending_mac
` [PATCH net-next v2 4/8] ieee802154: Use struct sockaddr_storage with dev_set_mac_address()
` [PATCH net-next v2 5/8] net: usb: r8152: Convert to use struct sockaddr_storage internally
` [PATCH net-next v2 6/8] net: core: Convert dev_set_mac_address() to struct sockaddr_storage
` [PATCH net-next v2 7/8] rtnetlink: do_setlink: Use "
` [PATCH net-next v2 8/8] net: core: Convert dev_set_mac_address_user() to use "

[PATCH 0/7] net: Convert dev_set_mac_address() to struct sockaddr_storage
 2025-05-21  5:18 UTC  (20+ messages)
` [PATCH 1/7] net: core: Convert inet_addr_is_any() to sockaddr_storage
` [PATCH 2/7] net: core: Switch netif_set_mac_address() to struct sockaddr_storage
` [PATCH 3/7] net/ncsi: Use struct sockaddr_storage for pending_mac
` [PATCH 4/7] ieee802154: Use struct sockaddr_storage with dev_set_mac_address()
` [PATCH 5/7] net: usb: r8152: Convert to use struct sockaddr_storage internally
` [PATCH 6/7] net: core: Convert dev_set_mac_address() to struct sockaddr_storage
` [PATCH 7/7] rtnetlink: do_setlink: Use "

[PATCH v1 net-next 4/6] socket: Remove kernel socket conversion except for net/rds/
 2025-05-22 16:12 UTC  (2+ messages)

[PATCH 0/5] block: another block copy offload
 2025-05-22 15:52 UTC  (18+ messages)
` [PATCH 1/5] block: new sector copy api
` [PATCH 2/5] block: add support for copy offload
` [PATCH 3/5] nvme: "
` [PATCH 4/5] block: add support for vectored copies
` [PATCH 5/5] nvmet: implement copy support for bdev backed target

[GIT PULL] nvme fіx for Linux 6.15
 2025-05-22 15:26 UTC  (2+ messages)

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

[PATCH v28 00/20] nvme-tcp receive offloads
 2025-05-22 15:01 UTC  (7+ messages)
` [PATCH v28 01/20] net: Introduce direct data placement tcp offload

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

[linux-nvme:nvme-6.15] BUILD SUCCESS 49b9f86a594a5403641e6e60508788a7310fd293
 2025-05-22 13:28 UTC 

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2025
 2025-05-22  8:20 UTC 

[linux-nvme:nvme-6.16] BUILD SUCCESS bf4d87cba2d7ee6d0639bfb4cf052c22145cb08e
 2025-05-22  7:16 UTC 

[ANNOUNCE] blktests repoistory move
 2025-05-21 21:08 UTC 

[PATCH] crash_dump, nvme: select CONFIGFS_FS as built-in
 2025-05-21 16:03 UTC 

[PATCH] nvme: avoid creating multipath sysfs group under namespace path devices
 2025-05-21 14:58 UTC  (3+ messages)

[PATCH] nvme: fix command limits status code
 2025-05-21 14:24 UTC  (4+ messages)

[bug report] nvme/063 failure (tcp transport)
 2025-05-21 11:51 UTC  (7+ messages)

[PATCH 1/1] nvme: fix implicit bool to flags conversion
 2025-05-21 11:09 UTC  (9+ messages)

[PATCH 1/1] nvme: enable vectored registered bufs for passthrough cmds
 2025-05-21 11:09 UTC  (6+ messages)

[PATCH net-next 00/10] net: faster and simpler CRC32C computation
 2025-05-21 10:38 UTC  (30+ messages)
` [PATCH net-next 04/10] RDMA/siw: use skb_crc32c() instead of __skb_checksum()
` [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()

[linux-nvme:nvme-6.16] BUILD SUCCESS 9e221d8cf90b8599a6a3d62a1ebb712468f42a35
 2025-05-21  4:12 UTC 

[PATCH net-next v3] net: core: Convert inet_addr_is_any() to sockaddr_storage
 2025-05-21  1:23 UTC  (3+ messages)

[PATCH blktests 0/2] nvme: check that nvme-cli supports json output format
 2025-05-20 19:18 UTC  (7+ messages)
` [PATCH blktests 1/2] common/nvme: introduce _have_nvme_cli_with_json_support()
` [PATCH blktests 2/2] nvme/rc, md/001: check that nvme-cli supports json output format

[GIT PULL] nvme updates for Linux 6.16
 2025-05-20 16:14 UTC  (2+ messages)

seeking beginner-friendly nvme bugs to work on
 2025-05-20 15:13 UTC 

[PATCH AUTOSEL 6.14 295/642] nvme: map uring_cmd data even if address is 0
 2025-05-20 14:13 UTC  (3+ messages)

nvme-cli & json vs blktests
 2025-05-20 13:34 UTC  (8+ messages)

[ANNOUNCEMENT] nvme-cli v2.14 and libnvme v1.14 release
 2025-05-20 12:12 UTC 

[linux-nvme:nvme-6.16 40/42] drivers/nvme/host/multipath.c:13:6: sparse: sparse: symbol 'multipath_always_on' was not declared. Should it be static?
 2025-05-20 11:23 UTC  (2+ messages)

[PATCH] nvme-pci: derive and better document max segments limits
 2025-05-19 23:34 UTC  (4+ messages)

[PATCH AUTOSEL 5.15 6/7] nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro
 2025-05-19 21:23 UTC 

[PATCH AUTOSEL 6.1 6/8] nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro
 2025-05-19 21:22 UTC 

[PATCH AUTOSEL 6.6 09/11] nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro
 2025-05-19 21:22 UTC 

[PATCH AUTOSEL 6.12 13/18] nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro
 2025-05-19 21:22 UTC 

[PATCH AUTOSEL 6.14 08/23] nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq()
 2025-05-19 21:21 UTC  (4+ messages)
` [PATCH AUTOSEL 6.14 12/23] nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing
` [PATCH AUTOSEL 6.14 17/23] nvme: all namespaces in a subsystem must adhere to a common atomic write size
` [PATCH AUTOSEL 6.14 18/23] nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro

[linux-nvme:nvme-6.16] BUILD SUCCESS fc9c5b746e651c57ea8b8d702659db8f2e9847b2
 2025-05-19 20:24 UTC 

[PATCH] nvme-tcp: fix 'quiesce' imbalance for the admin queue
 2025-05-19 11:12 UTC  (2+ messages)

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

[RFC PATCH 0/1] enable quirks via module parameter
 2025-05-16 16:52 UTC  (5+ messages)
` [RFC PATCH 1/1] nvme: add support for dynamic quirk configuration "

[linux-nvme:nvme-6.16] BUILD SUCCESS dc7a055bf3e48484f6afeac156e9c9fbec2f3ab3
 2025-05-16 16:28 UTC 

NVMe CLI Invalid PRP Entry Status Failures
 2025-05-16 14:41 UTC  (4+ messages)

W sprawie samochodu
 2025-05-16  8:15 UTC 

[PATCH 0/1] Add quirk for Samsung PM173X with Subsystem Vendor
 2025-05-16  8:13 UTC  (6+ messages)
` [PATCH 1/1] nvme-pci: Add quirk for Samsung PM173X with Subsystem Vendor id:0x108e
        ` [External] : "

[linux-nvme:nvme-6.16] BUILD SUCCESS 62239235c075fb2077d54ae47f6b917fbde645ba
 2025-05-15 16:11 UTC 

[linux-nvme:nvme-6.15] BUILD SUCCESS e765bf89f42b5c82132a556b630affeb82b2a21f
 2025-05-15 16:11 UTC 

[PATCH v2] drivers/nvme: Add quirks for device 025e:f1ac
 2025-05-15 16:01 UTC  (3+ messages)

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

[RFC PATCHv5 0/3] improve NVMe multipath handling
 2025-05-15  8:49 UTC  (4+ messages)

[PATCH v6 0/9] blk: honor isolcpus configuration
 2025-05-15  8:36 UTC  (4+ messages)
` [PATCH v6 8/9] blk-mq: use hk cpus only when isolcpus=io_queue is enabled


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