summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-2411-102/+147
|\
| * nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel2020-08-211-0/+6
| * nvme: redirect commands on dying queueChao Leng2020-08-211-4/+5
| * nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig2020-08-211-10/+2
| * nvme: refactor command completionChristoph Hellwig2020-08-213-64/+89
| * nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-216-7/+13
| * nvme: skip noiob for zoned devicesKeith Busch2020-08-211-1/+1
| * nvme-pci: fix PRP pool sizeChristoph Hellwig2020-08-211-1/+2
| * nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry2020-08-211-6/+6
| * nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe2020-08-211-4/+4
| * nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni2020-08-211-3/+3
| * nvmet: fix oops in pt cmd executionChaitanya Kulkarni2020-08-211-3/+3
| * nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni2020-08-211-4/+5
| * nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck2020-08-211-5/+4
| * nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck2020-08-211-5/+10
| * nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang2020-08-211-2/+2
| * nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe2020-08-211-0/+8
| * nvmet: fix a memory leakSagi Grimberg2020-08-211-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-14/+12
|/
* Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-1/+2
|\
| * block: remove blk_queue_stack_limitsChristoph Hellwig2020-07-201-1/+2
| * Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe2020-07-2018-131/+690
| |\
| * \ Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe2020-07-209-36/+45
| |\ \
* | \ \ Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-0526-422/+1872
|\ \ \ \
| * | | | nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni2020-07-291-8/+6
| * | | | nvme-loop: set ctrl state connecting after initChaitanya Kulkarni2020-07-291-0/+3
| * | | | nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke2020-07-291-4/+7
| * | | | nvme-multipath: fix logic for non-optimized pathsMartin Wilck2020-07-291-0/+6
| * | | | nvme-rdma: fix controller reset hang during trafficSagi Grimberg2020-07-291-3/+9
| * | | | nvme-tcp: fix controller reset hang during trafficSagi Grimberg2020-07-291-3/+9
| * | | | nvmet: introduce the passthru Kconfig optionChaitanya Kulkarni2020-07-291-0/+12
| * | | | nvmet: introduce the passthru configfs interfaceLogan Gunthorpe2020-07-292-0/+100
| * | | | nvmet: Add passthru enable/disable helpersLogan Gunthorpe2020-07-294-1/+111
| * | | | nvmet: add passthru code to process commandsLogan Gunthorpe2020-07-295-2/+506
| * | | | nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe2020-07-292-2/+6
| * | | | nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe2020-07-292-0/+24
| * | | | nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe2020-07-292-7/+16
| * | | | nvme: create helper function to obtain command effectsLogan Gunthorpe2020-07-292-92/+103
| * | | | nvme: clear any SGL flags in passthru commandsLogan Gunthorpe2020-07-291-1/+9
| * | | | nvmet-fc: remove redundant del_work_active flagJames Smart2020-07-291-24/+3
| * | | | nvmet-fc: check successful reference in nvmet_fc_find_target_assocJames Smart2020-07-291-1/+2
| * | | | nvme-fc: set max_segments to lldd max valueJames Smart2020-07-291-2/+3
| * | | | nvme-hwmon: log the controller device nameSagi Grimberg2020-07-291-1/+2
| * | | | nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-07-298-15/+55
| * | | | nvme: document nvme controller statesSagi Grimberg2020-07-291-0/+14
| * | | | nvmet: use xarray for ctrl ns storingChaitanya Kulkarni2020-07-293-57/+27
| * | | | nvmet-rdma: use new shared CQ mechanismYamin Friedman2020-07-291-7/+7
| * | | | nvme-rdma: use new shared CQ mechanismYamin Friedman2020-07-291-26/+51
| * | | | nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box2020-07-291-0/+63
| * | | | nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni2020-07-291-15/+10