linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-04 07:13:16 to 2021-02-10 14:45:24 UTC [more...]

[PATCH v4 0/8] block: add zone write granularity limit
 2021-02-10 14:45 UTC  (8+ messages)
` [PATCH v4 5/8] block: introduce zone_write_granularity limit
` [PATCH v4 8/8] sd_zbc: clear zone resources for non-zoned case

[PATCH] nvme-pci: prevent SK Hynix PE8000 from using Write Zeroes command
 2021-02-10 13:15 UTC  (6+ messages)

[PATCHv2] nvme/hwmon: rework to avoid devm allocation
 2021-02-10 13:11 UTC  (9+ messages)

[PATCH 1/2] nvmet: don't check iosqes, iocqes for discovery controllers
 2021-02-10 10:11 UTC  (4+ messages)
` [PATCH 2/2] nvme: don't set iosqes,iocqes "
` [PATCH 1/2] nvmet: don't check "

[PATCH] nvme: Add 48-bit DMA address quirk
 2021-02-10  9:13 UTC  (4+ messages)
` [PATCH v2] nvme: Add 48-bit DMA address quirk for Amazon NVMe controllers

[PATCH V3 00/11] nvmet: fixes and some cleanups
 2021-02-10  8:52 UTC  (19+ messages)
` [PATCH V3 01/11] nvmet: set status to 0 in case for invalid nsid
` [PATCH V3 02/11] nvmet: return uniform error for invalid ns
` [PATCH V3 03/11] nvmet: make nvmet_find_namespace() req based
` [PATCH V3 04/11] nvmet: remove extra variable in id-ns handler
` [PATCH V3 05/11] nvmet: add helper to report invalid opcode
` [PATCH V3 06/11] nvmet: use invalid cmd opcode helper
` [PATCH V3 07/11] "
` [PATCH V3 08/11] nvmet: use min of device_path and disk len
` [PATCH V3 09/11] nvme-loop: rename variable to get rid of the warn
` [PATCH V3 10/11] nvmet: add nvmet_req_subsys() helper
` [PATCH V3 11/11] nvmet: remove else at the end of the function

kernel null pointer at nvme_tcp_init_iter[nvme_tcp] with blktests nvme-tcp/012
 2021-02-10  5:03 UTC  (25+ messages)
  ` kernel null pointer at nvme_tcp_init_iter+0x7d/0xd0 [nvme_tcp]

[linux-nvme:nvme-5.12] BUILD SUCCESS bef623436fdc53642f45a48f54f38e0f78d62e9c
 2021-02-09 20:08 UTC 

preserve DMA offsets when using swiotlb v2
 2021-02-09 19:49 UTC  (13+ messages)
` [PATCH 1/9] driver core: add a min_align_mask field to struct device_dma_parameters
` [PATCH 2/9] swiotlb: add a IO_TLB_SIZE define
` [PATCH 3/9] swiotlb: factor out an io_tlb_offset helper
` [PATCH 4/9] swiotlb: factor out a nr_slots helper
` [PATCH 5/9] swiotlb: clean up swiotlb_tbl_unmap_single
` [PATCH 6/9] swiotlb: refactor swiotlb_tbl_map_single
` [PATCH 7/9] swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
` [PATCH 8/9] swiotlb: respect min_align_mask
` [PATCH 9/9] nvme-pci: set min_align_mask

[PATCH 1/2] nvme: support fused nvme requests
 2021-02-09 15:53 UTC  (11+ messages)
` [PATCH V2 0/2] nvme: Support for fused NVME_IOCTL_SUBMIT_IO

[PATCH v2 0/2] Resync Linux and NVMe-cli nvme.h header
 2021-02-09 15:35 UTC  (5+ messages)
` [PATCH 2/2] nvme: resync header file with common nvme-cli tool

[PATCH V2 00/11] nvmet: fixes and some cleanups
 2021-02-09  7:57 UTC  (13+ messages)
