Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-29 16:18:29 to 2024-06-05 11:22:22 UTC [more...]

[PATCH v20 00/12] Implement copy offload support
 2024-06-05  8:14 UTC  (4+ messages)

[PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
 2024-06-05  8:17 UTC  (3+ messages)

[PATCH v7 0/9] block atomic writes
 2024-06-05 11:21 UTC  (19+ messages)
` [PATCH v7 1/9] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v7 2/9] fs: Initial atomic write support
` [PATCH v7 3/9] fs: Add initial atomic write support info to statx
` [PATCH v7 4/9] block: Add core atomic write support
` [PATCH v7 5/9] block: Add atomic write support for statx
` [PATCH v7 6/9] block: Add fops atomic write support
` [PATCH v7 7/9] scsi: sd: Atomic "
` [PATCH v7 8/9] scsi: scsi_debug: "
` [PATCH v7 9/9] nvme: "

[PATCH v2 0/4] clarify NVMe status symbol names
 2024-06-05  8:55 UTC  (12+ messages)
` [PATCH v2 1/4] nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_err
` [PATCH v2 2/4] nvme: fix status magic numbers
` [PATCH v2 3/4] nvme: rename CDR/MORE/DNR to NVME_STATUS_*
` [PATCH v2 4/4] mailmap: add entry for Weiwen Hu

[PATCH v20 00/12] Implement copy offload support
 2024-06-05  8:20 UTC  (32+ messages)
    ` [PATCH v20 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v20 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v20 03/12] block: add copy offload support
    ` [PATCH v20 04/12] block: add emulation for copy
    ` [PATCH v20 07/12] nvme: add copy offload support
    ` [PATCH v20 11/12] null: Enable trace capability for null block

[PATCH v2 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-05  7:27 UTC  (25+ messages)
` [PATCH v2 1/4] net: introduce helper sendpages_ok()
` [PATCH v2 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH v2 3/4] drbd: "
` [PATCH v2 4/4] libceph: "

[PATCHv2 0/5] nvme: fix initialization memleak
 2024-06-05  7:26 UTC  (8+ messages)
` [PATCHv2 1/5] nvme: apple: fix device reference counting
` [PATCHv2 2/5] nvme: tcp: split controller bringup handling
` [PATCHv2 3/5] nvme: rdma: "
` [PATCHv2 4/5] nvme: fc: "
` [PATCHv2 5/5] nvme: split device add from initialization

move integrity settings to queue_limits
 2024-06-05  6:28 UTC  (13+ messages)
` [PATCH 01/12] dm-integrity: use the nop integrity profile
` [PATCH 02/12] block: remove the unused BIP_{CTRL,DISK}_NOCHECK flags
` [PATCH 03/12] block: remove the BIP_IP_CHECKSUM flag
` [PATCH 04/12] block: remove the blk_integrity_profile structure
` [PATCH 05/12] block: remove the blk_flush_integrity call in blk_integrity_unregister
` [PATCH 06/12] block: factor out flag_{store,show} helper for integrity
` [PATCH 07/12] block: use kstrtoul in flag_store
` [PATCH 08/12] block: don't pretend to generate/verify for non-PI metadata
` [PATCH 09/12] block: don't require stable pages "
` [PATCH 10/12] block: bypass the STABLE_WRITES flag for protection information
` [PATCH 11/12] block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
` [PATCH 12/12] block: move integrity information into queue_limits

[Question] Configuring CPU Cores for NVMe Target & Host in Linux Kernel
 2024-06-04 21:37 UTC  (2+ messages)

[PATCH-RFC 0/5] nvme: fix initialization memleak
 2024-06-04 14:51 UTC  (13+ messages)
` [PATCH-RFC 1/5] nvme: apple: fix device reference counting
` [PATCH-RFC 2/5] nvme: tcp: split controller bringup handling
` [PATCH-RFC 3/5] nvme: rdma: "
` [PATCH-RFC 4/5] nvme: fc: "
` [PATCH-RFC 5/5] nvme: split device add from initialzation

[PATCH v3 0/1] nvme-pci: recover from NVM subsystem reset
 2024-06-04  9:10 UTC  (2+ messages)
` [PATCH v3 1/1] nvme-pci : Fix EEH failure on ppc after "

blktests failures with v6.10-rc1 kernel
 2024-06-04  6:57 UTC  (9+ messages)

WQ_UNBOUND workqueue warnings from multiple drivers
 2024-06-04  0:06 UTC  (9+ messages)

[PATCH v2] block: unmap and free user mapped integrity via submitter
 2024-06-03 16:37 UTC  (2+ messages)

[PATCH 0/4] bugfix: Introduce sendpages_ok() to check sendpage_ok() on contiguous pages
 2024-06-03 11:47 UTC  (10+ messages)
` [PATCH 1/4] net: introduce helper sendpages_ok()
` [PATCH 2/4] nvme-tcp: use sendpages_ok() instead of sendpage_ok()
` [PATCH 3/4] drbd: use sendpages_ok() to "
` [PATCH 4/4] libceph: "

blktests nvme 041,042 leak memory
 2024-06-03  9:38 UTC  (18+ messages)

[PATCH v25 00/20] nvme-tcp receive offloads
 2024-06-03  7:09 UTC  (9+ messages)
` [PATCH v25 10/20] net/mlx5e: Rename from tls to transport static params
` [PATCH v25 12/20] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v25 14/20] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v25 16/20] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v25 18/20] net/mlx5e: NVMEoTCP, async ddp invalidation

