aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
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-02-20nvme: Fix uninitialized-variable warningKeith Busch
2020-02-14nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang
2020-02-14nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland
2020-01-10nvme: Translate more status codes to blk_status_tKeith Busch
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-06Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-03nvme: Namepace identification descriptor list is optionalKeith Busch
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-26Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan
2019-11-27nvme: add error message on mismatching controller idsJames Smart
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-13nvme: Discard workaround for non-conformant devicesEduard Hasenleithner
2019-11-12nvme: Add hardware monitoring supportGuenter Roeck
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
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
2019-09-25nvme: Add ctrl attributes for queue_count and sqsizeJames Smart
2019-09-25nvme: allow 64-bit results in passthru commandsMarta Rybczynska
2019-09-25nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan
2019-09-25nvme: fix an error code in nvme_init_subsystem()Dan Carpenter
2019-09-23nvme-pci: Fix a race in controller removalBalbir Singh
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-12nvme: send discovery log page change events to userspaceSagi Grimberg
2019-09-12nvme: add uevent variables for controller devicesSagi Grimberg
2019-09-12nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg
2019-09-12nvme: Assign subsys instance from first ctrlKeith Busch
2019-09-12nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski
2019-09-12nvme: Treat discovery subsystems as unique subsystemsJames Smart
2019-09-12nvme: fix ns removal hang when failing to revalidate due to a transient errorSagi Grimberg
2019-09-12nvme: make nvme_report_ns_ids propagate error backSagi Grimberg
2019-09-12nvme: make nvme_identify_ns propagate errors backSagi Grimberg
2019-09-12nvme: pass status to nvme_error_statusSagi Grimberg
2019-09-12nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERRORSagi Grimberg
2019-08-29nvme: trace bio completionHannes Reinecke
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg
2019-08-29nvme: have nvme_init_identify set ctrl->capSagi Grimberg