summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe5-24/+51
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe4-51/+322
2017-02-17nvme: Check for Security send/recv support before issuing commands.Scott Bauer3-1/+3
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig3-18/+13
2017-02-14Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer1-1/+2
2017-02-08nvme: support ranged discard requestsChristoph Hellwig1-7/+23
2017-02-06nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer3-0/+46
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2-9/+19
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig3-5/+5
2017-01-31nvme/pci: Don't mark IOD as aborted if abort wasn't sentKeith Busch1-2/+1
2017-01-31lightnvm: use end_io callback instead of instanceMatias Bjørling1-1/+2
2017-01-31lightnvm: add ioctls for vector I/OsMatias Bjørling3-0/+230
2017-01-31lightnvm: reduce number of nvm_id groups to oneMatias Bjørling1-45/+42
2017-01-31lightnvm: merge gennvm with coreMatias Bjørling1-4/+3
2017-01-30nvme/scsi: don't rely on BLK_MAX_CDBChristoph Hellwig1-3/+3
2017-01-29nvme: fix compilation of scsi componentJens Axboe1-0/+1
2017-01-27Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe1-0/+1
2017-01-26nvme-fc: use blk_rq_nr_phys_segmentsChristoph Hellwig1-3/+3
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-0/+1
2017-01-13nvme: use blk_rq_payload_bytesChristoph Hellwig4-30/+15
2017-01-11nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli1-6/+1
2017-01-11nvme-rdma: fix nvme_rdma_queue_is_readyChristoph Hellwig1-1/+1
2016-12-22Merge branch 'nvme-4.10' of git://git.infradead.org/nvme into for-linusJens Axboe5-62/+15
2016-12-21nvme/fc: simplify error handling of nvme_fc_create_hw_io_queuesJohannes Thumshirn1-7/+8
2016-12-21nvme/fc: correct some printk informationJames Smart1-2/+2
2016-12-21nvme/scsi: Remove START STOP emulationAndy Lutomirski1-27/+0
2016-12-21nvme/pci: Delete misleading queue-wrap commentKeith Busch1-7/+0
2016-12-21nvme/pci: Fix whitespace problemMax Gurtovoy1-4/+4
2016-12-21nvme: simplify stripe quirkKeith Busch2-16/+2
2016-12-19nvme : Use correct scnprintf in cmb showStephen Bates1-2/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-6/+36
2016-12-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+19
2016-12-14nvme-rdma: use rdma connection reject helper functionsSteve Wise1-6/+36
2016-12-13nvme/pci: Log PCI_STATUS when the controller diesAndy Lutomirski1-3/+19
2016-12-13Revert "nvme: add support for the Write Zeroes command"Linus Torvalds1-21/+0
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-3/+0
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds10-200/+2964
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig4-36/+27
2016-12-06nvme-fabrics: Add host support for FC transportJames Smart3-0/+2606
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart3-3/+2
2016-12-06nvme-rdma: align to generic ib_event logging helperMax Gurtovoy1-1/+3
2016-12-06nvme-rdma: remove redundant defineSagi Grimberg1-1/+0
2016-12-06nvme-fabrics: Adjust source code indentationBart Van Assche1-1/+1
2016-12-06nvme/scsi: Remove set-but-not-used variablesBart Van Assche1-9/+2
2016-12-06nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error pathBart Van Assche1-2/+1
2016-12-06nvme-fabrics: Fix memory leaks in nvmf_parse_options()Bart Van Assche1-0/+2
2016-12-06nvme-rdma: force queue size to respect controller capabilitySamuel Jones1-0/+8
2016-12-05nvme: move NVMe class code to pci_ids.hChristoph Hellwig1-3/+0
2016-12-01nvme: add support for the Write Zeroes commandChaitanya Kulkarni1-0/+21
2016-11-29lightnvm: eliminate nvm_lun abstraction in mmJavier González1-0/+3