linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-30 03:36:10 to 2023-12-08 10:53:54 UTC [more...]

[PATCH v5 0/6] nvme: add csi, ms and nuse to sysfs
 2023-12-08 10:53 UTC  (2+ messages)
` [PATCH v5 1/6] nvme: move ns id info to struct nvme_ns_head

[PATCH v4 0/4] nvme: add csi, ms and nuse to sysfs
 2023-12-08  9:10 UTC  (14+ messages)
` [PATCH v4 1/4] nvme: move ns id info to struct nvme_ns_head
` [PATCH v4 2/4] nvme: rename ns attribute group
` [PATCH v4 3/4] nvme: add csi, ms and nuse to sysfs
` [PATCH v4 4/4] nvme: repack struct nvme_ns_head

[linux-nvme:nvme-6.8] BUILD SUCCESS 2fcd3ab398260a113fd4434b4d72929066c73121
 2023-12-07 23:37 UTC 

[PATCH] nvme-pci: enhance timeout kernel log
 2023-12-07 20:47 UTC  (4+ messages)

[PATCH 1/2] iouring: one capable call per iouring instance
 2023-12-07 17:48 UTC  (21+ messages)
` [PATCH 2/2] nvme: use uring_cmd sys_admin flag

[GIT PULL] nvme fixes for Linux 6.7
 2023-12-07 17:31 UTC  (2+ messages)

[PATCH] nvme-pci: Add sleep quirk for Kingston drives
 2023-12-07 17:00 UTC  (6+ messages)

[PATCHv2 0/2] nvmet: avoid circular locking warning
 2023-12-07 12:17 UTC  (15+ messages)
` [PATCH 1/2] nvmet-rdma: avoid circular locking dependency on install_queue()

[PATCH v3 0/4] nvme: add csi, ms and nuse to sysfs
 2023-12-07 10:53 UTC  (12+ messages)
` [PATCH v3 1/4] nvme: lookup ctrl from request instead from namespace
` [PATCH v3 2/4] nvme: initialize head before namespace
` [PATCH v3 3/4] nvme: move ns id info to struct nvme_ns_head
` [PATCH v3 4/4] nvme: add csi, ms and nuse to sysfs

[PATCH V7 0/1] nvme: allow passthru cmd error logging
 2023-12-07  6:33 UTC  (9+ messages)
` [PATCH V7 1/1] "

[PATCH net-next 5/6] net: introduce page_frag_cache_drain()
 2023-12-07  5:46 UTC  (2+ messages)

[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-12-07  1:11 UTC  (7+ messages)

[PATCH 1/2] nvme: introduce nvme_check_ctrl_fabric_info helper
 2023-12-06 23:26 UTC  (8+ messages)
` [PATCH 2/2] nvme-fabrics: check ioccsz and iorcsz

[PATCH] nvme: fix fortify warnings
 2023-12-06 12:56 UTC 

[PATCH v18 00/12] Implement copy offload support
 2023-12-06 10:02 UTC  (13+ messages)
    ` [PATCH v18 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v18 03/12] block: add copy offload support
    ` [PATCH v18 04/12] block: add emulation for copy
    ` [PATCH v18 05/12] fs/read_write: Enable copy_file_range for block device
    ` [PATCH v18 06/12] fs, block: copy_file_range for def_blk_ops for direct "
    ` [PATCH v18 07/12] nvme: add copy offload support
    ` [PATCH v18 08/12] nvmet: add copy command support for bdev and file ns
    ` [PATCH v18 09/12] dm: Add support for copy offload
    ` [PATCH v18 10/12] dm: Enable copy offload for dm-linear target
    ` [PATCH v18 11/12] null: Enable trace capability for null block
    ` [PATCH v18 12/12] null_blk: add support for copy offload

[linux-nvme:nvme-6.7] BUILD SUCCESS 839a40d1e730977d4448d141fa653517c2959a88
 2023-12-05 17:08 UTC 

[PATCH 00/21] block atomic writes
 2023-12-05 13:59 UTC  (25+ messages)
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 17/21] fs: xfs: iomap "

Should NVME_SC_INVALID_NS be translated to BLK_STS_IOERR instead of BLK_STS_NOTSUPP so that multipath(both native and dm) can failover on the failure?
 2023-12-05  8:50 UTC  (8+ messages)

[RFC v2 0/3] nvme: add csi, ms and nuse to sysfs
 2023-12-05  6:02 UTC  (12+ messages)
` [RFC v2 1/3] nvme: lookup ctrl from request instead from namespace
` [RFC v2 2/3] nvme: move ns id info to struct nvme_ns_head
` [RFC v2 3/3] nvme: add csi, ms and nuse to sysfs

[RFC PATCH 0/5] nvmetcli: REST API for remote configuration
 2023-12-05  5:58 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 7/7] nvme-core: check for too small lba shift
 2023-12-04 20:36 UTC 

