public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-01-28 12:17:24 to 2021-02-02 18:10:10 UTC [more...]

[PATCH v3 net-next 00/21] nvme-tcp receive offloads
 2021-02-02 18:09 UTC  (28+ 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] 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 V2 0/3] SWIOTLB: Preserve swiotlb map offset when needed
 2021-02-02 12:07 UTC  (13+ 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-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 00/10] nvmet: fixes and some cleanups
 2021-02-02  9:39 UTC  (21+ 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

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

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

[PATCH] nvme: convert sysfs sprintf/snprintf family to sysfs_emit
 2021-02-02  7:56 UTC  (2+ messages)

[PATCH v2] nvme-multipath: Early exit if no path is available
 2021-02-02  1:12 UTC  (24+ 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)

nvme-tcp bricks my computer
 2021-02-01 19:04 UTC 

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

[PATCH v5 0/3] avoid double request completion and IO error
 2021-02-01  3:49 UTC  (4+ 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

[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  (11+ 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

[PATCH 00/35] RFC: add "nvme monitor" subcommand
 2021-01-29 21:21 UTC  (45+ messages)
` [PATCH 11/35] monitor: add option -A / --autoconnect
` [PATCH 13/35] monitor: disable nvmf-autoconnect udev rules in autoconnect mode
` [PATCH 16/35] monitor: reset children's signal disposition
` [PATCH 17/35] monitor: handle SIGCHLD for terminated child processes
` [PATCH 18/35] monitor: add "--persistent/-p" flag
` [PATCH 22/35] conn-db: add simple connection registry
` [PATCH 26/35] monitor: implement starting discovery controllers on startup
` [PATCH 32/35] nvmf-autoconnect: add unit file for nvme-monitor.service
` [PATCH 33/35] nvme-connect-all(1): fix documentation for --quiet/-S
` [PATCH 35/35] monitor: add option --keep/-K

[PATCH AUTOSEL 5.4 13/19] nvme: check the PRINFO bit before deciding the host buffer length
 2021-01-29 15:38 UTC 

[PATCH AUTOSEL 5.10 22/41] nvme: check the PRINFO bit before deciding the host buffer length
 2021-01-29 15:36 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 23/41] nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout
` [PATCH AUTOSEL 5.10 24/41] nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout
` [PATCH AUTOSEL 5.10 25/41] nvme-pci: allow use of cmb on v1.4 controllers
` [PATCH AUTOSEL 5.10 26/41] nvmet: set right status on error in id-ns handler

[linux-nvme:nvme-5.11] BUILD SUCCESS 772ea326a4a00b6b4b2c8f3606ad10c31f46c511
 2021-01-29  6:55 UTC 

[PATCH v4 0/5] avoid double request completion and IO error
 2021-01-29  3:50 UTC  (11+ messages)
` [PATCH v4 4/5] nvme-rdma: avoid IO error for nvme native multipath

[PATCH] nvme: add tracing of zns commands
 2021-01-29  3:48 UTC  (2+ messages)

[GIT PULL] nvme fixes for 5.11
 2021-01-28 18:58 UTC  (2+ messages)

[PATCH] nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head
 2021-01-28 18:25 UTC  (2+ messages)

[PATCH 0/3] Adding offset keeping option when mapping data via SWIOTLB.*
 2021-01-28 18:18 UTC  (11+ messages)
` [PATCH 1/3] Adding page_offset_mask to device_dma_parameters
` [PATCH 2/3] Add swiotlb offset preserving mapping when dma_dma_parameters->page_offset_mask is non zero
` [PATCH 3/3] Adding device_dma_parameters->offset_preserve_mask to NVMe driver

[RFC PATCH 0/4] Asynchronous passthrough ioctl
 2021-01-28 17:25 UTC  (9+ messages)

[PATCH] nvme-tcp: proper handling of tcp socket closing flows
 2021-01-28 15:27 UTC  (3+ messages)

[PATCH] nvme: trace: parse format nvm command in detail
 2021-01-28 12:39 UTC  (4+ messages)

[linux-nvme:nvme-5.12] BUILD SUCCESS ab9dbdb20926f7f2e8387da8e647c7354b8cbb2e
 2021-01-28 12:16 UTC 

[linux-nvme:nvme-5.11] BUILD SUCCESS 919a27a9755cc108ff60da3f187f89a64f996320
 2021-01-28 12:16 UTC 


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