public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-02-05 10:34:34 to 2021-02-11 21:14:50 UTC [more...]

[PATCH v4 net-next 00/21] nvme-tcp receive offloads
 2021-02-11 21:10 UTC  (17+ messages)
` [PATCH v4 net-next 01/21] net: Introduce direct data placement tcp offload
` [PATCH v4 net-next 02/21] net: Introduce crc offload for tcp ddp ulp
` [PATCH v4 net-next 03/21] iov_iter: DDP copy to iter/pages
` [PATCH v4 net-next 04/21] net: skb copy(+hash) iterators for DDP offloads
` [PATCH v4 net-next 05/21] net/tls: expose get_netdev_for_sock
` [PATCH v4 net-next 06/21] nvme-tcp: Add DDP offload control path
` [PATCH v4 net-next 07/21] nvme-tcp: Add DDP data-path
` [PATCH v4 net-next 08/21] nvme-tcp: RX CRC offload
` [PATCH v4 net-next 09/21] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v4 net-next 10/21] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v4 net-next 11/21] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v4 net-next 12/21] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v4 net-next 13/21] net/mlx5e: NVMEoTCP offload initialization
` [PATCH v4 net-next 14/21] net/mlx5e: KLM UMR helper macros
` [PATCH v4 net-next 15/21] net/mlx5e: NVMEoTCP use KLM UMRs
` [PATCH v4 net-next 17/21] net/mlx5e: NVMEoTCP async ddp invalidation

[PATCH 1/2] nvmet: don't check iosqes, iocqes for discovery controllers
 2021-02-11 19:44 UTC  (10+ messages)
` [PATCH 2/2] nvme: don't set iosqes,iocqes "
` [PATCH 1/2] nvmet: don't check "

[linux-nvme:nvme-5.12] BUILD SUCCESS e11e5116171dedeaf63735931e72ad5de0f30ed5
 2021-02-11 19:41 UTC 

[GIT PULL] second round of nvme updates for 5.12
 2021-02-11 18:34 UTC  (4+ messages)

nvme-5.12 is crashing with fabrics discover
 2021-02-11 18:33 UTC  (5+ messages)

vhost/virtio fabric
 2021-02-11 18:14 UTC  (3+ messages)

[PATCH] nvme-pci: prevent SK Hynix PE8000 from using Write Zeroes command
 2021-02-11 18:11 UTC  (9+ messages)

[PATCH v2 0/2] Resync Linux and NVMe-cli nvme.h header
 2021-02-11 13:01 UTC  (6+ messages)
` [PATCH 2/2] nvme: resync header file with common nvme-cli tool

[PATCH V9 0/9] nvmet: add ZBD backend support
 2021-02-11  7:20 UTC  (3+ messages)

[PATCH] nvme-tcp: fix crash triggered with a dataless request submission
 2021-02-11  7:06 UTC  (5+ messages)

[linux-nvme:nvme-5.12] BUILD SUCCESS 4bdf260362b3be529d170b04662638fd6dc52241
 2021-02-11  6:18 UTC 

nvme-tcp bricks my computer
 2021-02-10 22:33 UTC  (8+ messages)

kernel null pointer at nvme_tcp_init_iter[nvme_tcp] with blktests nvme-tcp/012
 2021-02-10 22:15 UTC  (27+ messages)
  ` kernel null pointer at nvme_tcp_init_iter+0x7d/0xd0 [nvme_tcp]

NVMe CLI Commit - Input expects device name without /dev
 2021-02-10 18:35 UTC  (2+ messages)

[PATCH v4 0/8] block: add zone write granularity limit
 2021-02-10 14:45 UTC  (4+ messages)

[PATCHv2] nvme/hwmon: rework to avoid devm allocation
 2021-02-10 13:11 UTC  (9+ messages)

[PATCH] nvme: Add 48-bit DMA address quirk
 2021-02-10  9:13 UTC  (4+ messages)
` [PATCH v2] nvme: Add 48-bit DMA address quirk for Amazon NVMe controllers

[PATCH V3 00/11] nvmet: fixes and some cleanups
 2021-02-10  8:52 UTC  (19+ messages)
` [PATCH V3 01/11] nvmet: set status to 0 in case for invalid nsid
` [PATCH V3 02/11] nvmet: return uniform error for invalid ns
` [PATCH V3 03/11] nvmet: make nvmet_find_namespace() req based
` [PATCH V3 04/11] nvmet: remove extra variable in id-ns handler
` [PATCH V3 05/11] nvmet: add helper to report invalid opcode
` [PATCH V3 06/11] nvmet: use invalid cmd opcode helper
` [PATCH V3 07/11] "
` [PATCH V3 08/11] nvmet: use min of device_path and disk len
` [PATCH V3 09/11] nvme-loop: rename variable to get rid of the warn
` [PATCH V3 10/11] nvmet: add nvmet_req_subsys() helper
` [PATCH V3 11/11] nvmet: remove else at the end of the function

[linux-nvme:nvme-5.12] BUILD SUCCESS bef623436fdc53642f45a48f54f38e0f78d62e9c
 2021-02-09 20:08 UTC 