[PATCH rfc] nvme: fix a possible memory leak when failing to initialize ctrl auth
 2024-06-03  7:00 UTC  (2+ messages)

[PATCHv3 0/2] nvmet: avoid circular locking warning
 2024-06-03  6:43 UTC  (3+ messages)
` [PATCH 2/2] nvmet-rdma: avoid circular locking dependency on install_queue()

[PATCH rfc] rdma/verbs: fix a possible uaf when draining a srq attached qp
 2024-06-02 13:08 UTC  (5+ messages)

[linux-nvme:nvme-6.10] BUILD SUCCESS b1a1fdd7096dd2d67911b07f8118ff113d815db4
 2024-06-01 21:22 UTC 

[PATCH] nvme/pci: Add APST quirk for Lenovo N60z laptop
 2024-06-01  9:41 UTC 

[RESEND PATCH] nvme-fabrics: use reserved tag for reg read/write command
 2024-05-31 20:53 UTC  (3+ messages)

[PATCH v2] nvme: fix nvme_pr_* status code parsing
 2024-05-31 20:53 UTC  (5+ messages)

[PATCH] nvme-apple: add missing MODULE_DESCRIPTION()
 2024-05-31 11:45 UTC  (4+ messages)

[PATCH] nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]
 2024-05-30 17:23 UTC  (3+ messages)

[PATCH] PCI: pciehp: Detect device replacement during system sleep
 2024-05-30 17:19 UTC  (2+ messages)

[PATCH 0/5] enable bs > ps for block devices
 2024-05-30 13:37 UTC  (2+ messages)

[PATCH 0/3] Refactor and fix about NVMe status code
 2024-05-30  6:34 UTC  (5+ messages)
` [PATCH 1/3] nvme: fix nvme_pr_* status code parsing

[GIT PULL] nvme fixes for Linux 6.10
 2024-05-30  1:55 UTC  (2+ messages)

blktests nvme/042 nvme/043 fail ?
 2024-05-29 22:06 UTC  (2+ messages)

[PATCH] nvmet: fix a possible leak when destroy a ctrl during qp establishment
 2024-05-29 19:15 UTC  (2+ messages)

[PATCH v5 0/7] nvmet: debugfs support
 2024-05-29 18:35 UTC  (6+ messages)
` [PATCH v5 5/7] nvmet-fc: implement host_traddr()
` [PATCH v5 6/7] nvme-fcloop: implement 'host_traddr'

[linux-nvme:nvme-6.10] BUILD SUCCESS c758b77d4a0a0ed3a1292b3fd7a2aeccd1a169a4
 2024-05-29 18:28 UTC 


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