summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-20nvme: Adjust the Samsung APST quirkAndy Lutomirski1-10/+8
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20nvme: make nvme_error_status privateChristoph Hellwig1-2/+1
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig1-19/+31
2017-04-08nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-5/+5
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-1/+1
2017-04-05nvme: move the retries count to struct nvme_requestChristoph Hellwig1-5/+5
2017-04-05nvme: mark nvme_max_retries staticChristoph Hellwig1-2/+1
2017-04-05nvme: cleanup nvme_req_needs_retryChristoph Hellwig1-5/+11
2017-04-05nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig1-0/+5
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig1-6/+29
2017-04-02nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig1-1/+1
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-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-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-15/+41
2017-02-17Merge 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-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 Bauer1-0/+25
2017-01-31block: 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-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