public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-01-27 11:00:15 to 2021-02-01 10:14:52 UTC [more...]

[PATCH v3 net-next 00/21] nvme-tcp receive offloads
 2021-02-01 10:05 UTC  (8+ messages)
` [PATCH v3 net-next 02/21] net: Introduce direct data placement tcp offload
` [PATCH v3 net-next 04/21] net: SKB copy(+hash) iterators for DDP offloads
` [PATCH v3 net-next 07/21] nvme-tcp: Add DDP data-path
` [PATCH v3 net-next 09/21] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v3 net-next 11/21] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v3 net-next 14/21] net/mlx5e: KLM UMR helper macros
` [PATCH v3 net-next 17/21] net/mlx5e: NVMEoTCP async ddp invalidation

[PATCH v2] nvme-multipath: Early exit if no path is available
 2021-02-01  9:40 UTC  (24+ messages)

[PATCH 00/10] nvmet: fixes and some cleanups
 2021-02-01  5:41 UTC  (11+ messages)
` [PATCH 01/10] nvmet: zeroout id-ns buffer for invalid nsid
` [PATCH 02/10] nvmet: return uniform error for invalid ns
` [PATCH 03/10] nvmet: set error in nvmet_find_namespace()
` [PATCH 04/10] nvmet: remove nsid param from nvmet_find_namespace()
` [PATCH 05/10] nvmet: remove extra variable in is-ns handler
` [PATCH 06/10] nvmet: add helper to report invalid opcode
` [PATCH 07/10] nvmet: use invalid cmd opcode helper
` [PATCH 08/10] "
` [PATCH 09/10] nvmet: use min of device_path and disk len
` [PATCH 10/10] nvme-loop: rename variable to get rid of the warn

[PATCH v5 0/3] avoid double request completion and IO error
 2021-02-01  3:49 UTC  (4+ messages)
` [PATCH v5 1/3] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v5 2/3] nvme-fabrics: avoid double request completion for nvmf_fail_nonready_command
` [PATCH v5 3/3] nvme-rdma: avoid IO error for nvme native multipath

[PATCH] nvme-tcp: fix a segmentation fault during io parsing error
 2021-01-31 15:48 UTC  (8+ messages)

[PATCH] nvme-tcp: proper handling of tcp socket closing flows
 2021-01-31 15:47 UTC  (11+ messages)

[PATCH v2 net-next 00/21] nvme-tcp receive offloads
 2021-01-31 10:40 UTC  (17+ messages)
` [PATCH v2 net-next 02/21] net: Introduce direct data placement tcp offload
` [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 19/21] net/mlx5e: NVMEoTCP, data-path for DDP offload

[PATCH 00/35] RFC: add "nvme monitor" subcommand
 2021-01-29 21:21 UTC  (45+ messages)
` [PATCH 11/35] monitor: add option -A / --autoconnect
` [PATCH 13/35] monitor: disable nvmf-autoconnect udev rules in autoconnect mode
` [PATCH 16/35] monitor: reset children's signal disposition
` [PATCH 17/35] monitor: handle SIGCHLD for terminated child processes
` [PATCH 18/35] monitor: add "--persistent/-p" flag
` [PATCH 22/35] conn-db: add simple connection registry
` [PATCH 26/35] monitor: implement starting discovery controllers on startup
` [PATCH 32/35] nvmf-autoconnect: add unit file for nvme-monitor.service
` [PATCH 33/35] nvme-connect-all(1): fix documentation for --quiet/-S
` [PATCH 35/35] monitor: add option --keep/-K

[PATCH AUTOSEL 5.4 13/19] nvme: check the PRINFO bit before deciding the host buffer length
 2021-01-29 15:38 UTC 

[PATCH AUTOSEL 5.10 22/41] nvme: check the PRINFO bit before deciding the host buffer length
 2021-01-29 15:36 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 23/41] nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout
` [PATCH AUTOSEL 5.10 24/41] nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout
` [PATCH AUTOSEL 5.10 25/41] nvme-pci: allow use of cmb on v1.4 controllers
` [PATCH AUTOSEL 5.10 26/41] nvmet: set right status on error in id-ns handler

[linux-nvme:nvme-5.11] BUILD SUCCESS 772ea326a4a00b6b4b2c8f3606ad10c31f46c511
 2021-01-29  6:55 UTC 

