summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-20nvme: refine the Qemu Identify CNS quirkChristoph Hellwig1-2/+14
2020-03-11nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2019-12-21nvme: host: core: fix precedence of ternary operatorIvan Bornyakov1-2/+2
2019-06-25nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-19nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig1-2/+0
2018-12-17nvme: flush namespace scanning work just before removing namespacesSagi Grimberg1-1/+3
2018-08-24nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDRoland Dreier1-1/+1
2018-06-20nvme: Set integrity flag for user passthrough commandsKeith Busch1-0/+1
2018-03-03nvme: check hw sectors before setting chunk sectorsKeith Busch1-1/+2
2017-12-20nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig1-1/+2
2017-10-30nvme: Fix setting logical block format when revalidatingKeith Busch1-0/+1
2017-10-01nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-09-25nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg1-2/+2
2017-09-25nvme: allow timed-out ios to retryJames Smart1-2/+0
2017-09-25nvme: stop aer posting if controller state not liveJames Smart1-2/+3
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig1-0/+2
2017-09-11nvme: fix lightnvm checkChristoph Hellwig1-4/+5
2017-08-30nvme: Use metadata for passthrough commandsKeith Busch1-11/+4
2017-08-30nvme: Make nvme user functions staticKeith Busch1-5/+5
2017-08-30nvme: factor metadata handling out of __nvme_submit_user_cmdChristoph Hellwig1-36/+40
2017-08-29nvme: don't blindly overwrite identifiers on disk revalidateChristoph Hellwig1-1/+11
2017-08-29nvme: remove nvme_revalidate_nsChristoph Hellwig1-47/+53
2017-08-29nvme: allow calling nvme_change_ctrl_state from irq contextChristoph Hellwig1-2/+3
2017-08-29nvme: report more detailed status codes to the block layerChristoph Hellwig1-0/+9
2017-08-28nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen1-1/+15
2017-08-28nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy1-1/+1
2017-08-28nvme: fix identify namespace loggingSagi Grimberg1-1/+1
2017-08-28nvme: add support for NVMe 1.3 Timestamp FeatureJon Derrick1-0/+21
2017-08-28nvme: define NVME_NSID_ALLArnav Dawn1-3/+3
2017-08-28nvme: add support for FW activation without resetArnav Dawn1-0/+75
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe1-10/+25
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-9/+2
2017-08-10nvme: fix directive command numd calculationKwan (Hingkwan) Huen-SSI1-1/+1
2017-08-10nvme: fix nvme reset command timeout handlingKeith Busch1-7/+20
2017-08-10nvme: strip trailing 0-bytes in wwid_showMartin Wilck1-2/+4
2017-07-26nvme: validate admin queue before unquiesceScott Bauer1-1/+2
2017-07-25nvme: also provide a UUID in the WWID sysfs attributeJohannes Thumshirn1-0/+3
2017-07-20nvme: fix byte swapping in the streams codeChristoph Hellwig1-1/+1
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg1-2/+19
2017-07-06nvme: kick requeue list when requeueing a request instead of when starting th...Sagi Grimberg1-17/+2
2017-06-28nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig1-11/+4
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig1-3/+28
2017-06-28nvme: explicitly disable APST on quirked devicesKai-Heng Feng1-8/+9
2017-06-28nvme: Remove SCSI translationsKeith Busch1-55/+3
2017-06-27nvme: add support for streams and directivesJens Axboe1-4/+147
2017-06-19nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei1-0/+6
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei1-1/+1
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer1-0/+9
2017-06-15nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg1-1/+2
2017-06-15nvme: no need to wait for the reset when keepalive failsChristoph Hellwig1-1/+1