aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/nvdimm/nvdimm into for-4.8/driversJens 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
2016-06-07drivers: use req op accessorMike Christie1-1/+1
2016-05-17nvme/host: Add missing blk_integrity tag_size + flags assignmentsNicholas Bellinger1-0/+4
2016-05-17NVMe: Short-cut removal on surprise hot-unplugKeith Busch1-0/+18
2016-05-17NVMe: Allow user initiated rescanKeith Busch1-0/+15
2016-05-02nvme: fix nvme_ns_remove() deadlockMing Lin1-2/+4
2016-05-02nvme: switch to RCU freeing the namespaceMing Lin1-10/+11
2016-05-02nvme: move AER handling to common codeChristoph Hellwig1-0/+50
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig1-4/+26
2016-05-02nvme: introduce a controller state machineChristoph Hellwig1-0/+51
2016-05-02NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_init doesWang Sheng-Hui1-1/+1