public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-01-29 21:21:36 to 2021-02-05 02:02:35 UTC [more...]

[PATCH v5 0/3] avoid double request completion and IO error
 2021-02-05  2:02 UTC  (14+ messages)
` [PATCH v5 1/3] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v5 2/3] nvme-fabrics: avoid double request completion for nvmf_fail_nonready_command
` [PATCH v5 3/3] nvme-rdma: avoid IO error for nvme native multipath

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

[linux-nvme:nvme-5.12] BUILD SUCCESS aced5580e793b6d0287587bbb36f11510775b627
 2021-02-04 20:18 UTC 

[PATCH v3 net-next 00/21] nvme-tcp receive offloads
 2021-02-04 19:20 UTC  (41+ messages)
` [PATCH v3 net-next 01/21] iov_iter: Introduce new procedures for copy to iter/pages
` [PATCH v3 net-next 02/21] net: Introduce direct data placement tcp offload
` [PATCH v3 net-next 03/21] net: Introduce crc offload for tcp ddp ulp
` [PATCH v3 net-next 04/21] net: SKB copy(+hash) iterators for DDP offloads
` [PATCH v3 net-next 05/21] net/tls: expose get_netdev_for_sock
` [PATCH v3 net-next 06/21] nvme-tcp: Add DDP offload control path
` [PATCH v3 net-next 07/21] nvme-tcp: Add DDP data-path
` [PATCH v3 net-next 08/21] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH v3 net-next 09/21] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v3 net-next 10/21] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v3 net-next 11/21] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v3 net-next 12/21] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v3 net-next 13/21] net/mlx5e: NVMEoTCP offload initialization
` [PATCH v3 net-next 14/21] net/mlx5e: KLM UMR helper macros
` [PATCH v3 net-next 15/21] net/mlx5e: NVMEoTCP use KLM UMRs
` [PATCH v3 net-next 16/21] net/mlx5e: NVMEoTCP queue init/teardown
` [PATCH v3 net-next 17/21] net/mlx5e: NVMEoTCP async ddp invalidation
` [PATCH v3 net-next 18/21] net/mlx5e: NVMEoTCP ddp setup and resync
` [PATCH v3 net-next 19/21] net/mlx5e: NVMEoTCP, data-path for DDP+CRC offload
` [PATCH v3 net-next 20/21] net/mlx5e: NVMEoTCP statistics
` [PATCH v3 net-next 21/21] Documentation: add TCP DDP offload documentation

[GIT PULL] nvme fixes for 5.11
 2021-02-04 15:27 UTC  (3+ messages)

[PATCH 00/35] RFC: add "nvme monitor" subcommand
 2021-02-04  9:41 UTC  (44+ messages)
` [PATCH 05/35] monitor: add uevent filters
` [PATCH 06/35] monitor: Create a log() macro
` [PATCH 07/35] fabrics: use "
` [PATCH 08/35] monitor: add command line options to control logging
` [PATCH 09/35] nvme_get_ctrl_attr(): constify "path" argument
` [PATCH 10/35] fabrics: export do_discover(), build_options() and config
` [PATCH 11/35] monitor: add option -A / --autoconnect
` [PATCH 12/35] monitor: add helpers for __attribute__((cleanup))
` [PATCH 13/35] monitor: disable nvmf-autoconnect udev rules in autoconnect mode
` [PATCH 19/35] fabrics: use "const char *" in struct config
` [PATCH 35/35] monitor: add option --keep/-K

[PATCH v4 0/8] block: add zone write granularity limit
 2021-02-04  8:47 UTC  (2+ messages)

[PATCH v2] nvme: avoid "(efault)" from nvme_sysfs_show_subsysnqn()
 2021-02-04  7:44 UTC  (10+ messages)

nvme-tcp bricks my computer
 2021-02-04  7:43 UTC  (5+ messages)

[linux-nvme:nvme-5.11] BUILD SUCCESS cb8563f5c735a042ea2dd7df1ad55ae06d63ffeb
 2021-02-04  6:37 UTC 

[PATCH] nvmet-tcp: Fix receive data digest calculation for multiple h2cdata PDUs
 2021-02-03 23:00 UTC 

[PATCH] nvme: Add 48-bit DMA address quirk
 2021-02-03 16:57 UTC  (7+ messages)

[PATCH V2 0/3] SWIOTLB: Preserve swiotlb map offset when needed
 2021-02-03 16:47 UTC  (15+ messages)
` [PATCH V2 1/3] Adding page_offset_mask to device_dma_parameters
` [PATCH V2 2/3] Add swiotlb offset preserving mapping when dma_dma_parameters->page_offset_mask is non zero
` [PATCH V2 3/3] Adding device_dma_parameters->offset_preserve_mask to NVMe driver

