summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-176-25/+52
|\
| * 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-314-6/+6
| * 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
* | | nvmet-rdma: Fix missing dma sync to nvme data structuresParav Pandit2017-01-261-0/+17
* | | nvmet: Call fatal_error from keep-alive timout expirationSagi Grimberg2017-01-261-1/+1
* | | nvmet: cancel fatal error and flush async work before free controllerSagi Grimberg2017-01-261-0/+3
* | | nvmet: delete controllers deletion upon subsystem releaseSagi Grimberg2017-01-263-0/+12
* | | nvmet_fc: correct logic in disconnect queue LS handlingJames Smart2017-01-261-14/+22
| |/ |/|
* | 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-227-67/+18Star
|\
| * nvmet/fcloop: remove some logically dead code performing redundant ret checksColin Ian King2016-12-211-2/+2
| * nvmet: fix KATO offset in Set FeaturesDaniel Verkamp2016-12-211-3/+1Star
| * 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
* | nvme : Use correct scnprintf in cmb showStephen Bates2016-12-191-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-152-6/+39
|\
| * nvmet_rdma: log the connection reject messageSteve Wise2016-12-141-0/+3
| * nvme-rdma: use rdma connection reject helper functionsSteve Wise2016-12-141-6/+36
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-151-3/+19
|\ \
| * | nvme/pci: Log PCI_STATUS when the controller diesAndy Lutomirski2016-12-141-3/+19
* | | Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-12-141-6/+4Star
|\ \ \
| * | | fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-011-6/+4Star
* | | | Revert "nvme: add support for the Write Zeroes command"Linus Torvalds2016-12-141-21/+0Star
| |/ / |/| |
* | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-3/+0Star
|\ \ \
| * | | nvme: move NVMe class code to pci_ids.hChristoph Hellwig2016-12-051-3/+0Star
* | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-1322-248/+6520
|\ \ \ \ | |_|/ / |/| | |
| * | | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-095-38/+29Star
| * | | nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEJames Smart2016-12-063-0/+1163