linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-27 05:57:41 to 2021-11-12 13:02:07 UTC [more...]

[PATCHv5 00/12] nvme: In-band authentication support
 2021-11-12 12:59 UTC  (9+ messages)
` [PATCH 01/12] crypto: add crypto_has_shash()
` [PATCH 02/12] crypto: add crypto_has_kpp()
` [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 09/12] nvmet: Parse fabrics commands on all queues
` [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 12/12] nvmet-auth: expire authentication sessions

[PATCH 0/2] Fix a race condition when performing a controller reset
 2021-11-12 10:54 UTC  (8+ messages)
` [PATCH 2/2] nvmet: fix a race condition between release_queue and io_work

[PATCH v1 0/4] Add command id quirk for fabrics
 2021-11-11 17:36 UTC  (22+ messages)
` [PATCH 1/1 nvmecli] fabrics: add new --skip-cid-gen flag to connect cmd
` [PATCH 1/1 libnvme] fabrics: add support for new cli --skip-cid-gen flag
` [PATCH 1/4] nvme-fabrics: add command id quirk for fabrics controllers
` [PATCH 2/4] nvme-rdma: add command id quirk for RDMA controllers
` [PATCH 3/4] nvme-tcp: add command id quirk for TCP controllers
` [PATCH 4/4] nvme-fc: add command id quirk for FC controllers

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-11  8:27 UTC  (25+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [PATCH 4/8] nvmet: add Verify command support for bdev-ns
` [RFC PATCH 5/8] nvmet: add Verify emulation "
` [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns
` [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

[PATCH v2] nvme: fix write zeroes pi
 2021-11-11 13:30 UTC  (2+ messages)

[PATCH v2] nvme: Add sibling to list after full initialization
 2021-11-11 13:21 UTC 

[PATCH] nvme: Add sibling to list after full initialization
 2021-11-11 13:06 UTC 

Please rebase nvme-5.16
 2021-11-11 12:22 UTC 

[PATCH] nvme: honour O_NONBLOCK during resetting
 2021-11-11 10:59 UTC 

[RFC PATCH] nvme: add NO APST quirk for Kioxia device
 2021-11-11 10:01 UTC  (6+ messages)

[PATCH] nvme-tcp: fix memory leak when freeing a queue
 2021-11-11 10:00 UTC  (8+ messages)

[PATCH] nvme: fix write zeroes pi
 2021-11-11  5:06 UTC  (6+ messages)

[PATCH 0/1] fix UAF when disconnect a reconnecting state ctrl
 2021-11-11  4:09 UTC  (7+ messages)
` [PATCH 1/1] nvme: fix use after free when disconnect a reconnecting ctrl

sorting out the freeze / quiesce mess
 2021-11-10 14:56 UTC  (9+ messages)

[PATCH V2 0/4] block: fix concurrent quiesce
 2021-11-09 15:14 UTC  (7+ messages)
` [PATCH V2 1/4] blk-mq: add one API for waiting until quiesce is done
` [PATCH V2 2/4] scsi: avoid to quiesce sdev->request_queue two times
` [PATCH V2 3/4] scsi: make sure that request queue queiesce and unquiesce balanced
` [PATCH V2 4/4] nvme: wait until quiesce is done

[PATCH 0/4] block: fix concurrent quiesce
 2021-11-09  3:22 UTC  (11+ messages)
` [PATCH 1/4] blk-mq: add one API for waiting until quiesce is done
` [PATCH 2/4] scsi: avoid to quiesce sdev->request_queue two times
` [PATCH 3/4] scsi: make sure that request queue queiesce and unquiesce balanced
` [PATCH 4/4] nvme: wait until quiesce is done

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-03 19:27 UTC  (14+ messages)

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-11-03 12:09 UTC  (19+ messages)
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 10/13] ps3disk: add error handling support for add_disk()
` [PATCH 11/13] ps3vram: "
` (subset) [PATCH 00/13] block: add_disk() error handling stragglers

nvme may get timeout from dd when using different non-prefetch mmio outbound/ranges
 2021-11-03 10:04 UTC  (9+ messages)
    ` [EXT] "

switch block layer polling to a bio based model v4
 2021-11-03  8:05 UTC  (7+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support
` [PATCH 14/16] block: switch polling to be bio based

[PATCH v2 0/10] Centrelize common fabrics code to core drivers
 2021-11-03  0:30 UTC  (19+ messages)
` [PATCH 01/10] nvme: add connect_work attribute to nvme ctrl
` [PATCH 02/10] nvme-fabrics: introduce nvmf_reconnect_or_remove API
` [PATCH 03/10] nvme: add err_work attribute to nvme ctrl
` [PATCH 04/10] nvme-fabrics: introduce nvmf_error_recovery API
` [PATCH 05/10] nvme/nvme-fabrics: introduce nvmf_error_recovery_work API
` [PATCH 06/10] nvme/nvme-fabrics: introduce nvmf_reconnect_ctrl_work API
` [PATCH 07/10] nvme-fabrics: add nvmf_init_ctrl/nvmf_uninit_ctrl API
` [PATCH 09/10] nvme/nvme-fabrics: move reset ctrl flow to common code
` [PATCH 10/10] nvme-fabrics: set common attributes during nvmf_init_ctrl

[bug report] block/005 hangs with NVMe device and linux-block/for-next
 2021-11-02 12:26 UTC  (5+ messages)

consultation about NVME_SGL_FMT_INVALIDATE not set when using nvme-rdma t10-pi
 2021-11-02 12:09 UTC  (5+ messages)

[RFC PATCH] nvmf: allow user to choose cid-genctr feature
 2021-11-02  3:02 UTC  (2+ messages)

Another wierd deadlock with nvme-tcp
 2021-10-31 11:55 UTC  (2+ messages)

[PATCH] nvmet: prefer flex_array_size and struct_size over open coded arithmetic
 2021-10-29 17:04 UTC  (3+ messages)

[GIT PULL] second round of nvme updates for Linux 5.16
 2021-10-29 10:32 UTC  (4+ messages)

[linux-nvme:nvme-5.15] BUILD SUCCESS 86aeda32b887cdaeb0f4b7bfc9971e36377181c7
 2021-10-29  1:48 UTC 

[linux-nvme:nvme-5.16] BUILD SUCCESS d156cfcafbd0eae4224ea007d95ebda467eb0c46
 2021-10-28 20:53 UTC 

[GIT PULL] nvme fixes for Linux 5.15
 2021-10-28 14:34 UTC  (2+ messages)

[PATCH] nvmet-tcp: fix data digest pointer calculation
 2021-10-28 14:07 UTC  (11+ messages)

[RFC PATCH v2] hw/nvme:Adding Support for namespace management
 2021-10-28 12:43 UTC  (2+ messages)

[PATCH] nvme-tcp: send H2CData PDUs based on MAXH2CDATA
 2021-10-27 12:23 UTC 

[PATCH] nvmet_tcp: fix header digest verification
 2021-10-27  7:21 UTC  (2+ messages)

[PATCH] nvmet_tcp: fix header digest verification
 2021-10-27  6:50 UTC  (6+ messages)

[PATCHv2 0/3] nvmet: discovery controller discovery support
 2021-10-27  6:07 UTC  (2+ messages)

[PATCH] nvme-tcp: fix possible req->offset corruption
 2021-10-27  5:58 UTC  (2+ messages)

[PATCH] nvme-tcp: fix data digest pointer calculation
 2021-10-27  5:57 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;
as well as URLs for NNTP newsgroup(s).