summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke2018-05-251-1/+1
| | * | | nvme: fix KASAN warning when parsing host nqnHannes Reinecke2018-05-251-1/+1
| | * | | nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni2018-05-251-1/+1
| | * | | nvmet-fc: increase LS buffer count per fc portJames Smart2018-05-251-1/+1
| | * | | nvmet: add simple file backed ns supportChaitanya Kulkarni2018-05-256-52/+413
| | * | | nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni2018-05-255-12/+1
| | * | | nvmet: make a few error messages more genericChaitanya Kulkarni2018-05-251-2/+2
| | * | | nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2018-05-252-1/+3
| | * | | nvme-fabrics: centralize discovery controller defaultsHannes Reinecke2018-05-251-4/+4
| | * | | nvme-fabrics: remove unnecessary controller subnqn validationJames Smart2018-05-251-10/+0
| | * | | nvme-fc: remove setting DNR on exception conditionsJames Smart2018-05-251-10/+0
| | * | | nvme-rdma: stop admin queue before freeing itJianchao Wang2018-05-251-4/+6
| | * | | nvme-pci: Fix AER reset handlingKeith Busch2018-05-251-9/+5
| | * | | 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