public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-12-13 14:22:18 to 2023-12-19 11:57:18 UTC [more...]

[PATCH v6 0/6] nvme: add csi, ms and nuse to sysfs
 2023-12-19 11:57 UTC  (10+ messages)
` [PATCH v6 1/6] nvme: move ns id info to struct nvme_ns_head
` [PATCH v6 2/6] nvme: refactor ns info helpers
` [PATCH v6 3/6] nvme: refactor ns info setup function
` [PATCH v6 4/6] nvme: rename ns attribute group
` [PATCH v6 5/6] nvme: add csi, ms and nuse to sysfs
` [PATCH v6 6/6] nvme: repack struct nvme_ns_head

[PATCH v3 00/17] enable nvmet-fc for blktests
 2023-12-19 11:54 UTC  (45+ messages)
` [PATCH v3 01/16] nvmet: report ioccsz and iorcsz for disc ctrl
` [PATCH v3 02/16] nvmet-fc: remove unnecessary bracket
` [PATCH v3 03/16] nvmet-trace: avoid dereferencing pointer too early
` [PATCH v3 04/16] nvmet-trace: null terminate device name string correctly
` [PATCH v3 05/16] nvmet-fcloop: Remove remote port from list when unlinking
` [PATCH v3 06/16] nvme-fc: Do not wait in vain when unloading module
` [PATCH v3 07/16] nvmet-fc: Release reference on target port
` [PATCH v3 08/16] nvmet-fc: untangle cross refcounting objects
` [PATCH v3 09/16] nvmet-fc: free queue and assoc directly
` [PATCH v3 10/16] nvmet-fc: hold reference on hostport match
` [PATCH v3 11/16] nvmet-fc: remove null hostport pointer check
` [PATCH v3 12/16] nvmet-fc: do not tack refs on tgtports from assoc
` [PATCH v3 13/16] nvmet-fc: abort command if when there is binding
` [PATCH v3 14/16] nvmet-fc: free hostport after release reference to tgtport
` [PATCH v3 15/16] nvmet-fc: avoid deadlock on delete association path
` [PATCH v3 16/16] nvmet-fc: take ref count on tgtport before delete assoc
` [PATCH v3 17/17] nvmet-fc: add extensive debug logging

remove support for the host aware zoned model
 2023-12-19 10:38 UTC  (23+ messages)
` [PATCH 1/5] virtio_blk: cleanup zoned device probing
` [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
` [PATCH 3/5] block: remove support for the host aware zone model
` [PATCH 4/5] block: simplify disk_set_zoned
` [PATCH 5/5] sd: only call disk_clear_zoned when needed

Fotowoltaika - propozycja instalacji
 2023-12-19  8:30 UTC 

[RFC PATCH V2 0/2] *** use rdma device capability to limit queue size ***
 2023-12-19  7:32 UTC  (3+ messages)
` [RFC PATCH V2 1/2] nvmet: rdma: utilize ib_device capability for setting max_queue_size
` [RFC PATCH V2 2/2] nvme: rdma: use ib_device's max_qp_wr to limit sqsize

Make NVME shutdown async - version 2
 2023-12-19  6:35 UTC  (10+ messages)
