summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-07nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei1-2/+3
2017-06-07nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei1-1/+7
2017-04-20nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"Andy Lutomirski1-0/+9
2017-04-20nvme: Adjust the Samsung APST quirkAndy Lutomirski1-10/+8
2017-04-02nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig1-1/+1
2017-03-02nvme: Complete all stuck requestsKeith Busch1-0/+47
2017-02-22nvme/core: Fix race kicking freed request_queueKeith Busch1-3/+3
2017-02-22nvme: Enable autonomous power state transitionsAndy Lutomirski1-0/+154
2017-02-22nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski1-0/+64
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit1-2/+3
2017-02-22nvme: add semicolon in nvme_command settingMax Gurtovoy1-2/+2
2017-02-22nvme: Make controller state visible via sysfsSagi Grimberg1-0/+24
2017-02-18Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-15/+41
2017-02-18Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe1-0/+30
2017-02-17nvme: Check for Security send/recv support before issuing commands.Scott Bauer1-0/+1
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig1-5/+4
2017-02-15Move 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 Bauer1-0/+25
2017-02-01block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-8/+18
2017-01-31lightnvm: add ioctls for vector I/OsMatias Bjørling1-0/+4
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-14Revert "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-10Merge 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-27Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-49/+269
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2016-07-21nvme: initialize variable before logical OR'ing itJay Freyensee1-0/+1