summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang2018-05-251-9/+16
| | * | | nvme: host: core: fix precedence of ternary operatorIvan Bornyakov2018-05-231-2/+2
| | * | | nvme: fix lockdep warning in nvme_mpath_clear_current_pathJohannes Thumshirn2018-05-231-1/+2
| * | | | nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig2018-05-293-11/+7
| |/ / /
| * | | nvme-pci: fix race between poll and IRQ completionsJens Axboe2018-05-211-4/+11
| * | | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-215-94/+133
| |\ \ \
| | * | | 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
| | | |/ | | |/|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-022-2/+2
|\ \ \ \
| * | | | IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-282-2/+2
* | | | | Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-301-1/+1
|\ \ \ \ \
| * | | | | nvme: fix extended data LBA supported settingMax Gurtovoy2018-05-291-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-242-2/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-092-2/+2
* | | | nvme: add quirk to force medium priority for SQ creationJens Axboe2018-05-112-1/+16
* | | | nvme: Fix sync controller reset returnCharles Machalow2018-05-111-1/+2
* | | | nvme: fix use-after-free in nvme_free_ns_headJianchao Wang2018-05-071-0/+5
| |/ / |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-042-2/+2
|\ \ \ | |/ /
| * | nvmet-rdma: depend on INFINIBAND_ADDR_TRANSGreg Thelen2018-04-271-1/+1
| * | nvme: depend on INFINIBAND_ADDR_TRANSGreg Thelen2018-04-271-1/+1
| |/
* | nvmet: switch loopback target state to connecting when resettingJohannes Thumshirn2018-05-031-0/+6
* | nvme/multipath: Fix multipath disabled naming collisionsKeith Busch2018-05-033-25/+35
* | nvme/multipath: Disable runtime writable enabling parameterKeith Busch2018-05-031-1/+1
* | nvme: Set integrity flag for user passthrough commandsKeith Busch2018-05-031-0/+1
* | nvme: fix potential memory leak in option parsingChengguang Xu2018-05-031-0/+6
|/
* 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
OpenPOWER on IntegriCloud