public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-12-25 11:14:07 to 2023-01-12 04:47:26 UTC [more...]

[PATCH v8 00/25] nvme-tcp receive offloads
 2023-01-12  4:47 UTC  (30+ messages)
` [PATCH v8 01/25] net: Introduce direct data placement tcp offload
` [PATCH v8 02/25] net/ethtool: add new stringset ETH_SS_ULP_DDP{,_STATS}
` [PATCH v8 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats
` [PATCH v8 04/25] Documentation: document netlink ULP_DDP_GET/SET messages
` [PATCH v8 05/25] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v8 06/25] net/tls,core: export get_netdev_for_sock
` [PATCH v8 07/25] nvme-tcp: Add DDP offload control path
` [PATCH v8 08/25] nvme-tcp: Add DDP data-path
` [PATCH v8 09/25] nvme-tcp: RX DDGST offload
` [PATCH v8 10/25] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v8 11/25] nvme-tcp: Add modparam to control the ULP offload enablement
` [PATCH v8 12/25] Documentation: add ULP DDP offload documentation
` [PATCH v8 13/25] net/mlx5e: Rename from tls to transport static params
` [PATCH v8 14/25] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v8 15/25] net/mlx5e: Have mdev pointer directly on the icosq structure
` [PATCH v8 16/25] net/mlx5e: Refactor doorbell function to allow avoiding a completion
` [PATCH v8 17/25] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v8 18/25] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v8 19/25] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v8 20/25] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v8 21/25] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v8 22/25] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v8 23/25] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v8 24/25] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v8 25/25] net/mlx5e: NVMEoTCP, statistics

nvme-fabrics: devices are uninterruptable
 2023-01-11 14:37 UTC 

[LSF/MM/BPF TOPIC] Limits of development
 2023-01-11 14:04 UTC  (4+ messages)

remove path cleanups
 2023-01-11  9:30 UTC  (6+ messages)
` [PATCH 1/9] nvme-apple: fix controller shutdown in apple_nvme_disable

[PATCH 0/2] nvme-apple: Fix suspend-resume regression
 2023-01-11  6:41 UTC  (9+ messages)
` [PATCH 1/2] nvme-apple: Do not try to shut down the controller twice
` [PATCH 2/2] nvme: Handle shut down controllers during initialization

[linux-nvme:nvme-6.2] BUILD SUCCESS c7c0644ead24c59cc5e0f2ff0ade89b21783614a
 2023-01-10 19:54 UTC 

[PATCH v2 0/3] block zoned cleanups
 2023-01-10 14:36 UTC  (4+ messages)
  ` [PATCH v2 1/3] block: remove superfluous check for request queue in bdev_is_zoned()
  ` [PATCH v2 2/3] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
  ` [PATCH v2 3/3] block: introduce bdev_zone_no helper

[PATCH 0/7] block zoned cleanups
 2023-01-10  9:43 UTC  (29+ messages)
  ` [PATCH 1/7] block: remove superfluous check for request queue in bdev_is_zoned
  ` [PATCH 2/7] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
  ` [PATCH 3/7] nvmet: introduce bdev_zone_no helper
  ` [PATCH 4/7] zonefs: use bdev_zone_no helper to calculate the zone index
  ` [PATCH 5/7] dm-zoned: ensure only power of 2 zone sizes are allowed
  ` [PATCH 6/7] dm-zone: use generic helpers to calculate offset from zone start
  ` [PATCH 7/7] dm: call dm_zone_endio after the target endio callback for zoned devices

Słowa kluczowe do wypozycjonowania
 2023-01-10  8:35 UTC 

[PATCH] MAINTAINERS: stop nvme matching for nvmem files
 2023-01-10  7:19 UTC  (4+ messages)

don't allow unprivileged passthrough on partitions
 2023-01-09 15:13 UTC  (9+ messages)
  ` [PATCH 1/3] nvme: remove __nvme_ioctl
  ` [PATCH 2/3] nvme: replace the "bool vec" arguments with flags in the ioctl path
  ` [PATCH 3/3] nvme: don't allow unprivileged passthrough on partitions

trying to gain understanding on BLKRRPART and "failed to re-read partition table" error
 2023-01-09 10:40 UTC  (6+ messages)

[PATCH] nvme-common: simplify nvme_auth_generate_key
 2023-01-09  9:37 UTC  (4+ messages)

[linux-nvme:nvme-6.3] BUILD SUCCESS 33cdfd15fd37ce18cc3c13af705f42e2da700883
 2023-01-09  8:32 UTC 

[PATCH 0/4] nvme patches for 6.3
 2023-01-09  7:09 UTC  (9+ messages)
