summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe1-42/+45
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe1-5/+13
2018-05-18nvme-pci: remove cq check after submissionJens Axboe1-2/+0
2018-05-18nvme-pci: simplify nvme_cqe_validChristoph Hellwig1-6/+6
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2-2/+2
2018-05-11nvme/pci: Sync controller reset for AER slot_resetKeith Busch1-2/+9
2018-05-07nvme/pci: Hold controller reference during async probeKeith Busch1-0/+3
2018-05-02nvme: only reconfigure discard if necessaryJens Axboe1-12/+16
2018-05-02nvme/pci: Use async_schedule for initial reset workKeith Busch1-1/+9
2018-04-26nvme: lightnvm: add granby supportWei Xu1-0/+2
2018-04-26NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish1-0/+2
2018-04-26nvme: change order of qid and cmdid in completion traceJohannes Thumshirn1-2/+2
2018-04-26nvme: fc: provide a descriptive errorJohannes Thumshirn1-0/+2
2018-04-12nvme: expand nvmf_check_if_ready checksJames Smart7-66/+101
2018-04-12nvme: Use admin command effects for admin commandsKeith Busch1-1/+1
2018-04-12nvmet: fix space padding in serial numberDaniel Verkamp1-0/+1
2018-04-12nvme: check return value of init_srcu_struct functionMax Gurtovoy1-1/+4
2018-04-12nvmet: Fix nvmet_execute_write_zeroes sector countRodrigo R. Galvao1-2/+2
2018-04-12nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch1-6/+17
2018-04-12nvme-pci: Remove unused queue parameterKeith Busch1-7/+3
2018-04-12nvme-pci: Skip queue deletion if there are no queuesKeith Busch1-1/+1
2018-04-12nvme: target: fix buffer overflowArnd Bergmann1-1/+1
2018-04-12nvme: don't send keep-alives to the discovery controllerJohannes Thumshirn1-1/+3
2018-04-12nvme: unexport nvme_start_keep_aliveJohannes Thumshirn2-3/+1
2018-04-12nvme-loop: fix kernel oops in case of unhandled commandMing Lei1-7/+2
2018-04-12nvme: enforce 64bit offset for nvme_get_log_ext fnMatias Bjørling2-4/+4
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds16-342/+975
2018-03-30lightnvm: remove function name in stringsMatias Bjørling1-6/+6
2018-03-30lightnvm: implement get log report chunk helpersJavier González2-2/+76
2018-03-30lightnvm: normalize geometry nomenclatureJavier González1-27/+27
2018-03-30lightnvm: complete geo structure with maxoc*Javier González1-0/+17
2018-03-30lightnvm: add shorten OCSSD version in geoJavier González1-0/+6
2018-03-30lightnvm: add minor version to generic geometryJavier González1-5/+20
2018-03-30lightnvm: simplify geometry structureJavier González1-138/+199
2018-03-30nvme: lightnvm: add late setup of block size and metadataMatias Bjørling3-0/+12
2018-03-30lightnvm: remove nvm_dev_ops->max_phys_sectMatias Bjørling1-4/+1
2018-03-30lightnvm: add 2.0 geometry identificationMatias Bjørling1-49/+289
2018-03-30lightnvm: flatten nvm_id_group into nvm_idMatias Bjørling1-55/+51
2018-03-30lightnvm: make 1.2 data structures explicitMatias Bjørling1-41/+41
2018-03-30lightnvm: remove multiple groups in 1.2 data structureMatias Bjørling1-2/+3
2018-03-30lightnvm: remove mlc pairs structureMatias Bjørling1-13/+1
2018-03-30lightnvm: remove chnl_offset in nvme_nvm_identityMatias Bjørling1-3/+1
2018-03-28blk-mq: Allow PCI vector offset for mapping queuesKeith Busch1-1/+1
2018-03-26nvme: make nvme_get_log_ext non-staticMatias Bjørling2-1/+4
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig5-17/+17
2018-03-26nvmet: refactor configfs transport type handlingChristoph Hellwig1-32/+29
2018-03-26nvmet: move device_uuid configfs attr definition to suitable placeMax Gurtovoy1-2/+2
2018-03-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi3-3/+12
2018-03-26nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi1-2/+2
2018-03-26nvme: Skip checking heads without namespacesKeith Busch1-0/+1