linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-15 18:23:33 to 2018-01-04 12:57:11 UTC [more...]

[PATCH V2] nvme-pci: fix NULL pointer reference in nvme_alloc_ns
 2018-01-05  0:39 UTC  (2+ messages)

[Resend PATCH 00/11] mpt3sas: Enable scsi MQ & lockless command submission
 2018-01-04 12:57 UTC  (12+ messages)
` [Resend 01/11] mpt3sas: set default value for cb_idx
` [Resend 02/11] mpt3sas: use list_splice_init()
` [Resend 03/11] mpt3sas: separate out _base_recovery_check()
` [Resend 04/11] mpt3sas: open-code _scsih_scsi_lookup_get()
` [Resend 05/11] mpt3sas: Introduce mpt3sas_get_st_from_smid()
` [Resend 06/11] mpt3sas: check command status before attempting abort
` [Resend 07/11] mpt3sas: always use first reserved smid for ioctl passthrough
` [Resend 08/11] mpt3sas: simplify task management functions
` [Resend 09/11] mpt3sas: simplify mpt3sas_scsi_issue_tm()
` [Resend 10/11] mpt3sas: simplify _wait_for_commands_to_complete()
` [Resend 11/11] mpt3sas: lockless command submission

[PATCH] nvme-pci: fix the timeout case when reset is ongoing
 2018-01-04 10:35 UTC  (2+ messages)

[for-4.16 PATCH v2 0/5] block, nvme, dm: allow DM multipath to use NVMe's error handler
 2018-01-04 10:28 UTC  (14+ messages)
` [for-4.16 PATCH v2 1/5] block: establish request failover callback
` [for-4.16 PATCH v2 2/5] nvme: use request_queue's failover_rq_fn callback for multipath failover
` [for-4.16 PATCH v2 3/5] nvme: move nvme_req_needs_failover() from multipath to core
` [for-4.16 PATCH v2 4/5] dm mpath: use NVMe error handling to know when an error is retryable
` [for-4.16 PATCH v2 5/5] dm mpath: skip calls to end_io_bio if using NVMe bio-based and round-robin

[PATCH v2 rfc] nvme-core/loop/rdma: Host delete_work and reset_work on separate workqueues
 2018-01-04 10:04 UTC  (2+ messages)

[PATCH 1/1] nvme: Modify the debug level for setting shutdown timeout
 2018-01-04 10:04 UTC  (2+ messages)

[PATCH] mpt3sas: Proper handling of set/clear of "ATA command pending" flag
 2018-01-04  4:08 UTC  (2+ messages)

[PATCH 00/11] mpt3sas: Enable scsi MQ & lockless command submission
 2018-01-04  4:07 UTC  (14+ messages)
` [PATCH 01/11] mpt3sas: set default value for cb_idx
` [PATCH 02/11] mpt3sas: use list_splice_init()
` [PATCH 03/11] mpt3sas: separate out _base_recovery_check()
` [PATCH 04/11] mpt3sas: open-code _scsih_scsi_lookup_get()
` [PATCH 05/11] mpt3sas: Introduce mpt3sas_get_st_from_smid()
` [PATCH 06/11] mpt3sas: check command status before attempting abort
` [PATCH 07/11] mpt3sas: always use first reserved smid for ioctl passthrough
` [PATCH 08/11] mpt3sas: simplify task management functions
` [PATCH 09/11] mpt3sas: simplify mpt3sas_scsi_issue_tm()
` [PATCH 10/11] mpt3sas: simplify _wait_for_commands_to_complete()
` [PATCH 11/11] mpt3sas: lockless command submission

[PATCH] nvme: check ctrl.tagset before start ns scan
 2018-01-04  4:01 UTC  (3+ messages)

[PATCH 0/3] Performance enhancements
 2018-01-03 20:21 UTC  (33+ messages)
` [PATCH 1/3] nvme/pci: Start request after doorbell ring
` [PATCH 2/3] nvme/pci: Remove cq_vector check in IO path
` [PATCH 3/3] block: Polling completion performance optimization

Bug report - drivers/nvme/host/pci.c?
 2018-01-03 20:11 UTC  (3+ messages)

[PATCH v3 1/9] RDMA/core: Add implicit per-device completion queue pools
 2018-01-03 17:47 UTC  (3+ messages)
` [v3,1/9] "

[PATCHSET] nvme-pci: sort out nvme initialization procedure in nvme_rest_work
 2018-01-02 23:56 UTC  (4+ messages)
` [PATCH 1/3] nvme-pci: add nvme_pci_pre_init
` [PATCH 2/3] nvme-pci: change the name of functions corresponding to setup adminq
` [PATCH 3/3] nvme-pci: add nvme_pci_post_init

[PATCH nvme-cli v2] nvme-cli: add ns-descs subcommand
 2018-01-02 22:11 UTC  (3+ messages)

[PATCH V2 0/6] blk-mq: fix race related with device deletion/reset/switching sched
 2018-01-02  3:01 UTC  (18+ messages)
