summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)Author
2020-07-29nvme-rdma: use new shared CQ mechanismYamin Friedman
2020-07-29nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box
2020-07-29nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni
2020-07-29nvme: remove redundant validation in nvme_start_ctrl()Baolin Wang
2020-07-29nvme: remove an unnecessary conditionDan Carpenter
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel
2020-07-08nvme: remove ns->disk checksChristoph Hellwig
2020-07-08nvme-pci: use standard block status symbolic namesBaolin Wang
2020-07-08nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang
2020-07-08nvme-pci: add a blank line after declarationsBaolin Wang
2020-07-08nvme-pci: fix some comments issuesBaolin Wang
2020-07-08nvme-pci: remove redundant segment validationBaolin Wang
2020-07-08nvme: document quirked Intel modelsDavid Fugate
2020-07-08nvme: expose reconnect_delay and ctrl_loss_tmo via sysfsSagi Grimberg
2020-07-08nvme: support for zoned namespacesKeith Busch
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel
2020-07-08nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang
2020-07-08nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg
2020-07-08nvme-tcp: leverage request pluggingSagi Grimberg
2020-07-08nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg
2020-07-08nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang
2020-07-08nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni
2020-07-08nvme-pci: use unsigned for io queue depthChaitanya Kulkarni
2020-07-08nvme-core: use u16 type for ctrl->sqsizeChaitanya Kulkarni
2020-07-08nvme-core: use u16 type for directivesChaitanya Kulkarni
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg
2020-07-01block: remove direct_make_requestChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg
2020-06-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy
2020-06-24nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy
2020-06-24nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy
2020-06-24nvme-pci: override the value of the controller's numa nodeMax Gurtovoy
2020-06-24nvme: set initial value for controller's numa nodeMax Gurtovoy
2020-06-24nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds