summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-30nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke1-0/+1
2021-03-24nvme: fix Write Zeroes limitationsChristoph Hellwig1-24/+12
2021-03-17nvme: release namespace head reference on errorKeith Busch1-0/+1
2021-03-17nvme: unlink head after removing last namespaceKeith Busch1-2/+5
2021-03-07nvme-core: add cancel tagset helpersChao Leng1-0/+20
2021-02-07nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar1-2/+15
2020-11-18nvme: introduce nvme_sync_io_queuesChao Leng1-2/+6
2020-10-14nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-10-07nvme: consolidate chunk_sectors settingsKeith Busch1-12/+10
2020-10-07nvme: Introduce nvme_lba_to_sect()Damien Le Moal1-7/+7
2020-10-07nvme: Cleanup and rename nvme_block_nr()Damien Le Moal1-3/+3
2020-10-07nvme-core: get/put ctrl and transport module in nvme_dev_open/release()Chaitanya Kulkarni1-0/+15
2020-10-01nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos1-0/+1
2020-10-01nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-10-01nvme: Fix controller creation races with teardown flowIsrael Rukshin1-0/+5
2020-10-01nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-0/+2
2020-10-01nvme-multipath: do not reset on unknown statusJohn Meneghini1-4/+1
2020-09-17nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg1-1/+2
2020-09-09nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-19nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig1-12/+3
2020-07-09nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-06-22nvme: refine the Qemu Identify CNS quirkChristoph Hellwig1-2/+14
2020-05-14nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-14nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig1-15/+13
2020-05-06nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel1-0/+2
2020-04-29nvme: fix compat address handling in several ioctlsNick Bowler1-7/+20
2020-03-12nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland1-5/+5
2020-02-19nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang1-1/+1
2019-12-31nvme: Discard workaround for non-conformant devicesEduard Hasenleithner1-3/+9
2019-12-31nvme: introduce "Command Aborted By host" status codeMax Gurtovoy1-1/+1
2019-12-17Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan1-10/+0
2019-12-17nvme: Namepace identification descriptor list is optionalKeith Busch1-0/+2
2019-10-14nvme: Wait for reset state when requiredKeith Busch1-2/+39
2019-10-14nvme: Prevent resets during paused controller stateKeith Busch1-4/+25
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch1-19/+4
2019-10-05nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg1-2/+1
2019-09-25nvme: Add ctrl attributes for queue_count and sqsizeJames Smart1-0/+4
2019-09-25nvme: allow 64-bit results in passthru commandsMarta Rybczynska1-16/+92
2019-09-25nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan1-0/+10
2019-09-25nvme: fix an error code in nvme_init_subsystem()Dan Carpenter1-2/+3
2019-09-24nvme-pci: Fix a race in controller removalBalbir Singh1-1/+4
2019-09-18block: centralize PI remapping logic to the block layerMax Gurtovoy1-9/+0
2019-09-18Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-61/+140
2019-09-12nvme: send discovery log page change events to userspaceSagi Grimberg1-1/+5
2019-09-12nvme: add uevent variables for controller devicesSagi Grimberg1-0/+28
2019-09-12nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg1-2/+4
2019-09-12nvme: Assign subsys instance from first ctrlKeith Busch1-11/+10
2019-09-12nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski1-0/+3
2019-09-12nvme: Treat discovery subsystems as unique subsystemsJames Smart1-0/+11