linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 13:45:16 to 2021-09-06 03:52:45 UTC [more...]

[PATCH 0/1] fix a panic cause by use qp after free
 2021-09-06  3:51 UTC  (2+ messages)
` [PATCH 1/1] nvme-rdma: destroy cm id before destroy qp to avoid use "

[PATCH] nvme: update MAINTAINERS email address
 2021-09-06  2:26 UTC 

[PATCH AUTOSEL 4.14 08/17] nvme-rdma: don't update queue count when failing to set io queues
 2021-09-06  1:23 UTC 

[PATCH AUTOSEL 4.19 13/23] nvme-rdma: don't update queue count when failing to set io queues
 2021-09-06  1:23 UTC 

[PATCH AUTOSEL 5.4 16/30] nvme-tcp: don't update queue count when failing to set io queues
 2021-09-06  1:22 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 17/30] nvme-rdma: "
` [PATCH AUTOSEL 5.4 18/30] nvmet: pass back cntlid on successful completion

[PATCH AUTOSEL 5.10 19/39] nvme-tcp: don't update queue count when failing to set io queues
 2021-09-06  1:21 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 20/39] nvme-rdma: "
` [PATCH AUTOSEL 5.10 21/39] nvmet: pass back cntlid on successful completion

[PATCH AUTOSEL 5.13 20/46] nvme-tcp: don't update queue count when failing to set io queues
 2021-09-06  1:20 UTC  (3+ messages)
` [PATCH AUTOSEL 5.13 21/46] nvme-rdma: "
` [PATCH AUTOSEL 5.13 22/46] nvmet: pass back cntlid on successful completion

[PATCH AUTOSEL 5.14 20/47] nvme-tcp: don't update queue count when failing to set io queues
 2021-09-06  1:19 UTC  (3+ messages)
` [PATCH AUTOSEL 5.14 21/47] nvme-rdma: "
` [PATCH AUTOSEL 5.14 22/47] nvmet: pass back cntlid on successful completion

[PATCH] fabrics: fix return value of hostnqn_read_file()
 2021-09-06  0:57 UTC 

[RFC v1] nvme-tcp: enable linger socket option on shutdown
 2021-09-03 12:17 UTC 

[linux-nvme:nvme-5.15] BUILD SUCCESS a4fdd46bb30f9f392e5e4f70bb61c442b37b8329
 2021-09-03  2:17 UTC 

SPDK initiators (Vmware 7.x) can not connect to nvmet-rdma
 2021-09-02 21:36 UTC  (6+ messages)

Problem cloning git://git.infradead.org/nvme.git
 2021-09-02 17:35 UTC  (2+ messages)

nvme-tcp crashes the system when overloading the backend device
 2021-09-02 11:31 UTC  (5+ messages)

[PATCH] nvmet: return Invalid Log Page status code for unsupported lid
 2021-09-02 10:00 UTC  (2+ messages)

[bug report] nvme-tcp: add NVMe over TCP host driver
 2021-09-02  9:37 UTC  (3+ messages)

[PATCH v2] nvme: avoid race in shutdown namespace removal
 2021-09-02  9:20 UTC 

[linux-nvme:nvme-5.15] BUILD SUCCESS 21526635405ffe709c05260faae6744273f4c3b0
 2021-09-02  3:38 UTC 

[PATCH v1] nvme: avoid race in shutdown namespace removal
 2021-09-01 14:41 UTC  (5+ messages)

[linux-nvme:nvme-5.15 6/8] drivers/nvme/host/core.c:1298:33: sparse: sparse: restricted __le32 degrades to integer
 2021-09-01 14:10 UTC  (2+ messages)

Command timeouts with NVMe TCP kernel driver
 2021-09-01 13:21 UTC  (6+ messages)

[PATCH v1] nvme: only call synhronize_srcu when clearing current path
 2021-09-01 12:44 UTC  (3+ messages)

[PATCH v6] nvme-tcp: Do not reset transport on data digest errors
 2021-09-01 12:23 UTC  (4+ messages)

[PATCH] nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()
 2021-09-01 12:22 UTC  (3+ messages)

[PATCH v3] nvme: update keep alive interval when kato is modified
 2021-09-01 12:22 UTC  (2+ messages)

nvme: nvme-tcp shutdown when remote is unreachable
 2021-08-31 13:43 UTC 

[linux-nvme:nvme-5.15] BUILD SUCCESS 146686c928168d3cbcf7d237362e3776a316c000
 2021-08-31  0:45 UTC 

[PATCH v3 0/8] block: first batch of add_disk() error handling conversions
 2021-08-30 21:25 UTC  (9+ messages)
` [PATCH v3 1/8] scsi/sd: add error handling support for add_disk()
` [PATCH v3 2/8] scsi/sr: "
` [PATCH v3 3/8] nvme: "
` [PATCH v3 4/8] mmc/core/block: "
` [PATCH v3 5/8] md: "
` [PATCH v3 6/8] dm: add add_disk() error handling
` [PATCH v3 7/8] loop: add error handling support for add_disk()
` [PATCH v3 8/8] nbd: "

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-30 21:08 UTC  (15+ messages)
` [PATCH 01/10] block/brd: add error handling support for add_disk()
` [PATCH 02/10] bcache: "
` [PATCH 03/10] nvme-multipath: "
` [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH 09/10] xen-blkfront: "
` [PATCH 10/10] zram: "

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-30 21:00 UTC  (31+ messages)
` [PATCH 01/10] scsi/sd: use blk_cleanup_queue() insted of put_disk()
` [PATCH 02/10] scsi/sd: add error handling support for add_disk()
` [PATCH 03/10] scsi/sr: use blk_cleanup_disk() instead of put_disk()
` [PATCH 04/10] scsi/sr: add error handling support for add_disk()
` [PATCH 05/10] nvme: "
` [PATCH 06/10] mmc/core/block: "
` [PATCH 07/10] md: "
` [PATCH 08/10] dm: add add_disk() error handling
` [PATCH 09/10] loop: add error handling support for add_disk()
` [PATCH 10/10] nbd: "