` [PATCH V2 1/6] blk-mq: quiesce queue before freeing queue
` [PATCH V2 2/6] blk-mq: support concurrent blk_mq_quiesce_queue()
` [PATCH V2 3/6] blk-mq: quiesce queue during switching io sched and updating nr_requests
` [PATCH V2 4/6] blk-mq: avoid to map CPU into stale hw queue
` [PATCH V2 5/6] blk-mq: fix race between updating nr_hw_queues and switching io sched
` [PATCH V2 6/6] nvme-pci: remove .init_request callback

[PATCH v2] nvme-pci: don't open-code nvme_reset_ctrl
 2017-12-31 12:01 UTC 

[PATCH 4.15-rc 0/3] few fabrics fixes targeted to 4.15
 2017-12-31  9:51 UTC  (19+ messages)
` [PATCH 4.15-rc 1/3] nvme-core: Don't set nvme_wq as MEM_RECLAIM
` [PATCH 4.15-rc 2/3] nvme-core/loop/rdma: Host delete_work and reset_work on system workqueues
` [PATCH 4.15-rc 3/3] nvme-fabrics: Protect against module unload during create_ctrl

[PATCH v2] nvme-fabrics: Protect against module unload during create_ctrl
 2017-12-29  9:43 UTC  (3+ messages)

[PATCH] nvmet_fc: correct broken add_port
 2017-12-29  9:41 UTC  (5+ messages)
    `  "

[PATCH 4.15] nvme-mpath: fix last path removal during traffic
 2017-12-29  9:33 UTC  (2+ messages)

[PATCH 4.15] nvme-rdma: fix concurrent reset and reconnect
 2017-12-29  9:33 UTC  (2+ messages)

[PATCH v2] nvme-pci: allocate device queues storage space at probe
 2017-12-29  9:30 UTC  (5+ messages)

[PATCH] nvme-pci: don't open-code nvme_reset_ctrl
 2017-12-29  9:28 UTC  (2+ messages)

[for-4.16 PATCH 0/5] block, nvme, dm: allow DM multipath to use NVMe's error handler
 2017-12-27  2:42 UTC  (11+ messages)
` [for-4.16 PATCH 1/5] block: establish request failover callback infrastructure
` [for-4.16 PATCH 2/5] nvme: use request's failover callback for multipath failover
` [for-4.16 PATCH 3/5] nvme: move nvme_req_needs_failover() from multipath to core
` [for-4.16 PATCH 4/5] dm mpath: use NVMe error handling to know when an error is retryable
    ` [dm-devel] "
` [for-4.16 PATCH 5/5] dm mpath: skip calls to end_io_bio if using NVMe bio-based and round-robin

How to Persistent nvme Storage?
 2017-12-26  9:14 UTC  (12+ messages)

[PATCH] nvme-pci: allocate device queues storage space at probe
 2017-12-24  9:12 UTC 

[PATCH] nvme_fcloop: avoid possible uninitialized variable warning
 2017-12-21 22:15 UTC 

[PATCH v3] NVMe: Format fix when going from 4k sector size to 512 bytes
 2017-12-21 10:16 UTC  (3+ messages)

[PATCH V2] nvme-pci: move use_sgl initialization to nvme_init_iod()
 2017-12-21  8:07 UTC  (2+ messages)

[PATCH] nvme-cli: add prints of boot partition feature to show-regs
 2017-12-20 19:38 UTC  (4+ messages)

[PATCH] nvme: Check hw sectors before setting chunk sectors
 2017-12-20 19:05 UTC  (2+ messages)

Fabrics Bug: keep alive timer re-initialized when active
 2017-12-20 18:58 UTC  (2+ messages)

[-next PATCH 0/4] sysfs and DEVICE_ATTR_<foo>
 2017-12-20  9:46 UTC  (4+ messages)

[PATCH] nvme-cli: add BPS bit field to CAP controller register
 2017-12-20  7:35 UTC  (2+ messages)

[PATCH] nvme-pci: move use_sgl initialization to nvme_init_iod()
 2017-12-20  7:20 UTC  (3+ messages)

[PATCH V2 0/3] nvme-cli: update Firmware Activate to Firmware Commit
 2017-12-19 20:19 UTC  (2+ messages)

Samsung SM961 dies on Lenovo Thinkpad T470
 2017-12-19  4:30 UTC  (2+ messages)

[PATCH v2] NVMe: Format fix when going from 4k sector size to 512 bytes
 2017-12-19  4:04 UTC  (2+ messages)

[PATCH V2 3/3] nvme-cli: add command specific status of Firmware Commit
 2017-12-17  9:58 UTC 

[PATCH V2 2/3] nvme-cli: update Firmware Commit with boot partition feature
 2017-12-17  9:58 UTC 

[PATCH V2 1/3] nvme-cli: add support alias command with Firmware Activate
 2017-12-17  9:58 UTC 

[PATCH 0/2] nvme-cli: update Firmware Activate command
 2017-12-17  3:02 UTC  (4+ messages)
` [PATCH 1/2] nvme-cli: update Firmware Activate command for new feature

[GIT PULLL] nvme fixes for Linux 4.15
 2017-12-15 21:49 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).