[PATCH AUTOSEL 5.15 10/10] nvme-core: check for too small lba shift
 2023-12-04 20:36 UTC 

[PATCH AUTOSEL 6.1 12/17] nvme-core: fix a memory leak in nvme_ns_info_from_identify()
 2023-12-04 20:35 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 17/17] nvme-core: check for too small lba shift

[PATCH AUTOSEL 6.6 20/32] nvme-core: fix a memory leak in nvme_ns_info_from_identify()
 2023-12-04 20:32 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 32/32] nvme-core: check for too small lba shift

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

[PATCH] nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions
 2023-12-04 16:40 UTC  (5+ messages)

[PATCH 1/2] nvme: Update type from size_t to u16 for opts->queue_size
 2023-12-04 16:40 UTC  (10+ messages)
    ` [PATCH 2/2] nvme: prevent potential spectre v1 gadget

[PATCH] nvme: fix deadlock between reset and scan
 2023-12-04 16:39 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/3] nvme-tcp: start error recovery after KATO
 2023-12-04 16:11 UTC  (11+ messages)

[PATCH] nvme-ioctl: move capable() admin check to the end
 2023-12-04 15:45 UTC  (8+ messages)

[PATCH] nvme: add namespace paths links
 2023-12-04 11:58 UTC  (8+ messages)

[PATCH net-next 03/12] mm: Make the page_frag_cache allocator alignment param a pow-of-2
 2023-11-30  9:00 UTC  (3+ messages)

[PATCH RFC 5/6] net: introduce page_frag_cache_drain()
 2023-12-01 12:02 UTC 

[PATCHv5 0/4] block integrity: directly map user space addresses
 2023-12-02 14:58 UTC  (12+ messages)
  ` [PATCHv5 1/4] block: bio-integrity: directly map user buffers
  ` [PATCHv5 2/4] nvme: use bio_integrity_map_user
  ` [PATCHv5 3/4] iouring: remove IORING_URING_CMD_POLLED
  ` [PATCHv5 4/4] io_uring: remove uring_cmd cookie

[linux-nvme:nvme-6.7] BUILD SUCCESS ec4c93c9af28fa10d70a694da5e8fc1312169051
 2023-12-01 17:08 UTC 

[GIT PULL] nvme fixes for Linux 6.7
 2023-12-01 16:09 UTC  (2+ messages)

[PATCH] nvme-fc: replace deprecated strncpy with strscpy
 2023-11-30 22:01 UTC  (2+ messages)

[PATCH] nvme-fabrics: replace deprecated strncpy with strscpy
 2023-11-30 22:00 UTC  (2+ messages)

[PATCH] nvme-rdma: fix nvme_ctrl_state() conversion
 2023-11-30 15:40 UTC  (3+ messages)

[linux-nvme:nvme-6.7 5/6] drivers/nvme/host/rdma.c:987:47: error: incompatible pointer types passing 'struct nvme_rdma_ctrl *' to parameter of type 'struct nvme_ctrl *'
 2023-11-30  4:02 UTC 


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).