preserve DMA offsets when using swiotlb v2
 2021-02-09 19:49 UTC  (13+ messages)
` [PATCH 1/9] driver core: add a min_align_mask field to struct device_dma_parameters
` [PATCH 2/9] swiotlb: add a IO_TLB_SIZE define
` [PATCH 3/9] swiotlb: factor out an io_tlb_offset helper
` [PATCH 4/9] swiotlb: factor out a nr_slots helper
` [PATCH 5/9] swiotlb: clean up swiotlb_tbl_unmap_single
` [PATCH 6/9] swiotlb: refactor swiotlb_tbl_map_single
` [PATCH 7/9] swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
` [PATCH 8/9] swiotlb: respect min_align_mask
` [PATCH 9/9] nvme-pci: set min_align_mask

[PATCH 1/2] nvme: support fused nvme requests
 2021-02-09 15:53 UTC  (11+ messages)
` [PATCH V2 0/2] nvme: Support for fused NVME_IOCTL_SUBMIT_IO

[PATCH V2 00/11] nvmet: fixes and some cleanups
 2021-02-09  7:57 UTC  (13+ messages)
` [PATCH V2 01/11] nvmet: zeroout id-ns buffer for invalid nsid
` [PATCH V2 02/11] nvmet: return uniform error for invalid ns
` [PATCH V2 03/11] nvmet: make nvmet_find_namespace() req based
` [PATCH V2 04/11] nvmet: remove extra variable in id-ns handler
` [PATCH V2 05/11] nvmet: add helper to report invalid opcode
` [PATCH V2 06/11] nvmet: use invalid cmd opcode helper
` [PATCH V2 07/11] "
` [PATCH V2 08/11] nvmet: use min of device_path and disk len
` [PATCH V2 09/11] nvme-loop: rename variable to get rid of the warn
` [PATCH V2 10/11] nvmet: add nvmet_req_subsys() helper
` [PATCH V2 11/11] nvmet: remove else at the end of the function

Clarification regarding "nvme discover" and setting IOSQES/IOCQES
 2021-02-09  3:28 UTC  (6+ messages)

[PATCH] nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues
 2021-02-08 23:44 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 09/19] nvme-pci: ignore the subsysem NQN on Phison E16
 2021-02-08 17:58 UTC 

[PATCH AUTOSEL 5.10 19/36] nvme-pci: ignore the subsysem NQN on Phison E16
 2021-02-08 17:57 UTC 

[PATCH] nvme-multipath: set nr_zones for zoned namespaces
 2021-02-08 15:14 UTC  (8+ messages)

[linux-nvme:nvme-5.12] BUILD SUCCESS 51964ee257c859c06c62887f8709c82f9dafd67e
 2021-02-08  8:29 UTC 

Investment research about your country
 2021-02-08  0:52 UTC 

[RFC PATCH v3 00/11] NVMeTCP Offload ULP and QEDN Device Driver
 2021-02-07 18:13 UTC  (12+ messages)
` [RFC PATCH v3 01/11] nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP
` [RFC PATCH v3 02/11] nvme-fabrics: Move NVMF_ALLOWED_OPTS and NVMF_REQUIRED_OPTS definitions
` [RFC PATCH v3 03/11] nvme-tcp-offload: Add device scan implementation
` [RFC PATCH v3 04/11] nvme-tcp-offload: Add controller level implementation
` [RFC PATCH v3 05/11] nvme-tcp-offload: Add controller level error recovery implementation
` [RFC PATCH v3 06/11] nvme-tcp-offload: Add queue level implementation
` [RFC PATCH v3 07/11] nvme-tcp-offload: Add IO "
` [RFC PATCH v3 08/11] nvme-qedn: Add qedn - Marvell's NVMeTCP HW offload vendor driver
` [RFC PATCH v3 09/11] net-qed: Add NVMeTCP Offload PF Level FW and HW HSI
` [RFC PATCH v3 10/11] nvme-qedn: Add qedn probe
` [RFC PATCH v3 11/11] nvme-qedn: Add IRQ and fast-path resources initializations

[PATCH v3 net-next 00/21] nvme-tcp receive offloads
 2021-02-07 16:40 UTC  (11+ messages)
` [PATCH v3 net-next 01/21] iov_iter: Introduce new procedures for copy to iter/pages
` [PATCH v3 net-next 08/21] nvme-tcp : Recalculate crc in the end of the capsule

[PATCH] nvmet-tcp: fix potential race of tcp socket closing accept_work
 2021-02-07 16:16 UTC  (2+ messages)

[PATCH] nvmet-tcp: Fix receive data digest calculation for multiple h2cdata PDUs
 2021-02-07 16:16 UTC  (2+ messages)

[PATCH] nvme: move NVMF_OPT_CTRL_LOSS_TMO to generic list of allowed options
 2021-02-05 18:47 UTC  (4+ messages)

[PATCH] nvmet: per-host namespaces masking
 2021-02-05 18:42 UTC  (2+ messages)

preserve DMA offsets when using swiotlb
 2021-02-05 11:50 UTC  (5+ messages)
` [PATCH 7/8] swiotlb: respect min_align_mask


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