linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-08 15:30:19 to 2023-01-17 15:36:49 UTC [more...]

[PATCH v9 00/25] nvme-tcp receive offloads
 2023-01-17 15:35 UTC  (5+ messages)
` [PATCH v9 01/25] net: Introduce direct data placement tcp offload
` [PATCH v9 02/25] net/ethtool: add new stringset ETH_SS_ULP_DDP_{CAPS,STATS}
` [PATCH v9 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats
` [PATCH v9 04/25] Documentation: document netlink ULP_DDP_GET/SET messages

nvme-fabrics: devices are uninterruptable
 2023-01-17 15:28 UTC  (7+ messages)

[PATCH rdma-next 00/13] Add RDMA inline crypto support
 2023-01-17 14:34 UTC  (24+ messages)
` [PATCH mlx5-next 01/13] net/mlx5: Introduce crypto IFC bits and structures
` [PATCH mlx5-next 02/13] net/mlx5: Introduce crypto capabilities macro
` [PATCH rdma-next 03/13] RDMA: Split kernel-only create QP flags from uverbs create QP flags
` [PATCH rdma-next 04/13] RDMA/core: Add cryptographic device capabilities
` [PATCH rdma-next 05/13] RDMA/core: Add DEK management API
` [PATCH rdma-next 06/13] RDMA/core: Introduce MR type for crypto operations
` [PATCH rdma-next 07/13] RDMA/core: Add support for creating crypto enabled QPs
` [PATCH rdma-next 08/13] RDMA/mlx5: Add cryptographic device capabilities
` [PATCH rdma-next 09/13] RDMA/mlx5: Add DEK management API
` [PATCH rdma-next 10/13] RDMA/mlx5: Add AES-XTS crypto support
` [PATCH rdma-next 11/13] nvme: Introduce a local variable
` [PATCH rdma-next 12/13] nvme: Add crypto profile at nvme controller
` [PATCH rdma-next 13/13] nvme-rdma: Add inline encryption support

[PATCH for-next v1 0/2] enable pcpu bio-cache for IRQ uring-passthru I/O
 2023-01-17 12:06 UTC  (3+ messages)
  ` [PATCH for-next v1 1/2] nvme: set REQ_ALLOC_CACHE for uring-passthru request
  ` [PATCH for-next v1 2/2] block: extend bio-cache for non-polled requests

regression on aarch64? panic on boot
 2023-01-17 12:11 UTC  (6+ messages)

[PATCH 1/3] nvme-fabrics: introduce existing_ctrl operation
 2023-01-17 10:50 UTC  (6+ messages)
` [PATCH 2/3] nvme-rdma: implement "
` [PATCH 3/3] nvme-tcp: "

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-17  4:58 UTC  (17+ messages)

[syzbot] possible deadlock in br_multicast_rcv (3)
 2023-01-16 16:40 UTC 

Virtio-blk extended lifetime feature
 2023-01-15  7:55 UTC 

[PATCH v8 00/25] nvme-tcp receive offloads
 2023-01-13 14:17 UTC  (34+ 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

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2023-01-13  9:46 UTC 

[PATCH v6 0/9] Implement copy offload support
 2023-01-13  8:26 UTC  (13+ messages)
  ` [PATCH v6 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v6 2/9] block: Add copy offload support infrastructure
  ` [PATCH v6 3/9] block: add emulation for copy
  ` [PATCH v6 4/9] block: Introduce a new ioctl "
  ` [PATCH v6 5/9] nvme: add copy offload support
  ` [PATCH v6 6/9] nvmet: add copy command support for bdev and file ns
  ` [PATCH v6 7/9] dm: Add support for copy offload
  ` [PATCH v6 9/9] dm kcopyd: use copy offload support

[GIT PULL] nvme fixes for Linux 6.2
 2023-01-12 17:37 UTC  (2+ messages)

[PATCH v2 0/3] block zoned cleanups
 2023-01-12 17:14 UTC  (6+ 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

Regression in Kernel 6.0: System partially freezes with "nvme controller is down"
 2023-01-12 16:42 UTC  (4+ messages)

don't allow unprivileged passthrough on partitions
 2023-01-12 14:03 UTC  (13+ 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

Silikonmischungen
 2023-01-12  8:31 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 0/7] block zoned cleanups
 2023-01-10  9:43 UTC  (21+ messages)
  ` [PATCH 2/7] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
  ` [PATCH 1/7] block: remove superfluous check for request queue in bdev_is_zoned
  ` [PATCH 3/7] nvmet: introduce bdev_zone_no helper
  ` [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)

trying to gain understanding on BLKRRPART and "failed to re-read partition table" error
 2023-01-09 10:40 UTC  (4+ 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  (8+ messages)
` [PATCH 1/4] nvme-pci: remove SGL segment descriptors
` [PATCH 2/4] nvme-pci: use mapped entries for sgl decision
` [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  (2+ messages)

[PATCH] nvme-pci: free irq properly when cannot create adminq
 2023-01-08 18:15 UTC  (3+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).