summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme-rdma: unconditionally recycle the request mrSagi Grimberg2017-07-061-3/+0
* nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-066-60/+43
* virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg2017-07-061-2/+2
* mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-4/+15
* nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-2/+2
* nvme: kick requeue list when requeueing a request instead of when starting th...Sagi Grimberg2017-07-061-17/+2
* nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+3
* nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-1/+2
* nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-2/+3
* nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+4
* nvme-rdma: remove race conditions from IB signallingMarta Rybczynska2017-07-061-10/+10
* nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg2017-07-041-4/+3
* nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg2017-07-041-0/+2
* nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+3
* nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+6
* nvme-fc: don't override opts->nr_io_queuesSagi Grimberg2017-07-041-5/+11
* nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg2017-07-021-2/+2
* nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-025-25/+21
* nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-025-54/+51
* nvme: Quirks for PM1725 controllersMartin K. Petersen2017-07-021-0/+10
* lightnvm: pblk: set line bitmap check under debugJavier González2017-06-301-1/+4
* lightnvm: pblk: verify that cache read is still validJavier González2017-06-303-6/+22
* lightnvm: pblk: add initialization checkJavier González2017-06-301-0/+6
* lightnvm: pblk: remove target using async. I/OsJavier González2017-06-306-73/+122
* lightnvm: pblk: use vmalloc for GC data bufferJavier González2017-06-305-12/+14
* lightnvm: pblk: use right metadata buffer for recoveryJavier González2017-06-301-3/+3
* lightnvm: pblk: schedule if data is not readyJavier González2017-06-301-1/+3
* lightnvm: pblk: remove unused return variableJavier González2017-06-301-2/+2
* lightnvm: pblk: fix double-free on pblk initJavier González2017-06-301-2/+0
* lightnvm: pblk: fix bad le64 assignationsJavier González2017-06-304-4/+7
* nvme: Makefile: remove dead build ruleValentin Rothberg2017-06-291-1/+0
* nvmet-rdma: register ib_client to not deadlock in device removalSagi Grimberg2017-06-281-33/+67
* nvme_fc: fix error recovery on link down.James Smart2017-06-281-4/+4
* nvmet_fc: fix crashes on bad opcodesJames Smart2017-06-281-4/+6
* nvme_fc: Fix crash when nvme controller connection fails.James Smart2017-06-281-0/+3
* nvme_fc: replace ioabort msleep loop with completionJames Smart2017-06-281-7/+6
* nvme_fc: fix double calls to nvme_cleanup_cmd()James Smart2017-06-281-4/+1
* nvme-fabrics: verify that a controller returns the correct NQNChristoph Hellwig2017-06-281-0/+9
* nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig2017-06-281-11/+4
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-287-18/+29
* nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig2017-06-281-3/+0
* nvme: explicitly disable APST on quirked devicesKai-Heng Feng2017-06-282-8/+10
* nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-287-19/+10
* nvme: add hostid token to fabric optionsJohannes Thumshirn2017-06-282-3/+20
* nvme: Remove SCSI translationsKeith Busch2017-06-284-2541/+3
* nvme-pci: open-code polling logic in nvme_pollSagi Grimberg2017-06-281-19/+21
* nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg2017-06-281-22/+26
* nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg2017-06-281-23/+30
* nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg2017-06-281-4/+13
* drbd: Drop unnecessary staticJulia Lawall2017-06-281-1/+1