linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 02:22:48 to 2021-01-21 09:10:28 UTC [more...]

[PATCH v2 0/2] Resync Linux and NVMe-cli nvme.h header
 2021-01-21  9:09 UTC  (4+ messages)
` [PATCH nvme-cli 1/1] align Linux kernel nvme.h to nvme-cli
` [PATCH 1/2] nvme: update enumerations for status codes
` [PATCH 2/2] nvme: resync header file with common nvme-cli tool

kernel oops after nvme_set_queue_count()
 2021-01-21  9:06 UTC  (2+ messages)

[PATCH v3 0/5] avoid double request completion and IO error
 2021-01-21  9:00 UTC  (10+ messages)
` [PATCH v3 1/5] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v3 2/5] nvme-core: introduce complete failed request
` [PATCH v3 3/5] nvme-fabrics: avoid double request completion for nvmf_fail_nonready_command
` [PATCH v3 4/5] nvme-rdma: avoid IO error for nvme native multipath
` [PATCH v3 5/5] nvme-fc: "

[GIT PULL] nvme fixes for 5.11
 2021-01-21  8:32 UTC 

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  8:23 UTC 

[PATCH v2 0/6] avoid repeated request completion and IO error
 2021-01-21  8:14 UTC  (19+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v2 2/6] nvme-core: introduce complete failed request
` [PATCH v2 4/6] nvme-rdma: avoid IO error and repeated request completion

[PATCH 1/1] nvme: update enumerations for status codes
 2021-01-21  8:08 UTC  (7+ messages)

[linux-nvme:nvme-5.11] BUILD SUCCESS fa0732168fa1369dd089e5b06d6158a68229f7b7
 2021-01-21  6:09 UTC 

[PATCH 0/5] add clean action for failed reconnection
 2021-01-21  3:32 UTC  (6+ messages)
` [PATCH 1/5] nvme-core: add cancel tagset helpers
` [PATCH 2/5] nvme-rdma: add clean action for failed reconnection
` [PATCH 3/5] nvme-tcp: "
` [PATCH 4/5] nvme-rdma: use cancel tagset helper for tear down
` [PATCH 5/5] nvme-tcp: "

Problem with SPCC 256GB NVMe 1.3 drive - refcount_t: underflow; use-after-free
 2021-01-21  2:33 UTC  (5+ messages)

fix error unwinding in nvme_map_data
 2021-01-20 17:56 UTC  (8+ messages)
` [PATCH 1/2] nvme-pci: refactor nvme_unmap_data
` [PATCH 2/2] nvme-pci: fix error unwind in nvme_map_data

[PATCH v2 0/2] block: add zone write granularity limit
 2021-01-20 12:36 UTC  (10+ messages)
` [PATCH v2 1/2] block: introduce zone_write_granularity limit
` [PATCH v2 2/2] block: document zone_append_max_bytes attribute

[PATCHv2] nvme/hwmon: rework to avoid devm allocation
 2021-01-20  5:54 UTC  (6+ messages)

[PATCH V3 0/3] nvme: fixes for command retry
 2021-01-20  0:52 UTC  (13+ messages)
` [PATCH V3 1/3] nvme: check all retry delay times in Identify Controller
` [PATCH V3 2/3] nvme: introduce acre flag in nvme_ctrl
` [PATCH V3 3/3] nvme: retry commands based on ACRE flag

[PATCH] nvme: fix handling mapping failure
 2021-01-19 23:12 UTC  (3+ messages)

[linux-nvme:nvme-5.12] BUILD SUCCESS b116d37fc0f5039a084a0bebb4a48000ae2cde54
 2021-01-19  6:42 UTC 

[PATCH] nvme/hwmon: rework to avoid devm allocation
 2021-01-19  6:28 UTC  (2+ messages)

[PATCH V9 0/9] nvmet: add ZBD backend support
 2021-01-19  6:15 UTC  (29+ messages)
` [PATCH V9 2/9] nvmet: add lba to sect conversion helpers
` [PATCH V9 3/9] nvmet: add NVM command set identifier support
` [PATCH V9 4/9] nvmet: add ZBD over ZNS backend support
` [PATCH V9 5/9] nvmet: add bio get helper for different backends
` [PATCH V9 6/9] nvmet: add bio init "
` [PATCH V9 8/9] nvmet: add common I/O length check helper

[linux-nvme:nvme-5.11] BUILD SUCCESS bffcd507780ea614b5543c66f2e37ce0d55cd449
 2021-01-19  6:09 UTC 

[PATCH v2 net-next 00/21] nvme-tcp receive offloads
 2021-01-19  4:36 UTC  (30+ messages)