` [PATCH 1/3] driver core: Support asynchronous driver shutdown
` [PATCH 2/3] PCI: Support asynchronous shutdown
` [PATCH 3/3] nvme: Add async shutdown support

[PATCH] nvmet: configfs: use ctrl->instance to track passthru subsystems
 2023-12-19  5:22 UTC  (3+ messages)

[PATCH v2 00/16] block atomic writes
 2023-12-19  5:21 UTC  (29+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors

[PATCH] nvme-auth: isolate auth to fabrics transports
 2023-12-19  5:03 UTC  (2+ messages)

[PATCHv2] nvme-pci: enhance timeout kernel log
 2023-12-19  5:01 UTC  (2+ messages)

[PATCH] Revert "nvme-fc: fix race between error recovery and creating association"
 2023-12-19  4:26 UTC  (3+ messages)

[PATCH] nvme-pci: fix sleeping function called from interrupt context
 2023-12-19  2:28 UTC  (7+ messages)

[PATCH v21 00/20] nvme-tcp receive offloads
 2023-12-18 20:00 UTC  (28+ messages)
` [PATCH v21 01/20] net: Introduce direct data placement tcp offload
` [PATCH v21 02/20] netlink: add new family to manage ULP_DDP enablement and stats
` [PATCH v21 03/20] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v21 04/20] net/tls,core: export get_netdev_for_sock
` [PATCH v21 05/20] nvme-tcp: Add DDP offload control path
` [PATCH v21 06/20] nvme-tcp: Add DDP data-path
` [PATCH v21 07/20] nvme-tcp: RX DDGST offload
` [PATCH v21 08/20] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v21 09/20] Documentation: add ULP DDP offload documentation
` [PATCH v21 10/20] net/mlx5e: Rename from tls to transport static params
` [PATCH v21 11/20] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v21 12/20] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v21 13/20] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v21 14/20] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v21 15/20] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v21 16/20] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v21 17/20] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v21 18/20] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v21 19/20] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v21 20/20] net/mlx5e: NVMEoTCP, statistics

ioccsz and iorcsz check failing
 2023-12-18 16:04 UTC  (5+ messages)

[RFC PATCH 0/3] *** use rdma device capability to limit queue size ***
 2023-12-18 12:41 UTC  (9+ messages)
` [RFC PATCH 1/3] nvmet: change get_max_queue_size param to nvmet_sq
` [RFC PATCH 2/3] nvmet: rdma: utilize ib_device capability for setting max_queue_size
` [RFC PATCH 3/3] nvme: rdma: use ib_device's max_qp_wr to limit sqsize

[PATCH] nvme: validate maxcmd before use it
 2023-12-18  8:04 UTC  (4+ messages)

[PATCHv3] nvmet: implement unique discovery NQN
 2023-12-17 15:58 UTC 

[BUG][5.18rc5] nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10
 2023-12-17  9:59 UTC  (5+ messages)

[PATCH v18 00/12] Implement copy offload support
 2023-12-16 18:16 UTC  (4+ messages)
  ` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer

[PATCHv2] nvmet: implement unique discovery NQN
 2023-12-15 16:59 UTC  (2+ messages)

[linux-nvme:nvme-6.8] BUILD SUCCESS 4ba8b3f7d368279d3d3bde788394c7f6b3e0c061
 2023-12-15  1:24 UTC 

parallel nvme format
 2023-12-14 23:37 UTC  (6+ messages)

[linux-nvme:for-6.8/block] BUILD SUCCESS e3eea14279fd861d53a0d64a80262f2387dbce31
 2023-12-14 23:25 UTC 

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

[PATCH RFC] nvme: avoid deadlock warning in sync_io_queues() path
 2023-12-14  7:27 UTC  (4+ messages)

[PATCH 0/5] *** bugfixes and code refactoring for nvme target ***
 2023-12-13 23:05 UTC  (10+ messages)
` [PATCH 4/5] nvmet: relocate the cntlid_ida to the internal of subsystem
` [PATCH 5/5] nvmet: return invalid filed when check fctype fails

Advice appreciated - attempting data recovery on Intel Optane H10 (CSTS=0x0?)
 2023-12-13 22:40 UTC  (2+ messages)

Make NVME shutdown async
 2023-12-13 17:50 UTC  (7+ messages)
` [PATCH 1/3] driver core: Support asynchronous driver shutdown
` [PATCH 2/3] PCI: Support asynchronous shutdown

[RFC] nvmet: configfs: use ctrl->instance to track passthru subsystems
 2023-12-13 13:40 UTC  (2+ messages)


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