summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2019-05-19nvme: Fix warning of cast from pointer to integer of different sizeBin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2017-09-03nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng
2017-09-03nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng
2017-09-03nvme: Fix wrong ndev->queues memsetBin Meng
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng
2017-08-28nvme: Use blk_create_devicef() APIBin Meng
2017-08-28nvme: Apply cache operations on the DMA buffersBin Meng
2017-08-28nvme: Consolidate block read and write routinesBin Meng
2017-08-28nvme: Use macros to access NVMe queuesBin Meng
2017-08-28nvme: Respect timeout when en/disabling the controllerBin Meng
2017-08-28nvme: Cache controller's capabilitiesBin Meng
2017-08-28nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng
2017-08-28nvme: Fix ndev->queues allocationBin Meng
2017-08-28nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng
2017-08-28nvme: Remove useless definesBin Meng
2017-08-13nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng
2017-08-13nvme: Fix number of blocks detectionJon Nettleton
2017-08-13nvme: Detect devices that are class Storage ExpressJon Nettleton
2017-08-13nvme: Add show routine to print detailed informationZhikang Zhang
2017-08-13nvme: Add NVM Express driver supportZhikang Zhang