` [PATCH v2 net-next 01/21] iov_iter: Introduce new procedures for copy to iter/pages
` [PATCH v2 net-next 02/21] net: Introduce direct data placement tcp offload
` [PATCH v2 net-next 03/21] net: Introduce crc offload for tcp ddp ulp
` [PATCH v2 net-next 04/21] net: SKB copy(+hash) iterators for DDP offloads
` [PATCH v2 net-next 05/21] net/tls: expose get_netdev_for_sock
` [PATCH v2 net-next 06/21] nvme-tcp: Add DDP offload control path
` [PATCH v2 net-next 07/21] nvme-tcp: Add DDP data-path
` [PATCH v2 net-next 08/21] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH v2 net-next 09/21] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v2 net-next 10/21] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v2 net-next 11/21] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v2 net-next 12/21] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v2 net-next 13/21] net/mlx5e: NVMEoTCP offload initialization
` [PATCH v2 net-next 14/21] net/mlx5e: KLM UMR helper macros
` [PATCH v2 net-next 15/21] net/mlx5e: NVMEoTCP use KLM UMRs
` [PATCH v2 net-next 16/21] net/mlx5e: NVMEoTCP queue init/teardown
` [PATCH v2 net-next 17/21] net/mlx5e: NVMEoTCP async ddp invalidation
` [PATCH v2 net-next 18/21] net/mlx5e: NVMEoTCP ddp setup and resync
` [PATCH v2 net-next 19/21] net/mlx5e: NVMEoTCP, data-path for DDP offload
` [PATCH v2 net-next 20/21] net/mlx5e: NVMEoTCP statistics
` [PATCH v2 net-next 21/21] Documentation: add TCP DDP offload documentation

[PATCH v2] nvme: allow use of cmb on v1.4 controllers
 2021-01-18 18:29 UTC  (4+ messages)

[PATCH 0/3 RESEND] few simple cleanups for nvme-tcp host
 2021-01-18 18:09 UTC  (5+ messages)
` [PATCH 1/3] nvme-tcp: fix wrong setting of request iov_iter
` [PATCH 2/3] nvme-tcp: get rid of unused helper function
` [PATCH 3/3] nvme-tcp: pass multipage bvec to request iov_iter

[PATCH V4 0/4] nvmet: admin-cmd related cleanups and a fix
 2021-01-18 18:09 UTC  (7+ messages)
` [PATCH V4 1/4] nvmet: set right status on error in id-ns handler
` [PATCH V4 2/4] nvmet: remove extra variable in smart log nsid

[PATCH] nvme: refactor ns->ctrl by request
 2021-01-18 18:09 UTC  (2+ messages)

[PATCH v3] nvme: Check the PRINFO bit and the Metadata size before deciding the host buffer length
 2021-01-18 17:59 UTC  (2+ messages)

[PATCH v2 0/2] avoid request double completion for concurrent nvme_rdma(tcp)_timeout
 2021-01-18 17:59 UTC  (5+ messages)
` [PATCH v2 1/2] nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout
` [PATCH v2 2/2] nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout

[PATCH] nvme-tcp: fix a segmentation fault during io parsing error
 2021-01-17  9:46 UTC  (7+ messages)

[PATCH 0/3] nvme: fixes for command retry
 2021-01-15 18:40 UTC  (5+ messages)
` [PATCH 1/3] nvme: support command retry delay for admin command

[linux-nvme:nvme-5.11] BUILD SUCCESS 94900716af1770eb3067ab8210d90c0af67e0694
 2021-01-15  8:01 UTC 

[PATCH] nvme-core: update NS Attr Changed AEN handling for ANA group
 2021-01-15  7:15 UTC  (15+ messages)

[PATCH] nvme: allow use of cmb on v1.4 controllers
 2021-01-15  6:13 UTC  (6+ messages)

[PATCH] nvme: reject the ns when the block size is smaller than a sector
 2021-01-15  3:30 UTC  (7+ messages)

[GIT PULL] nvme fixes for 5.11
 2021-01-15  2:48 UTC  (2+ messages)

fabrics connect cmd with a non-zero reserved value
 2021-01-14 21:12 UTC  (6+ messages)

[PATCH v1 net-next 00/15] nvme-tcp receive offloads
 2021-01-14 21:07 UTC  (6+ messages)

[PATCH 0/3] few simple cleanups for nvme-tcp host
 2021-01-14 17:40 UTC  (2+ messages)

[PATCH] nvme-tcp: fix a segmentation fault during io parsing error
 2021-01-14 13:04 UTC 

kernel panic in nvmet_tcp when receiving malformed admin command
 2021-01-14 11:49 UTC  (7+ messages)

[PATCH] nvme: don't intialize hwmon for discovery controllers
 2021-01-14  7:26 UTC  (2+ messages)

[PATCH v2] nvme-tcp: fix possible data corruption with bio merges
 2021-01-14  7:23 UTC  (2+ messages)

[PATCH] nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT
 2021-01-14  7:20 UTC  (2+ messages)

[PATCH] nvme-rdma: avoid repeated request completion for concurrent nvme_rdma_timeout
 2021-01-14  6:58 UTC  (5+ messages)

[PATCH V2 0/2] nvme: fixes for command retry
 2021-01-14  3:28 UTC  (6+ messages)
` [PATCH V2 2/2] nvme: retry commands based on ACRE result

[PATCH] nvme: retrigger ANA log update if group descriptor isn't found
 2021-01-14  3:13 UTC  (2+ messages)

[RFC PATCH 2/2] nvmet_tcp: enable polling nvme for completions
 2021-01-14  2:29 UTC  (2+ messages)

[RFC PATCH 0/2] nvmet-tcp: introduce idle poll option
 2021-01-14  2:22 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).