summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2-10/+6
2018-05-21nvme-pci: fix race between poll and IRQ completionsJens Axboe1-4/+11
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe5-94/+133
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockJens Axboe1-4/+4
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe1-21/+23
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-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-03nvme/multipath: Fix multipath disabled naming collisionsKeith Busch3-25/+35
2018-05-03nvme/multipath: Disable runtime writable enabling parameterKeith Busch1-1/+1
2018-05-03nvme: Set integrity flag for user passthrough commandsKeith Busch1-0/+1
2018-05-03nvme: fix potential memory leak in option parsingChengguang Xu1-0/+6
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-27nvme: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
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 Smart6-57/+99
2018-04-12nvme: Use admin command effects for admin commandsKeith Busch1-1/+1
2018-04-12nvme: check return value of init_srcu_struct functionMax Gurtovoy1-1/+4
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: 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: enforce 64bit offset for nvme_get_log_ext fnMatias Bjørling2-4/+4
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds9-264/+835
2018-03-29lightnvm: remove function name in stringsMatias Bjørling1-6/+6
2018-03-29lightnvm: implement get log report chunk helpersJavier González2-2/+76
2018-03-29lightnvm: normalize geometry nomenclatureJavier González1-27/+27
2018-03-29lightnvm: complete geo structure with maxoc*Javier González1-0/+17
2018-03-29lightnvm: add shorten OCSSD version in geoJavier González1-0/+6
2018-03-29lightnvm: add minor version to generic geometryJavier González1-5/+20
2018-03-29lightnvm: simplify geometry structureJavier González1-138/+199
2018-03-29nvme: lightnvm: add late setup of block size and metadataMatias Bjørling3-0/+12
2018-03-29lightnvm: remove nvm_dev_ops->max_phys_sectMatias Bjørling1-4/+1
2018-03-29lightnvm: add 2.0 geometry identificationMatias Bjørling1-49/+289
2018-03-29lightnvm: flatten nvm_id_group into nvm_idMatias Bjørling1-55/+51
2018-03-29lightnvm: make 1.2 data structures explicitMatias Bjørling1-41/+41
2018-03-29lightnvm: remove multiple groups in 1.2 data structureMatias Bjørling1-2/+3
2018-03-29lightnvm: remove mlc pairs structureMatias Bjørling1-13/+1
2018-03-29lightnvm: remove chnl_offset in nvme_nvm_identityMatias Bjørling1-3/+1
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch1-1/+1