linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-26 05:20:10 to 2021-01-29 05:25:08 UTC [more...]

[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  (17+ messages)
` [PATCH v4 1/5] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v4 2/5] nvme-core: introduce complete failed request
` [PATCH v4 3/5] nvme-fabrics: avoid double request completion for nvmf_fail_nonready_command
` [PATCH v4 4/5] nvme-rdma: avoid IO error for nvme native multipath
` [PATCH v4 5/5] nvme-fc: "

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

[PATCH v2] nvme-multipath: Early exit if no path is available
 2021-01-29  3:36 UTC  (15+ messages)

[PATCH 00/35] RFC: add "nvme monitor" subcommand
 2021-01-29  1:59 UTC  (41+ messages)
` [PATCH 01/35] nvme-monitor: add new stub
` [PATCH 02/35] monitor: create udev socket
` [PATCH 03/35] monitor: initialize signal handling
` [PATCH 04/35] monitor: add main loop for uevent monitoring
` [PATCH 05/35] monitor: add uevent filters
` [PATCH 06/35] monitor: Create a log() macro
` [PATCH 07/35] fabrics: use "
` [PATCH 08/35] monitor: add command line options to control logging
` [PATCH 09/35] nvme_get_ctrl_attr(): constify "path" argument
` [PATCH 10/35] fabrics: export do_discover(), build_options() and config
` [PATCH 11/35] monitor: add option -A / --autoconnect
` [PATCH 12/35] monitor: add helpers for __attribute__((cleanup))
` [PATCH 13/35] monitor: disable nvmf-autoconnect udev rules in autoconnect mode
` [PATCH 14/35] monitor: implement handling of fc_udev_device
` [PATCH 15/35] monitor: implement handling of nvme AEN events
` [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 19/35] fabrics: use "const char *" in struct config
` [PATCH 20/35] fabrics: export arg_str(), parse_conn_arg(), and remove_ctrl()
` [PATCH 21/35] nvme-cli: add "list.h"
` [PATCH 22/35] conn-db: add simple connection registry
` [PATCH 23/35] monitor: handle restart of pending discoveries
` [PATCH 24/35] monitor: monitor_discovery(): try to reuse existing controllers
` [PATCH 25/35] monitor: read existing connections on startup
` [PATCH 26/35] monitor: implement starting discovery controllers "
` [PATCH 27/35] monitor: implement cleanup of created discovery controllers
` [PATCH 28/35] monitor: basic handling of add/remove uevents for nvme controllers
` [PATCH 29/35] monitor: kill running discovery tasks on exit
` [PATCH 30/35] monitor: add connection property options from connect-all
` [PATCH 31/35] completions: add completions for nvme monitor
` [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 34/35] nvme-monitor(1): add man page for nvme-monitor
` [PATCH 35/35] monitor: add option --keep/-K

[PATCH] nvme-tcp: proper handling of tcp socket closing flows
 2021-01-29  0:07 UTC  (8+ 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  (3+ 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  (6+ messages)
` [PATCH 1/3] nvme: use bio_set_dev to assign ->bi_bdev
` [PATCH 2/3] bcache: "
` [PATCH 3/3] block: inherit BIO_REMAPPED when cloning bios

[PATCH 0/2] Fixup return value for nvme_submit_sync_cmd()
 2021-01-27 10:04 UTC  (6+ messages)
` [PATCH 1/2] nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
` [PATCH 2/2] nvme: return -ETIMEDOUT in nvme_submit_sync_cmd()

[PATCH nvme-cli] Documentation: fix typo rtyep -> rtype
 2021-01-27  3:35 UTC 

[PATCH 1/2] nvme: support fused nvme requests
 2021-01-26 21:14 UTC  (6+ messages)
` [PATCH V2 0/2] nvme: Support for fused NVME_IOCTL_SUBMIT_IO

RFC: nvme-cli: add "nvme monitor" subcommand
 2021-01-26 20:24 UTC  (3+ messages)

[PATCH] nvme: do not ignore nvme status in nvme_set_queue_count()
 2021-01-26 19:06 UTC  (6+ messages)

Front IP65 Embedded Industrial Touch Monitor
 2021-01-26 11:17 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).