summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-021-1/+1
* nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-03-211-14/+14
* nvme: Complete all stuck requestsKeith Busch2017-03-023-5/+79
* nvme: allocate nvme_queue in correct nodeShaohua Li2017-03-021-4/+8
* scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * nvme-rdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | nvme/pci: re-check security protocol support after resetScott Bauer2017-02-231-7/+10
* | nvme: detect NVMe controller in recent MacBooksDaniel Roschka2017-02-221-0/+1
* | nvme-rdma: add support for host_traddrMax Gurtovoy2017-02-221-2/+21
* | nvme-rdma: move nvme cm status helper to .h fileMax Gurtovoy2017-02-221-22/+0Star
* | nvme-fc: don't bother to validate ioccsz and iorcszJames Smart2017-02-221-12/+0Star
* | nvme/pci: No special case for queue busy on IOKeith Busch2017-02-221-4/+1Star
* | nvme/core: Fix race kicking freed request_queueKeith Busch2017-02-221-3/+3
* | nvme/pci: Disable on removal when disconnectedKeith Busch2017-02-221-1/+3
* | nvme: Enable autonomous power state transitionsAndy Lutomirski2017-02-222-0/+165
* | nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski2017-02-222-0/+65
* | nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn2017-02-224-6/+9
* | nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit2017-02-221-2/+3
* | nvme: add semicolon in nvme_command settingMax Gurtovoy2017-02-221-2/+2
* | nvme: Make controller state visible via sysfsSagi Grimberg2017-02-221-0/+24
* | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-175-24/+51
|\ \
| * | nvme: support ranged discard requestsChristoph Hellwig2017-02-081-7/+23
| * | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-312-9/+19
| * | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-313-5/+5
| * | nvme/scsi: don't rely on BLK_MAX_CDBChristoph Hellwig2017-01-301-3/+3
| * | nvme: fix compilation of scsi componentJens Axboe2017-01-301-0/+1
| * | Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-271-0/+1
| |\ \
* | \ \ Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe2017-02-174-51/+322
|\ \ \ \
| * | | | nvme: Check for Security send/recv support before issuing commands.Scott Bauer2017-02-173-1/+3
| * | | | block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig2017-02-173-18/+13Star
| * | | | Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer2017-02-151-1/+2
| * | | | nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer2017-02-063-0/+46
| * | | | nvme/pci: Don't mark IOD as aborted if abort wasn't sentKeith Busch2017-01-311-2/+1Star
| * | | | lightnvm: use end_io callback instead of instanceMatias Bjørling2017-01-311-1/+2
| * | | | lightnvm: add ioctls for vector I/OsMatias Bjørling2017-01-313-0/+230
| * | | | lightnvm: reduce number of nvm_id groups to oneMatias Bjørling2017-01-311-45/+42Star
| * | | | lightnvm: merge gennvm with coreMatias Bjørling2017-01-311-4/+3Star
| | |/ / | |/| |
| * | | blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-171-0/+1
| | |/ | |/|
* | | nvme-fc: use blk_rq_nr_phys_segmentsChristoph Hellwig2017-01-261-3/+3
| |/ |/|
* | nvme: use blk_rq_payload_bytesChristoph Hellwig2017-01-134-30/+15Star
* | nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli2017-01-111-6/+1Star
* | nvme-rdma: fix nvme_rdma_queue_is_readyChristoph Hellwig2017-01-111-1/+1
|/
* Merge branch 'nvme-4.10' of git://git.infradead.org/nvme into for-linusJens Axboe2016-12-225-62/+15Star
|\
| * nvme/fc: simplify error handling of nvme_fc_create_hw_io_queuesJohannes Thumshirn2016-12-211-7/+8
| * nvme/fc: correct some printk informationJames Smart2016-12-211-2/+2
| * nvme/scsi: Remove START STOP emulationAndy Lutomirski2016-12-211-27/+0Star
| * nvme/pci: Delete misleading queue-wrap commentKeith Busch2016-12-211-7/+0Star
| * nvme/pci: Fix whitespace problemMax Gurtovoy2016-12-211-4/+4
| * nvme: simplify stripe quirkKeith Busch2016-12-212-16/+2Star