[PATCH] nvme-pci: add quirk to make Kingston A2000 SSD avoid deepest sleep state
 2021-01-29  5:24 UTC 

[PATCH v4 0/5] avoid double request completion and IO error
 2021-01-29  3:50 UTC  (14+ messages)
` [PATCH v4 1/5] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v4 4/5] nvme-rdma: avoid IO error for nvme native multipath

[PATCH] nvme: add tracing of zns commands
 2021-01-29  3:48 UTC  (3+ messages)

[GIT PULL] nvme fixes for 5.11
 2021-01-28 18:58 UTC  (2+ messages)

[PATCH] nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head
 2021-01-28 18:25 UTC  (2+ messages)

[PATCH 0/3] Adding offset keeping option when mapping data via SWIOTLB.*
 2021-01-28 18:18 UTC  (12+ messages)
` [PATCH 1/3] Adding page_offset_mask to device_dma_parameters
` [PATCH 2/3] Add swiotlb offset preserving mapping when dma_dma_parameters->page_offset_mask is non zero
` [PATCH 3/3] Adding device_dma_parameters->offset_preserve_mask to NVMe driver

[RFC PATCH 0/4] Asynchronous passthrough ioctl
 2021-01-28 17:25 UTC  (13+ messages)
  ` [RFC PATCH 1/4] block: introduce async ioctl operation
  ` [RFC PATCH 2/4] kernel: export task_work_add
  ` [RFC PATCH 3/4] nvme: add async ioctl support
  ` [RFC PATCH 4/4] io_uring: add async passthrough "

[PATCH] nvme-tcp: proper handling of tcp socket closing flows
 2021-01-28 15:27 UTC  (3+ messages)

[PATCH] nvme: trace: parse format nvm command in detail
 2021-01-28 12:39 UTC  (4+ messages)

[linux-nvme:nvme-5.12] BUILD SUCCESS ab9dbdb20926f7f2e8387da8e647c7354b8cbb2e
 2021-01-28 12:16 UTC 

[linux-nvme:nvme-5.11] BUILD SUCCESS 919a27a9755cc108ff60da3f187f89a64f996320
 2021-01-28 12:16 UTC 

[PATCH v4 0/8] block: add zone write granularity limit
 2021-01-28 11:48 UTC  (33+ messages)
` [PATCH v4 1/8] block: document zone_append_max_bytes attribute
` [PATCH v4 2/8] nvme: cleanup zone information initialization
` [PATCH v4 3/8] nullb: use blk_queue_set_zoned() to setup zoned devices
` [PATCH v4 4/8] block: use blk_queue_set_zoned in add_partition()
` [PATCH v4 5/8] block: introduce zone_write_granularity limit
` [PATCH v4 6/8] zonefs: use zone write granularity as block size
` [PATCH v4 7/8] block: introduce blk_queue_clear_zone_settings()
` [PATCH v4 8/8] sd_zbc: clear zone resources for non-zoned case

[PATCHv2 0/5][RESEND] Fixup return value for nvme_submit_sync_cmd()
 2021-01-28  8:15 UTC  (13+ messages)
` [PATCH 1/5] nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
` [PATCH 2/5] nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
` [PATCH 3/5] nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted
` [PATCH 4/5] nvme: return NVME_SC_ABORT_QUEUE for cancelled commands
` [PATCH 5/5] nvme: return -ETIMEDOUT in nvme_submit_sync_cmd()

[PATCH v2 0/2] Resync Linux and NVMe-cli nvme.h header
 2021-01-27 17:47 UTC  (5+ messages)
` [PATCH 1/2] nvme: update enumerations for status codes
` [PATCH 2/2] nvme: resync header file with common nvme-cli tool

[PATCH 0/5] add clean action for failed reconnection
 2021-01-27 17:46 UTC  (2+ messages)

[PATCH] nvme-core: check bdev value for NULL
 2021-01-27 17:09 UTC  (3+ messages)

[PATCH] nvme-pci: add write-zeores SPCC quirk
 2021-01-27 16:49 UTC  (2+ messages)

[PATCHv2] nvme/hwmon: rework to avoid devm allocation
 2021-01-27 16:35 UTC  (5+ messages)

additional ->bi_bdev fixups
 2021-01-27 13:12 UTC  (3+ messages)
` [PATCH 2/3] bcache: use bio_set_dev to assign ->bi_bdev


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox