summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni2019-07-261-2/+5
* nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im2019-07-261-0/+1
* nvme-pci: shutdown on timeout during deletionKeith Busch2019-06-151-1/+4
* nvme-pci: unquiesce admin queue on shutdownKeith Busch2019-06-151-1/+4
* nvme-pci: add missing unlock for reset errorKeith Busch2019-03-131-3/+5
* nvme-pci: fix rapid add remove sequenceKeith Busch2019-03-131-10/+12
* nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao2019-02-201-1/+3
* nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau2019-02-201-4/+6
* nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski2018-08-281-0/+8
* Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-061-5/+7
|\
| * nvme-pci: fix memory leak on probe failureKeith Busch2018-07-121-5/+7
* | nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy2018-07-301-74/+1Star
* | nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-231-0/+2
|/
* nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe2018-06-211-5/+37
* nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang2018-06-211-1/+1
* Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-081-25/+10Star
|\
| * nvme-pci: make CMB SQ mod-param read-onlyKeith Busch2018-06-081-1/+1
| * nvme-pci: unquiesce dead controller queuesKeith Busch2018-06-081-1/+1
| * nvme-pci: remove HMB teardown on resetKeith Busch2018-06-081-8/+0Star
| * nvme-pci: queue creation fixesKeith Busch2018-06-081-3/+4
| * nvme-pci: remove unnecessary completion doorbell checkKeith Busch2018-06-081-5/+3Star
| * nvme-pci: remove unnecessary nested lockingKeith Busch2018-06-081-7/+1Star
* | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-19/+1Star
|\ \ | |/ |/|
| * nvme-pci: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck2018-04-241-19/+1Star
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-114/+144
|\ \
| * | nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig2018-05-301-23/+14Star
| * | nvme-pci: Rate limit the nvme timeout warningsKeith Busch2018-05-301-1/+1
| * | Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-291-18/+21
| |\ \
| | * | nvme-pci: Fix AER reset handlingKeith Busch2018-05-251-9/+5Star
| | * | nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang2018-05-251-9/+16
| * | | nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-291-9/+5Star
| |/ /
| * | nvme-pci: fix race between poll and IRQ completionsJens Axboe2018-05-211-4/+11
| * | 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/+0Star
| * | nvme-pci: simplify nvme_cqe_validChristoph Hellwig2018-05-181-6/+6
| * | 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/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: add quirk to force medium priority for SQ creationJens Axboe2018-05-111-1/+11
|/
* nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch2018-04-121-6/+17
* nvme-pci: Remove unused queue parameterKeith Busch2018-04-121-7/+3Star
* nvme-pci: Skip queue deletion if there are no queuesKeith Busch2018-04-121-1/+1
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-8/+18
|\
| * blk-mq: Allow PCI vector offset for mapping queuesKeith Busch2018-03-281-1/+1
| * nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik2018-03-261-2/+5