aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-11nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGravatar Guilherme G. Piccoli 1-6/+1
2016-12-21nvme: simplify stripe quirkGravatar Keith Busch 1-15/+2
2016-12-13Revert "nvme: add support for the Write Zeroes command"Gravatar Linus Torvalds 1-21/+0
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-73/+77
2016-12-09block: improve handling of the magic discard payloadGravatar Christoph Hellwig 1-13/+4
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsGravatar James Smart 1-1/+2
2016-12-01nvme: add support for the Write Zeroes commandGravatar Chaitanya Kulkarni 1-0/+21
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceGravatar Matias Bjørling 1-22/+21
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKGravatar Omar Sandoval 1-2/+2
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventGravatar Christoph Hellwig 1-6/+13
2016-11-10nvme: introduce struct nvme_requestGravatar Christoph Hellwig 1-15/+13
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeGravatar Bart Van Assche 1-14/+2
2016-11-02nvme: Fix a race condition related to stopping queuesGravatar Bart Van Assche 1-1/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Gravatar Bart Van Assche 1-1/+1
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Gravatar Bart Van Assche 1-1/+0
2016-10-19nvme: use symbolic constants for CNS valuesGravatar Christoph Hellwig 1-2/+2
2016-10-19nvme: Add tertiary number to NVME_VSGravatar Gabriel Krisman Bertazi 1-4/+4
2016-10-12nvme: Stop probing a removed deviceGravatar Keith Busch 1-0/+2
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+0
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Gravatar Andy Lutomirski 1-8/+6
2016-09-21lightnvm: expose device geometry through sysfsGravatar Simon A. F. Lund 1-6/+7
2016-09-21lightnvm: control life of nvm_dev in driverGravatar Matias Bjørling 1-21/+15
2016-09-21nvme: refactor namespaces to support non-gendisk devicesGravatar Matias Bjørling 1-41/+73
2016-09-15nvme: remove the post_scan calloutGravatar Christoph Hellwig 1-3/+0
2016-08-24nvme: Fix nvme_get/set_features() with a NULL result pointerGravatar Andy Lutomirski 1-2/+2
2016-08-15nvme: Prevent controller state invalid transitionGravatar Gabriel Krisman Bertazi 1-2/+5
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-49/+269
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2016-07-20nvme: initialize variable before logical OR'ing itGravatar Jay Freyensee 1-0/+1
2016-07-20block: ensure bios return from blk_get_request are properly initializedGravatar Christoph Hellwig 1-4/+0
2016-07-14NVMe: don't allocate unused nvme_majorGravatar NeilBrown 1-15/+1
2016-07-14nvme: Remove RCU namespace protectionGravatar Keith Busch 1-35/+39
2016-07-12nvme: Limit command retriesGravatar Keith Busch 1-0/+5
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGravatar Guilherme G. Piccoli 1-0/+9
2016-07-08Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Jens Axboe 1-2/+1
2016-07-08nvme: add new reconnecting controller stateGravatar Christoph Hellwig 1-0/+12
2016-07-05nvme: add keep-alive supportGravatar Sagi Grimberg 1-0/+76
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryGravatar Christoph Hellwig 1-1/+18
2016-07-05nvme.h: add NVMe over Fabrics definitionsGravatar Christoph Hellwig 1-2/+2
2016-07-05nvme: add fabrics sysfs attributesGravatar Ming Lin 1-3/+73
2016-07-05nvme: Modify and export sync command submission for fabricsGravatar Christoph Hellwig 1-9/+18
2016-07-05nvme: allow transitioning from NEW to LIVE stateGravatar Christoph Hellwig 1-0/+1
2016-06-27block: convert to device_add_disk()Gravatar Dan Williams 1-2/+1
2016-06-12nvme: move the workaround for I/O queue-less controllers from PCIe to coreGravatar Christoph Hellwig 1-3/+14
2016-06-12nvme: factor out a add nvme_is_write helperGravatar Christoph Hellwig 1-3/+2
2016-06-12nvme: allow for size limitations from transport driversGravatar Christoph Hellwig 1-2/+5
2016-06-08NVMe: Fix removal in case of active namespace list scanning methodGravatar Sunad Bhandary 1-6/+15
2016-06-07nvme: use UINT_MAX for max discard sectorsGravatar Minfei Huang 1-1/+1
2016-06-07nvme: move nvme_cancel_request() to common codeGravatar Ming Lin 1-0/+17
2016-06-07block, drivers: add REQ_OP_FLUSH operationGravatar Mike Christie 1-1/+1