aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-22NVMe: Remove device management handles on removeKeith Busch1-0/+1
2015-12-22NVMe: Use unbounded work queue for all workKeith Busch1-6/+6
2015-12-22NVMe: Implement namespace list scanningKeith Busch1-0/+2
2015-12-22nvme: switch abort_limit to an atomic_tChristoph Hellwig1-4/+5
2015-12-22nvme: remove dead controllers from a work itemChristoph Hellwig1-13/+9
2015-12-22nvme: merge probe_work and reset_workChristoph Hellwig1-35/+39
2015-12-22nvme: do not restart the request timeout if we're resetting the controllerKeith Busch1-9/+16
2015-12-22nvme: simplify resetsChristoph Hellwig1-26/+13
2015-12-22nvme: add NVME_SC_CANCELLEDChristoph Hellwig1-1/+1
2015-12-22nvme: merge nvme_abort_req and nvme_timeoutChristoph Hellwig1-29/+18
2015-12-22nvme: don't take the I/O queue q_lock in nvme_timeoutChristoph Hellwig1-4/+2
2015-12-22nvme: protect against simultaneous shutdown invocationsKeith Busch1-0/+5
2015-12-22nvme: only add a controller to dev_list after it's been fully initializedChristoph Hellwig1-21/+30
2015-12-22nvme: only ignore hardware errors in nvme_create_io_queuesChristoph Hellwig1-15/+20
2015-12-01nvme: refactor set_queue_countChristoph Hellwig1-21/+13
2015-12-01nvme: move chardev and sysfs interface to common codeChristoph Hellwig1-180/+15
2015-12-01nvme: move namespace scanning to common codeChristoph Hellwig1-190/+30
2015-12-01nvme: move the call to nvme_init_identify earlierChristoph Hellwig1-6/+4
2015-12-01nvme: add a common helper to read Identify Controller dataChristoph Hellwig1-38/+15
2015-12-01nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig1-109/+24
2015-12-01nvme: move remaining CC setup into nvme_enable_ctrlChristoph Hellwig1-23/+21
2015-12-01nvme: add explicit quirk handlingChristoph Hellwig1-3/+5
2015-12-01nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig1-400/+12
2015-12-01nvme: use the block layer for userspace passthrough metadataKeith Busch1-34/+5
2015-12-01nvme: split __nvme_submit_sync_cmdChristoph Hellwig1-3/+3
2015-12-01nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig1-49/+0
2015-12-01nvme: move nvme_error_status to common codeChristoph Hellwig1-12/+0
2015-12-01nvme: factor out a nvme_unmap_data helperChristoph Hellwig1-18/+25
2015-12-01nvme: refactor nvme_queue_rqChristoph Hellwig1-122/+97
2015-12-01nvme: simplify nvme_setup_prps calling conventionChristoph Hellwig1-12/+10
2015-12-01nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig1-64/+126
2015-12-01nvme: use offset instead of a struct for registersChristoph Hellwig1-28/+32
2015-12-01nvme: split command submission helpers out of pci.cChristoph Hellwig1-154/+1
2015-12-01nvme: move struct nvme_iod to pci.cChristoph Hellwig1-0/+17
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig1-5/+6
2015-11-24nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig1-3/+12
2015-11-24NVMe: default to 4k device page sizeNishanth Aravamudan1-9/+6
2015-11-20NVMe: reap completion entries when deleting queueKeith Busch1-1/+6
2015-11-19NVMe: Fix possible arithmetic overflow for max segmentsKeith Busch1-1/+1
2015-11-11NVMe: add support for Apple NVMe controllerStephan Günther1-0/+1
2015-11-11NVMe: use split lo_hi_{read,write}qStephan Günther1-6/+6
2015-11-11NVMe: Increase the max transfer size when mdts is 0Sathyavathi M1-0/+2
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+28
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4
2015-11-07NVMe: add blk polling supportJens Axboe1-4/+28
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+4
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+95
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+8
2015-11-04Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+28