summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe2-2/+6
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe2-0/+24
2020-07-29nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe2-7/+16
2020-07-29nvme: create helper function to obtain command effectsLogan Gunthorpe2-92/+103
2020-07-29nvme: clear any SGL flags in passthru commandsLogan Gunthorpe1-1/+9
2020-07-29nvme-fc: set max_segments to lldd max valueJames Smart1-2/+3
2020-07-29nvme-hwmon: log the controller device nameSagi Grimberg1-1/+2
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg8-15/+55
2020-07-29nvme: document nvme controller statesSagi Grimberg1-0/+14
2020-07-29nvme-rdma: use new shared CQ mechanismYamin Friedman1-26/+51
2020-07-29nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box1-0/+63
2020-07-29nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni1-15/+10
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni3-38/+37
2020-07-29nvme: remove redundant validation in nvme_start_ctrl()Baolin Wang1-2/+1
2020-07-29nvme: remove an unnecessary conditionDan Carpenter1-2/+2
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-0/+1
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+1
2020-07-08nvme: remove ns->disk checksChristoph Hellwig1-4/+4
2020-07-08nvme-pci: use standard block status symbolic namesBaolin Wang1-3/+3
2020-07-08nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang1-1/+1
2020-07-08nvme-pci: add a blank line after declarationsBaolin Wang1-0/+4
2020-07-08nvme-pci: fix some comments issuesBaolin Wang1-4/+4
2020-07-08nvme-pci: remove redundant segment validationBaolin Wang1-3/+0
2020-07-08nvme: document quirked Intel modelsDavid Fugate1-4/+4
2020-07-08nvme: expose reconnect_delay and ctrl_loss_tmo via sysfsSagi Grimberg1-0/+62
2020-07-08nvme: support for zoned namespacesKeith Busch4-13/+378
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch5-24/+73
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel2-10/+44
2020-07-08nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang1-1/+1
2020-07-08nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg1-3/+17
2020-07-08nvme-tcp: leverage request pluggingSagi Grimberg1-5/+14
2020-07-08nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg1-10/+24
2020-07-08nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang1-1/+0
2020-07-08nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni1-4/+4
2020-07-08nvme-pci: use unsigned for io queue depthChaitanya Kulkarni1-9/+10
2020-07-08nvme-core: use u16 type for ctrl->sqsizeChaitanya Kulkarni1-1/+1
2020-07-08nvme-core: use u16 type for directivesChaitanya Kulkarni1-1/+1
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe6-29/+52
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-07-01block: remove direct_make_requestChristoph Hellwig1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig3-3/+4
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-5/+4
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman2-2/+4
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg1-8/+4
2020-06-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1