` [PATCH V2 01/11] nvmet: zeroout id-ns buffer for invalid nsid
` [PATCH V2 02/11] nvmet: return uniform error for invalid ns
` [PATCH V2 03/11] nvmet: make nvmet_find_namespace() req based
` [PATCH V2 04/11] nvmet: remove extra variable in id-ns handler
` [PATCH V2 05/11] nvmet: add helper to report invalid opcode
` [PATCH V2 06/11] nvmet: use invalid cmd opcode helper
` [PATCH V2 07/11] "
` [PATCH V2 08/11] nvmet: use min of device_path and disk len
` [PATCH V2 09/11] nvme-loop: rename variable to get rid of the warn
` [PATCH V2 10/11] nvmet: add nvmet_req_subsys() helper
` [PATCH V2 11/11] nvmet: remove else at the end of the function

vhost/virtio fabric
 2021-02-09  4:41 UTC  (2+ messages)

Clarification regarding "nvme discover" and setting IOSQES/IOCQES
 2021-02-09  3:28 UTC  (6+ messages)

[PATCH] nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues
 2021-02-08 23:44 UTC  (4+ messages)

[PATCH AUTOSEL 5.4 09/19] nvme-pci: ignore the subsysem NQN on Phison E16
 2021-02-08 17:58 UTC 

[PATCH AUTOSEL 5.10 19/36] nvme-pci: ignore the subsysem NQN on Phison E16
 2021-02-08 17:57 UTC 

[PATCH] nvme-multipath: set nr_zones for zoned namespaces
 2021-02-08 15:14 UTC  (8+ messages)

[linux-nvme:nvme-5.12] BUILD SUCCESS 51964ee257c859c06c62887f8709c82f9dafd67e
 2021-02-08  8:29 UTC 

Investment research about your country
 2021-02-08  0:52 UTC 

[RFC PATCH v3 00/11] NVMeTCP Offload ULP and QEDN Device Driver
 2021-02-07 18:13 UTC  (12+ messages)
` [RFC PATCH v3 01/11] nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP
` [RFC PATCH v3 02/11] nvme-fabrics: Move NVMF_ALLOWED_OPTS and NVMF_REQUIRED_OPTS definitions
` [RFC PATCH v3 03/11] nvme-tcp-offload: Add device scan implementation
` [RFC PATCH v3 04/11] nvme-tcp-offload: Add controller level implementation
` [RFC PATCH v3 05/11] nvme-tcp-offload: Add controller level error recovery implementation
` [RFC PATCH v3 06/11] nvme-tcp-offload: Add queue level implementation
` [RFC PATCH v3 07/11] nvme-tcp-offload: Add IO "
` [RFC PATCH v3 08/11] nvme-qedn: Add qedn - Marvell's NVMeTCP HW offload vendor driver
` [RFC PATCH v3 09/11] net-qed: Add NVMeTCP Offload PF Level FW and HW HSI
` [RFC PATCH v3 10/11] nvme-qedn: Add qedn probe
` [RFC PATCH v3 11/11] nvme-qedn: Add IRQ and fast-path resources initializations

[PATCH v3 net-next 00/21] nvme-tcp receive offloads
 2021-02-07 16:40 UTC  (18+ messages)
` [PATCH v3 net-next 01/21] iov_iter: Introduce new procedures for copy to iter/pages
` [PATCH v3 net-next 07/21] nvme-tcp: Add DDP data-path
` [PATCH v3 net-next 08/21] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH v3 net-next 09/21] nvme-tcp: Deal with netdevice DOWN events

[PATCH] nvmet-tcp: fix potential race of tcp socket closing accept_work
 2021-02-07 16:16 UTC  (2+ messages)

[PATCH] nvmet-tcp: Fix receive data digest calculation for multiple h2cdata PDUs
 2021-02-07 16:16 UTC  (2+ messages)

nvme-tcp bricks my computer
 2021-02-05 19:38 UTC  (7+ messages)

[PATCH] nvme: move NVMF_OPT_CTRL_LOSS_TMO to generic list of allowed options
 2021-02-05 18:47 UTC  (4+ messages)

[PATCH] nvmet: per-host namespaces masking
 2021-02-05 18:42 UTC  (5+ messages)

preserve DMA offsets when using swiotlb
 2021-02-05 11:50 UTC  (18+ messages)
` [PATCH 1/8] driver core: add a min_align_mask field to struct device_dma_parameters
` [PATCH 2/8] swiotlb: add a io_tlb_offset helper
` [PATCH 3/8] swiotlb: factor out a nr_slots helper
` [PATCH 4/8] swiotlb: clean up swiotlb_tbl_unmap_single
` [PATCH 5/8] swiotlb: refactor swiotlb_tbl_map_single
` [PATCH 6/8] swiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
` [PATCH 7/8] swiotlb: respect min_align_mask
` [PATCH 8/8] nvme-pci: set min_align_mask

[PATCH] nvmetcli: fixup ana groupid setting for namespaces
 2021-02-05  9:56 UTC 

[PATCH v5 0/3] avoid double request completion and IO error
 2021-02-05  2:02 UTC  (11+ messages)
` [PATCH v5 1/3] blk-mq: introduce blk_mq_set_request_complete

[linux-nvme:nvme-5.12] BUILD SUCCESS aced5580e793b6d0287587bbb36f11510775b627
 2021-02-04 20:18 UTC 

[GIT PULL] nvme fixes for 5.11
 2021-02-04 15:27 UTC  (3+ messages)

[PATCH 00/35] RFC: add "nvme monitor" subcommand
 2021-02-04  9:41 UTC  (37+ messages)
` [PATCH 06/35] monitor: Create a log() macro
` [PATCH 08/35] monitor: add command line options to control logging
` [PATCH 10/35] fabrics: export do_discover(), build_options() and config
` [PATCH 11/35] monitor: add option -A / --autoconnect
` [PATCH 12/35] monitor: add helpers for __attribute__((cleanup))
` [PATCH 13/35] monitor: disable nvmf-autoconnect udev rules in autoconnect mode
` [PATCH 19/35] fabrics: use "const char *" in struct config
` [PATCH 35/35] monitor: add option --keep/-K

[PATCH v2] nvme: avoid "(efault)" from nvme_sysfs_show_subsysnqn()
 2021-02-04  7:44 UTC  (7+ 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).