aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2023-05-17nvme: fix async event trace eventKeith Busch
2023-05-17nvme: handle the persistent internal error AERMichael Kelley
2022-12-14nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav
2022-12-08nvme: restrict management ioctls to adminKeith Busch
2022-10-26nvme: copy firmware_rev on each initKeith Busch
2022-10-05nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley
2022-10-05nvme: add new line after variable declatationChaitanya Kulkarni
2022-07-21nvme: fix regression when disconnect a recovering ctrlRuozhu Li
2022-05-25nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman
2022-02-23nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg
2021-07-28nvme: set the PRACT bit when using Write Zeroes with T10 PIChristoph Hellwig
2021-05-26nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-19nvme: do not try to reconfigure APST when the controller is not liveChristoph Hellwig
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke
2021-03-24nvme: fix Write Zeroes limitationsChristoph Hellwig
2021-03-17nvme: release namespace head reference on errorKeith Busch
2021-03-17nvme: unlink head after removing last namespaceKeith Busch
2021-03-07nvme-core: add cancel tagset helpersChao Leng
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar
2020-11-18nvme: introduce nvme_sync_io_queuesChao Leng
2020-10-14nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni
2020-10-07nvme: consolidate chunk_sectors settingsKeith Busch
2020-10-07nvme: Introduce nvme_lba_to_sect()Damien Le Moal
2020-10-07nvme: Cleanup and rename nvme_block_nr()Damien Le Moal
2020-10-07nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni
2020-10-01nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos
2020-10-01nvme: fix possible deadlock when I/O is blockedSagi Grimberg
2020-10-01nvme: Fix controller creation races with teardown flowIsrael Rukshin
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2020-10-01nvme-multipath: do not reset on unknown statusJohn Meneghini
2020-09-17nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg
2020-09-09nvme: fix controller instance leakKeith Busch
2020-08-19nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig
2020-07-09nvme: fix identify error status silent ignoreSagi Grimberg
2020-06-22nvme: refine the Qemu Identify CNS quirkChristoph Hellwig
2020-05-14nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg
2020-05-14nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig
2020-05-06nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel
2020-04-29nvme: fix compat address handling in several ioctlsNick Bowler
2020-03-12nvme: Fix uninitialized-variable warningKeith Busch
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland
2020-02-19nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang
2019-12-31nvme: Discard workaround for non-conformant devicesEduard Hasenleithner
2019-12-31nvme: introduce "Command Aborted By host" status codeMax Gurtovoy
2019-12-17Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan
2019-12-17nvme: Namepace identification descriptor list is optionalKeith Busch
2019-10-14nvme: Wait for reset state when requiredKeith Busch
2019-10-14nvme: Prevent resets during paused controller stateKeith Busch
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch
2019-10-04nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg