aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-2/+3
2017-07-06nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-3/+4
2017-07-06nvme-rdma: remove race conditions from IB signallingMarta Rybczynska1-10/+10
2017-07-04nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg1-4/+3
2017-07-04nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg1-0/+2
2017-07-04nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg1-0/+6
2017-07-04nvme-fc: don't override opts->nr_io_queuesSagi Grimberg1-5/+11
2017-07-02nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg1-2/+2
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg4-21/+18
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg4-46/+44
2017-07-02nvme: Quirks for PM1725 controllersMartin K. Petersen1-0/+10
2017-06-29nvme: Makefile: remove dead build ruleValentin Rothberg1-1/+0
2017-06-28nvme_fc: fix error recovery on link down.James Smart1-4/+4
2017-06-28nvme_fc: Fix crash when nvme controller connection fails.James Smart1-0/+3
2017-06-28nvme_fc: replace ioabort msleep loop with completionJames Smart1-7/+6
2017-06-28nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart1-4/+1
2017-06-28nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig1-0/+9
2017-06-28nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig1-11/+4
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig6-17/+29
2017-06-28nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig1-3/+0
2017-06-28nvme: explicitly disable APST on quirked devicesKai-Heng Feng2-8/+10
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg4-14/+7
2017-06-28nvme: add hostid token to fabric optionsJohannes Thumshirn2-3/+20
2017-06-28nvme: Remove SCSI translationsKeith Busch4-2541/+3
2017-06-28nvme-pci: open-code polling logic in nvme_pollSagi Grimberg1-19/+21
2017-06-28nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg1-22/+26
2017-06-28nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg1-23/+30
2017-06-28nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg1-4/+13
2017-06-27nvme: add support for streams and directivesJens Axboe2-4/+151
2017-06-26lightnvm: propagate right error code to targetJavier González1-1/+1
2017-06-18nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei1-0/+6
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei1-1/+1
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer2-0/+10
2017-06-15nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg1-1/+2
2017-06-15nvme: no need to wait for the reset when keepalive failsChristoph Hellwig1-1/+1
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig5-90/+43
2017-06-15nvme-pci: merge init_request methodsChristoph Hellwig1-15/+3
2017-06-15nvme-fc: merge init_request methodsChristoph Hellwig1-13/+3
2017-06-15nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig1-32/+11
2017-06-15nvme: move protection information check into nvme_setup_rwChristoph Hellwig2-15/+14
2017-06-15nvme: mark shutdown_timeout staticChristoph Hellwig2-5/+2
2017-06-15nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter1-0/+2
2017-06-15nvmf: keep track of nvmet connect error statusGuan Junxiong1-0/+18
2017-06-15nvme: use ctrl->device consistently for loggingJohannes Thumshirn1-5/+5
2017-06-15nvme: provide UUID value to userspaceJohannes Thumshirn1-1/+24
2017-06-15nvme: get list of namespace descriptorsJohannes Thumshirn2-0/+80
2017-06-15nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn2-6/+6
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2-3/+3
2017-06-15nvme-pci: remove redundant includesSagi Grimberg1-13/+0
2017-06-15nvme-pci: Remove watchdog timerKeith Busch1-67/+56