summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* nvme: make nvme_error_status privateChristoph Hellwig2017-04-201-2/+1Star
* nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-201-19/+31
* nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-5/+5
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-1/+1
|\
| * nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-021-1/+1
* | nvme: move the retries count to struct nvme_requestChristoph Hellwig2017-04-051-5/+5
* | nvme: mark nvme_max_retries staticChristoph Hellwig2017-04-051-2/+1Star
* | nvme: cleanup nvme_req_needs_retryChristoph Hellwig2017-04-051-5/+11
* | nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig2017-04-051-0/+5
* | nvme: factor request completion code into a common helperChristoph Hellwig2017-04-041-6/+29
* | block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-1/+1
|/
* nvme: Complete all stuck requestsKeith Busch2017-03-021-0/+47
* nvme/core: Fix race kicking freed request_queueKeith Busch2017-02-221-3/+3
* nvme: Enable autonomous power state transitionsAndy Lutomirski2017-02-221-0/+154
* nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski2017-02-221-0/+64
* nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit2017-02-221-2/+3
* nvme: add semicolon in nvme_command settingMax Gurtovoy2017-02-221-2/+2
* nvme: Make controller state visible via sysfsSagi Grimberg2017-02-221-0/+24
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-15/+41
|\
| * nvme: support ranged discard requestsChristoph Hellwig2017-02-081-7/+23
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-8/+18
* | Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe2017-02-171-0/+30
|\ \ | |/ |/|
| * nvme: Check for Security send/recv support before issuing commands.Scott Bauer2017-02-171-0/+1
| * block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig2017-02-171-5/+4Star
| * Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer2017-02-151-1/+2
| * nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer2017-02-061-0/+25
| * lightnvm: add ioctls for vector I/OsMatias Bjørling2017-01-311-0/+4
* | nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli2017-01-111-6/+1Star
|/
* nvme: simplify stripe quirkKeith Busch2016-12-211-15/+2Star
* Revert "nvme: add support for the Write Zeroes command"Linus Torvalds2016-12-141-21/+0Star
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-73/+77
|\
| * block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-13/+4Star
| * nvme-fabrics: set sqe.command_id in core not transportsJames Smart2016-12-061-1/+2
| * nvme: add support for the Write Zeroes commandChaitanya Kulkarni2016-12-011-0/+21
| * nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling2016-11-291-22/+21Star
| * nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-151-2/+2
| * nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-101-6/+13
| * nvme: introduce struct nvme_requestChristoph Hellwig2016-11-101-15/+13Star
| * nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-021-14/+2Star
| * nvme: Fix a race condition related to stopping queuesBart Van Assche2016-11-021-1/+1
| * blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-1/+1
| * blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-1/+0Star
* | nvme: use symbolic constants for CNS valuesChristoph Hellwig2016-10-191-2/+2
* | nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi2016-10-191-4/+4
* | nvme: Stop probing a removed deviceKeith Busch2016-10-121-0/+2
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-101-3/+0Star
|\
| * nvme: remove the post_scan calloutChristoph Hellwig2016-09-151-3/+0Star
* | nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski2016-09-241-8/+6Star
* | lightnvm: expose device geometry through sysfsSimon A. F. Lund2016-09-211-6/+7