summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h
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-1/+0Star
* nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-201-19/+14Star
* nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-3/+3
* nvme: move the retries count to struct nvme_requestChristoph Hellwig2017-04-051-0/+1
* nvme: mark nvme_max_retries staticChristoph Hellwig2017-04-051-2/+0Star
* nvme: factor request completion code into a common helperChristoph Hellwig2017-04-041-8/+1Star
* nvme: Complete all stuck requestsKeith Busch2017-03-021-0/+4
* nvme: Enable autonomous power state transitionsAndy Lutomirski2017-02-221-0/+11
* nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski2017-02-221-0/+1
* Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe2017-02-171-0/+13
|\
| * 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-11/+3Star
| * nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer2017-02-061-0/+14
| * lightnvm: add ioctls for vector I/OsMatias Bjørling2017-01-311-0/+6
* | nvme: use blk_rq_payload_bytesChristoph Hellwig2017-01-131-8/+0Star
|/
* nvme: simplify stripe quirkKeith Busch2016-12-211-1/+0Star
* block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-2/+4
* nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling2016-11-291-14/+11Star
* nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-101-2/+2
* nvme: introduce struct nvme_requestChristoph Hellwig2016-11-101-1/+15
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-101-1/+0Star
|\
| * nvme: remove the post_scan calloutChristoph Hellwig2016-09-151-1/+0Star
* | nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski2016-09-241-2/+2
* | lightnvm: expose device geometry through sysfsSimon A. F. Lund2016-09-211-2/+16
* | lightnvm: control life of nvm_dev in driverMatias Bjørling2016-09-211-5/+7
|/
* nvme: Limit command retriesKeith Busch2016-07-131-1/+4
* nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli2016-07-121-0/+13
* nvme: add new reconnecting controller stateChristoph Hellwig2016-07-081-0/+1
* nvme: add keep-alive supportSagi Grimberg2016-07-051-0/+8
* nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig2016-07-051-0/+11
* nvme: add fabrics sysfs attributesMing Lin2016-07-051-0/+4
* nvme: Modify and export sync command submission for fabricsChristoph Hellwig2016-07-051-2/+3
* nvme: move nvme_cancel_request() to common codeMing Lin2016-06-071-0/+1
* drivers: use req op accessorMike Christie2016-06-071-2/+2
* NVMe: Short-cut removal on surprise hot-unplugKeith Busch2016-05-181-0/+1
* nvme: add helper nvme_cleanup_cmd()Ming Lin2016-05-021-0/+6
* nvme: move AER handling to common codeChristoph Hellwig2016-05-021-0/+7
* nvme: move namespace scanning to coreChristoph Hellwig2016-05-021-1/+3
* nvme: introduce a controller state machineChristoph Hellwig2016-05-021-0/+11
* nvme: remove the io_incapable methodChristoph Hellwig2016-05-021-12/+0Star
* nvme: fix cntlid typeChristoph Hellwig2016-04-261-1/+1
* nvme: add helper nvme_setup_cmd()Ming Lin2016-04-121-51/+2Star
* nvme: add helper nvme_map_len()Ming Lin2016-04-121-0/+8
* Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-191-3/+11
|\
| * NVMe: Expose ns wwid through single sysfs entryKeith Busch2016-03-161-0/+1
| * NVMe: Create discard zero quirk white listKeith Busch2016-03-081-0/+6
| * nvme: expose cntlid in sysfsMing Lin2016-02-291-0/+1
| * nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig2016-02-291-1/+2
| * nvme: split dev_list_lockMing Lin2016-02-101-2/+0Star