summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: drop IRQ disabling on submission queue lockJens Axboe2018-05-181-4/+4
* nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe2018-05-181-21/+23
* nvme-pci: handle completions outside of the queue lockJens Axboe2018-05-181-42/+45
* nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe2018-05-181-5/+13
* nvme-pci: remove cq check after submissionJens Axboe2018-05-181-2/+0
* nvme-pci: simplify nvme_cqe_validChristoph Hellwig2018-05-181-6/+6
* nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2018-05-182-2/+2
* nvme/pci: Sync controller reset for AER slot_resetKeith Busch2018-05-111-2/+9
* nvme/pci: Hold controller reference during async probeKeith Busch2018-05-071-0/+3
* nvme: only reconfigure discard if necessaryJens Axboe2018-05-021-12/+16
* nvme/pci: Use async_schedule for initial reset workKeith Busch2018-05-021-1/+9
* nvme: lightnvm: add granby supportWei Xu2018-04-261-0/+2
* NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish2018-04-261-0/+2
* nvme: change order of qid and cmdid in completion traceJohannes Thumshirn2018-04-261-2/+2
* nvme: fc: provide a descriptive errorJohannes Thumshirn2018-04-261-0/+2
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-127-66/+101
* nvme: Use admin command effects for admin commandsKeith Busch2018-04-121-1/+1
* nvmet: fix space padding in serial numberDaniel Verkamp2018-04-121-0/+1
* nvme: check return value of init_srcu_struct functionMax Gurtovoy2018-04-121-1/+4
* nvmet: Fix nvmet_execute_write_zeroes sector countRodrigo R. Galvao2018-04-121-2/+2
* nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch2018-04-121-6/+17
* nvme-pci: Remove unused queue parameterKeith Busch2018-04-121-7/+3
* nvme-pci: Skip queue deletion if there are no queuesKeith Busch2018-04-121-1/+1
* nvme: target: fix buffer overflowArnd Bergmann2018-04-121-1/+1
* nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn2018-04-121-1/+3
* nvme: unexport nvme_start_keep_aliveJohannes Thumshirn2018-04-122-3/+1
* nvme-loop: fix kernel oops in case of unhandled commandMing Lei2018-04-121-7/+2
* nvme: enforce 64bit offset for nvme_get_log_ext fnMatias Bjørling2018-04-122-4/+4
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-0516-342/+975
|\
| * lightnvm: remove function name in stringsMatias Bjørling2018-03-291-6/+6
| * lightnvm: implement get log report chunk helpersJavier González2018-03-292-2/+76
| * lightnvm: normalize geometry nomenclatureJavier González2018-03-291-27/+27
| * lightnvm: complete geo structure with maxoc*Javier González2018-03-291-0/+17
| * lightnvm: add shorten OCSSD version in geoJavier González2018-03-291-0/+6
| * lightnvm: add minor version to generic geometryJavier González2018-03-291-5/+20
| * lightnvm: simplify geometry structureJavier González2018-03-291-138/+199
| * nvme: lightnvm: add late setup of block size and metadataMatias Bjørling2018-03-293-0/+12
| * lightnvm: remove nvm_dev_ops->max_phys_sectMatias Bjørling2018-03-291-4/+1
| * lightnvm: add 2.0 geometry identificationMatias Bjørling2018-03-291-49/+289
| * lightnvm: flatten nvm_id_group into nvm_idMatias Bjørling2018-03-291-55/+51
| * lightnvm: make 1.2 data structures explicitMatias Bjørling2018-03-291-41/+41
| * lightnvm: remove multiple groups in 1.2 data structureMatias Bjørling2018-03-291-2/+3
| * lightnvm: remove mlc pairs structureMatias Bjørling2018-03-291-13/+1
| * lightnvm: remove chnl_offset in nvme_nvm_identityMatias Bjørling2018-03-291-3/+1
| * blk-mq: Allow PCI vector offset for mapping queuesKeith Busch2018-03-271-1/+1
| * nvme: make nvme_get_log_ext non-staticMatias Bjørling2018-03-262-1/+4
| * nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig2018-03-265-17/+17
| * nvmet: refactor configfs transport type handlingChristoph Hellwig2018-03-261-32/+29
| * nvmet: move device_uuid configfs attr definition to suitable placeMax Gurtovoy2018-03-261-2/+2
| * nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi2018-03-263-3/+12