[PATCH] nvme: convert sysfs sprintf/snprintf family to sysfs_emit
 2021-02-03 16:13 UTC  (4+ messages)

[PATCH] nvmet-tcp: Fix out-of-bounds access when receiving multiple h2cdata PDUs
 2021-02-03 15:57 UTC  (2+ messages)

[PATCH 00/10] nvmet: fixes and some cleanups
 2021-02-03  4:31 UTC  (22+ messages)
` [PATCH 01/10] nvmet: zeroout id-ns buffer for invalid nsid
` [PATCH 02/10] nvmet: return uniform error for invalid ns
` [PATCH 03/10] nvmet: set error in nvmet_find_namespace()
` [PATCH 04/10] nvmet: remove nsid param from nvmet_find_namespace()
` [PATCH 05/10] nvmet: remove extra variable in is-ns handler
` [PATCH 06/10] nvmet: add helper to report invalid opcode
` [PATCH 07/10] nvmet: use invalid cmd opcode helper
` [PATCH 08/10] "
` [PATCH 09/10] nvmet: use min of device_path and disk len
` [PATCH 10/10] nvme-loop: rename variable to get rid of the warn

[linux-nvme:nvme-5.12] BUILD SUCCESS 563c81586d0ab2841487a61fb34d6e9cd5efded7
 2021-02-02 22:52 UTC 

[linux-nvme:nvme-5.11] BUILD SUCCESS 46121fa7c2dc55bcbb729b6a2ab323aa1e8986cf
 2021-02-02 22:52 UTC 

[GIT PULL] first round of nvme updates for 5.12
 2021-02-02 17:43 UTC  (2+ messages)

Buffer I/O Errors from Zoned NVME devices
 2021-02-02 15:22 UTC  (6+ messages)

[PATCH AUTOSEL 5.10 25/25] nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC device
 2021-02-02 15:06 UTC 

[PATCH] nvme-pci: Mark Phison E16 (Corsair MP600) as IGNORE_DEV_SUBNQN
 2021-02-02  9:49 UTC  (3+ messages)

[PATCH] Update email address
 2021-02-02  9:49 UTC  (2+ messages)

[PATCH] nvme-pci: add quirk to make Kingston A2000 SSD avoid deepest sleep state
 2021-02-02  9:49 UTC  (2+ messages)

[PATCH] nvmetcli documentation: fix typo
 2021-02-02  9:22 UTC  (3+ messages)

[PATCH v2] nvme-multipath: Early exit if no path is available
 2021-02-02  1:12 UTC  (20+ messages)

[PATCH] nvme: avoid "(efault)" from nvme_sysfs_show_subsysnqn()
 2021-02-02  1:01 UTC  (3+ messages)

Missing or invalid SUBNQN on Corsair MP600 1TB device
 2021-02-01 21:22 UTC  (3+ messages)

How to submit bugs for the nvme kernel modules?
 2021-02-01 18:06 UTC  (2+ messages)

[PATCH] nvme-tcp: fix a segmentation fault during io parsing error
 2021-01-31 15:48 UTC  (8+ messages)

[PATCH] nvme-tcp: proper handling of tcp socket closing flows
 2021-01-31 15:47 UTC  (7+ messages)

[PATCH v2 net-next 00/21] nvme-tcp receive offloads
 2021-01-31 10:40 UTC  (17+ messages)
` [PATCH v2 net-next 02/21] net: Introduce direct data placement tcp offload
` [PATCH v2 net-next 06/21] nvme-tcp: Add DDP offload control path
` [PATCH v2 net-next 07/21] nvme-tcp: Add DDP data-path
` [PATCH v2 net-next 19/21] net/mlx5e: NVMEoTCP, data-path for DDP offload


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