[PATCH v5] nvme-tcp: Do not reset transport on data digest errors
 2021-08-30 13:23 UTC 

[PATCH v4] nvme-tcp: Do not reset transport on data digest errors
 2021-08-30 11:38 UTC 

[PATCH v2] nvme: update keep alive interval when kato is modified
 2021-08-30 11:27 UTC  (7+ messages)

[PATCH] nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req
 2021-08-30 11:26 UTC  (2+ messages)

[PATCH v3] nvme-tcp: Do not reset transport on data digest errors
 2021-08-30 11:25 UTC  (3+ messages)

[linux-nvme:nvme-5.15] BUILD SUCCESS 9a6810fde787d16f9e05e58e4e6f6ef426573464
 2021-08-29 18:04 UTC 

[PATCH v2 0/6] block: first batch of add_disk() error handling conversions
 2021-08-28  7:11 UTC  (8+ messages)
` [PATCH v2 1/6] scsi/sd: add error handling support for add_disk()
` [PATCH v2 2/6] scsi/sr: "
` [PATCH v2 3/6] nvme: "
` [PATCH v2 4/6] md: "
` [PATCH v2 5/6] loop: "
` [PATCH v2 6/6] nbd: "

[PATCH 0/2] Make nvmet_init_cap dependent on passthru controller
 2021-08-27 16:19 UTC  (6+ messages)
    ` [PATCH 1/2] nvme: move nvme_multi_css into nvme.h
    ` [PATCH 2/2] nvmet: use passthru cntrl in nvmet_init_cap

[PATCH 0/6] nvme: support unique discovery controller
 2021-08-27 12:09 UTC  (7+ messages)
` [PATCH 1/6] nvmet: make discovery NQN configurable
` [PATCH 2/6] nvme: add CNTRLTYPE definitions for 'identify controller'
` [PATCH 3/6] nvmet: set 'CNTRLTYPE' in the identify controller data
` [PATCH 4/6] nvme: expose subsystem type in sysfs attribute 'subtype'
` [PATCH 5/6] nvme: Add connect option 'discovery'
` [PATCH 6/6] nvme: display correct subsystem NQN

[PATCH v2] nvme-tcp: Do not reset transport on data digest errors
 2021-08-26  8:04 UTC  (3+ messages)

[PATCH 0/7] add simple copy support
 2021-08-26  7:46 UTC  (6+ messages)
  ` [PATCH 3/7] block: copy offload support infrastructure

[linux-nvme:nvme-5.15] BUILD SUCCESS d692c18d58229e084e92395d0831b3381f6d5ab9
 2021-08-25 20:14 UTC 

[PATCH v6 0/3] Handle update hardware queues and queue freeze more carefully
 2021-08-25 16:03 UTC  (7+ messages)
` [PATCH v6 1/3] nvme-fc: Update hardware queues before using them
` [PATCH v6 2/3] nvme-fc: avoid race between time out and tear down
` [PATCH v6 3/3] nvme-fc: Remove freeze/unfreeze around update_nr_hw_queues

[PATCH v4] nvme-multipath: revalidate paths during rescan
 2021-08-25  7:23 UTC  (2+ messages)

[PATCH 0/2] qla2xxx - add nvme map_queues support
 2021-08-25  4:58 UTC  (7+ messages)
` [PATCH 1/2] nvme-fc: Add support for map_queues
` [PATCH 2/2] qla2xxx: Add map_queues support to nvme
      ` [EXT] Re: [PATCH 0/2] qla2xxx - add nvme map_queues support

[PATCH v3] nvme: revalidate paths during rescan
 2021-08-24 14:00 UTC  (6+ messages)

[linux-nvme:nvme-5.15] BUILD SUCCESS e0cd62fa3a01b36e11a8ca66a8bb802f077c1926
 2021-08-24  6:39 UTC 

ensure each gendisk always has a request_queue reference v2
 2021-08-23 18:55 UTC  (6+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 8/9] block: hold a request_queue reference for the lifetime of struct gendisk

[PATCH] nvme: remove the unused NVME_NS_* enum
 2021-08-23 17:31 UTC  (2+ messages)

[PATCH] nvme-multipath: set QUEUE_FLAG_NOWAIT
 2021-08-23 17:14 UTC  (2+ messages)

[PATCH] nvme-tcp: Do not reset transport on data digest errors
 2021-08-23 17:13 UTC  (7+ messages)

[PATCH nvme-cli] fix list command bugs
 2021-08-23 16:20 UTC  (2+ messages)

[PATCH v5 0/3] Handle update hardware queues and queue freeze more carefully
 2021-08-23  9:19 UTC  (7+ messages)

[REMINDER] LSF/MM/BPF: 2021: Cancellation announcement
 2021-08-20 18:35 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).