Linux-NVME Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 23:46:43 to 2021-01-14 21:18:35 UTC [more...]

[PATCH] nvme-tcp: fix a segmentation fault during io parsing error
 2021-01-14 21:18 UTC  (4+ messages)

[PATCH 0/3 RESEND] few simple cleanups for nvme-tcp host
 2021-01-14 21:15 UTC  (4+ 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] nvme: reject the ns when the block size is smaller than a sector
 2021-01-14 21:13 UTC  (6+ 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 v2 net-next 00/21] nvme-tcp receive offloads
 2021-01-14 20:43 UTC  (25+ 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

[GIT PULL] nvme fixes for 5.11
 2021-01-14 19:29 UTC 

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

[PATCH 1/1] nvme: update enumerations for status codes
 2021-01-14 17:52 UTC  (3+ messages)

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

[PATCH v2 0/2] avoid request double completion for concurrent nvme_rdma(tcp)_timeout
 2021-01-14 16:34 UTC  (4+ 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 V3 0/3] nvme: fixes for command retry
 2021-01-14 13:31 UTC  (4+ 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-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 0/3] nvme: fixes for command retry
 2021-01-14  7:22 UTC  (18+ messages)
` [PATCH 1/3] nvme: support command retry delay for admin command
` [PATCH 2/3] nvme: check all retry delay times in Identify Controller
` [PATCH 3/3] nvme: add parameter command_retry to enable retry

[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/6] avoid repeated request completion and IO error
 2021-01-14  6:55 UTC  (9+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v2 4/6] nvme-rdma: avoid IO error and repeated request completion

[PATCH V4 0/4] nvmet: admin-cmd related cleanups and a fix
 2021-01-14  3:34 UTC  (10+ 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 V4 3/4] nvmet: remove extra variable in id-desclist
` [PATCH V4 4/4] nvmet: remove extra variable in identify ns

[PATCH V2 0/2] nvme: fixes for command retry
 2021-01-14  3:28 UTC  (9+ messages)
` [PATCH V2 1/2] nvme: check all retry delay times in Identify Controller
` [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)

[PATCH] nvme-core: update NS Attr Changed AEN handling for ANA group
 2021-01-14  3:09 UTC  (12+ 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)

[PATCH] nvme: Constify static attribute_group structs
 2021-01-13 23:22 UTC  (3+ messages)

[PATCH] nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY
 2021-01-13 23:22 UTC  (3+ messages)

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

[V3 0/4] nvmet: admin-cmd related cleanups and a fix
 2021-01-13 22:06 UTC  (10+ messages)
` [V3 1/4] nvmet: set right status on error in id-ns handler
` [V3 2/4] nvmet: remove extra variable in smart log nsid
` [V3 3/4] nvmet: remove extra variable in id-desclist
` [V3 4/4] nvmet: remove extra variable in identify ns

[PATCH] nvme-tcp: fix possible data corruption with bio merges
 2021-01-13 21:56 UTC  (3+ messages)

[PATCH v2] nvme: Check the PRINFO bit and the Metadata size before deciding the host buffer length
 2021-01-13 16:57 UTC  (3+ messages)

[PATCH V5 0/1] block: fix I/O errors in BLKRRPART
 2021-01-13 14:34 UTC  (2+ messages)
` [PATCH V5 1/1] block: reject I/O for same fd if block size changed

[PATCH V9 0/9] nvmet: add ZBD backend support
 2021-01-13  5:13 UTC  (36+ messages)
` [PATCH V9 1/9] block: export bio_add_hw_pages()
` [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 7/9] nvmet: add bio put "
` [PATCH V9 8/9] nvmet: add common I/O length check helper
` [PATCH V9 9/9] nvmet: call nvmet_bio_done() for zone append

[linux-nvme:nvme-5.11] BUILD SUCCESS 1f22a063446758d58d5ca577101736b16cbb9280
 2021-01-12 21:35 UTC 

[PATCH V4] nvme: enable char device per namespace
 2021-01-12 18:41 UTC  (7+ messages)
  `  "

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

[PATCH AUTOSEL 5.4 22/28] nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN
 2021-01-12 12:56 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 23/28] nvmet-rdma: Fix list_del corruption on queue establishment failure

[PATCH AUTOSEL 5.10 38/51] nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN
 2021-01-12 12:55 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 39/51] nvme: avoid possible double fetch in handling CQE
` [PATCH AUTOSEL 5.10 40/51] nvmet-rdma: Fix list_del corruption on queue establishment failure

[PATCH V2 0/4] nvmet: admin-cmd related cleanups and a fix
 2021-01-12  9:02 UTC  (4+ messages)
` [PATCH V2 4/4] nvmet: set right status on error in id-ns handler

Data corruption when using multiple devices with NVMEoF TCP
 2021-01-12  8:55 UTC  (19+ messages)

[PATCH] nvme: trace: parse format nvm command in detail
 2021-01-12  8:33 UTC  (10+ messages)

[PATCH] nvmet-fc: associations list replaced with hlist rcu,
 2021-01-12  8:26 UTC  (5+ messages)
` [PATCH v2] nvmet-fc: associations list protected by rcu, instead of spinlock_irq where possible

[PATCH 1/2] nvmet: Use nvmet_is_port_enabled helper for pi_enable
 2021-01-12  8:26 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 read-only IMAP folder(s) and NNTP newsgroup(s).