summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-11nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli1-6/+1
2016-12-21nvme: simplify stripe quirkKeith Busch1-15/+2
2016-12-13Revert "nvme: add support for the Write Zeroes command"Linus Torvalds1-21/+0
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-73/+77
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-13/+4
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart1-1/+2
2016-12-01nvme: add support for the Write Zeroes commandChaitanya Kulkarni1-0/+21
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling1-22/+21
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-2/+2
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig1-6/+13
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-15/+13
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-14/+2
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche1-1/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-1/+1
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-1/+0
2016-10-19nvme: use symbolic constants for CNS valuesChristoph Hellwig1-2/+2
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi1-4/+4
2016-10-12nvme: Stop probing a removed deviceKeith Busch1-0/+2
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski1-8/+6
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund1-6/+7
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling1-21/+15
2016-09-21nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling1-41/+73
2016-09-15nvme: remove the post_scan calloutChristoph Hellwig1-3/+0
2016-08-24nvme: Fix nvme_get/set_features() with a NULL result pointerAndy Lutomirski1-2/+2
2016-08-15nvme: Prevent controller state invalid transitionGabriel Krisman Bertazi1-2/+5
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-49/+269
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2016-07-20nvme: initialize variable before logical OR'ing itJay Freyensee1-0/+1
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig1-4/+0
2016-07-14NVMe: don't allocate unused nvme_majorNeilBrown1-15/+1
2016-07-14nvme: Remove RCU namespace protectionKeith Busch1-35/+39
2016-07-12nvme: Limit command retriesKeith Busch1-0/+5
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli1-0/+9
2016-07-08Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe1-2/+1
2016-07-08nvme: add new reconnecting controller stateChristoph Hellwig1-0/+12
2016-07-05nvme: add keep-alive supportSagi Grimberg1-0/+76
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig1-1/+18
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig1-2/+2
2016-07-05nvme: add fabrics sysfs attributesMing Lin1-3/+73
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig1-9/+18
2016-07-05nvme: allow transitioning from NEW to LIVE stateChristoph Hellwig1-0/+1
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-06-12nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig1-3/+14
2016-06-12nvme: factor out a add nvme_is_write helperChristoph Hellwig1-3/+2
2016-06-12nvme: allow for size limitations from transport driversChristoph Hellwig1-2/+5
2016-06-08NVMe: Fix removal in case of active namespace list scanning methodSunad Bhandary1-6/+15
2016-06-07nvme: use UINT_MAX for max discard sectorsMinfei Huang1-1/+1
2016-06-07nvme: move nvme_cancel_request() to common codeMing Lin1-0/+17
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1