` [PATCH 1/4] nvme-pci: remove SGL segment descriptors
` [PATCH 2/4] nvme-pci: use mapped entries for sgl decision
` [PATCH 3/4] nvme-pci: place descriptor addresses in iod
` [PATCH 4/4] nvme: always initialize known command effects

[linux-nvme:nvme-6.2] BUILD SUCCESS 749a2766ebda2749ff6759bedac1f103d5e3680c
 2023-01-09  7:05 UTC 

[PATCH] nvme: remove nvme_execute_passthru_rq
 2023-01-09  3:31 UTC  (2+ messages)

nvmet_check_data_len() wrong behavior for nvme admin set features cmd
 2023-01-08 18:58 UTC  (6+ messages)

[PATCH] nvme-auth: don't use NVMe status codes
 2023-01-08 18:21 UTC  (2+ messages)

[PATCH] nvme-fabrics: clarify AUTHREQ result handling
 2023-01-08 18:21 UTC  (2+ messages)

[PATCH] nvme-apple: Add NVME_QUIRK_IDENTIFY_CNS quirk to fix regression
 2023-01-08 18:15 UTC  (5+ messages)
` [PATCH] nvme-pci: Add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllers

[PATCH] nvme-pci: free irq properly when cannot create adminq
 2023-01-08 18:15 UTC  (6+ messages)
  ` [PATCH v2] nvme-pci: fix error handling in nvme_pci_enable()

[PATCH] Add quirk for ADATA SX6000PNP
 2023-01-08 17:17 UTC  (3+ messages)

Option to never do BLKRRPART ioctl in nvme format?
 2023-01-06 19:28 UTC 

LSF/MM/BPF: 2023: Call for Proposals
 2023-01-06 15:50 UTC 

6.2 nvme-pci: something wrong
 2023-01-04 14:02 UTC  (3+ messages)
` 6.2 nvme-pci: something wrong #forregzbot

[PATCH v2 0/3] Add OCP extended log to nvme QEMU
 2023-01-04 14:43 UTC  (2+ messages)

[PATCH 0/4] nvme: fix several bugs in nvme-fabric
 2023-01-04  8:56 UTC  (14+ messages)
` [PATCH 1/4] nvme: fix delete uninitialized controller
` [PATCH 2/4] nvme: fix reset "
` [PATCH 3/4] nvmet: fix hang in nvmet_ns_disable()
` [PATCH 4/4] nvmet-tcp: fix memory leak in nvmet_tcp_free_cmd_data_in_buffers()

[PATCH] nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()
 2023-01-04  8:44 UTC 

[PATCH AUTOSEL 5.15 1/4] nvme: fix multipath crash caused by flush request when blktrace is enabled
 2023-01-03 18:40 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 3/4] nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
` [PATCH AUTOSEL 5.15 4/4] nvme: also return I/O command effects from nvme_command_effects

[PATCH AUTOSEL 6.0 1/4] nvme: fix multipath crash caused by flush request when blktrace is enabled
 2023-01-03 18:39 UTC  (3+ messages)
` [PATCH AUTOSEL 6.0 3/4] nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
` [PATCH AUTOSEL 6.0 4/4] nvme: also return I/O command effects from nvme_command_effects

fix nvme sqsize on off regression
 2023-01-03 16:45 UTC  (20+ messages)
` [PATCH 1/4] nvme: fix setting the queue depth in nvme_alloc_io_tag_set
` [PATCH 2/4] nvme-pci: update sqsize when adjusting the queue depth
` [PATCH 3/4] nvme: store the actual queue size in ctrl->sqsize
` [PATCH 4/4] nvme-pci: remove the dev->q_depth field
` (subset) fix nvme sqsize on off regression

[PATCH AUTOSEL 5.10] nvme: fix multipath crash caused by flush request when blktrace is enabled
 2023-01-03 18:40 UTC 

[PATCH AUTOSEL 6.1 02/10] nvme: fix multipath crash caused by flush request when blktrace is enabled
 2023-01-03 18:39 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 09/10] nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
` [PATCH AUTOSEL 6.1 10/10] nvme: also return I/O command effects from nvme_command_effects

[GIT PULL] nvme fixes for Linux 6.2
 2022-12-29 18:32 UTC  (2+ messages)

blktests failures with v5.19-rc1
 2022-12-29 18:13 UTC  (2+ messages)

[linux-nvme:nvme-6.2] BUILD SUCCESS 76807fcd73b818eb9f245ef1035aed34ecdd9813
 2022-12-29  6:48 UTC 

only allow unprivileged passthrough for commands without effects v4
 2022-12-29  5:35 UTC  (9+ messages)
` [PATCH 5/6] nvme: also return I/O command effects from nvme_command_effects

[PATCH] nvme-auth: fix smatch warning complaints
 2022-12-28 15:37 UTC  (3+ messages)


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