aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15NVMe: cq_vector should be signedJens Axboe1-1/+1
2015-01-08NVMe: Fix locking on abort handlingKeith Busch1-10/+19
2015-01-08NVMe: Start and stop h/w queues on resetKeith Busch1-3/+41
2015-01-08NVMe: Command abort handling fixesKeith Busch1-4/+13
2015-01-08NVMe: Admin queue removal handlingKeith Busch1-14/+20
2015-01-08NVMe: Reference count admin queue usageKeith Busch1-14/+14
2015-01-08NVMe: Start all requestsKeith Busch1-4/+12
2015-01-02block: fix checking return value of blk_mq_init_queueMing Lei1-1/+1
2014-12-22NVMe: Fix double free irqKeith Busch1-5/+12
2014-12-12NVMe: fix race condition in nvme_submit_sync_cmd()Jens Axboe1-4/+11
2014-12-11NVMe: fix retry/error logic in nvme_queue_rq()Jens Axboe1-23/+16
2014-12-11NVMe: Fix FS mount issue (hot-remove followed by hot-add)Indraneel M1-1/+1
2014-12-10NVMe: fix error return checking from blk_mq_alloc_request()Jens Axboe1-6/+6
2014-12-10NVMe: fix freeing of wrong request in abort pathSam Bradshaw1-1/+1
2014-12-03NVMe: Fix command setup on IO retryKeith Busch1-2/+1
2014-11-21NVMe: Update module version major numberKeith Busch1-1/+1
2014-11-20NVMe: fail pci initialization if the device doesn't have any BARsJens Axboe1-0/+3
2014-11-20NVMe: add ->exit_hctx() hookJens Axboe1-0/+9
2014-11-19NVMe: make setup work for devices that don't do INTxJens Axboe1-0/+19
2014-11-18NVMe: enable IO stats by defaultJens Axboe1-1/+0
2014-11-18NVMe: nvme_submit_async_admin_req() must use atomic rq allocationJens Axboe1-1/+1
2014-11-17NVMe: replace blk_put_request() with blk_mq_free_request()Jens Axboe1-7/+7
2014-11-10NVMe: __nvme_submit_admin_cmd() can be statickbuild test robot1-1/+1
2014-11-05NVMe: blk_mq_alloc_request() returns error pointersDan Carpenter1-6/+6
2014-11-04NVMe: Convert to blk-mqMatias Bjørling1-809/+557
2014-11-04NVMe: Do not over allocate for discard requestsKeith Busch1-1/+3
2014-11-04NVMe: Do not open disks that are being deletedKeith Busch1-4/+16
2014-11-04NVMe: Clear QUEUE_FLAG_STACKABLEKeith Busch1-0/+1
2014-11-04NVMe: Fix device probe waiting on kthreadKeith Busch1-1/+1
2014-11-04NVMe: Passthrough IOCTL for IO commandsKeith Busch1-5/+12
2014-11-04NVMe: Add revalidate_disk callbackKeith Busch1-0/+30
2014-11-04NVMe: Fix nvmeq waitqueue entry initializationKeith Busch1-7/+4
2014-11-04NVMe: Translate NVMe status to errnoKeith Busch1-1/+13
2014-11-04NVMe: Remove duplicate compat SG_IO codeKeith Busch1-3/+1
2014-11-04NVMe: Reference count pci deviceKeith Busch1-2/+5
2014-11-04nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-11-04NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw1-2/+2
2014-11-04NVMe: Fix filesystem sync deadlock on removalKeith Busch1-2/+2
2014-11-04NVMe: Call nvme_free_queue directlyKeith Busch1-7/+11
2014-11-04NVMe: Add shutdown timeout as module parameter.Dan McLeran1-1/+6
2014-11-04NVMe: Skip orderly shutdown on failed devicesKeith Busch1-1/+4
2014-11-04NVMe: Whitespace fixesKeith Busch1-5/+5
2014-11-04NVMe: Use pci_stop_and_remove_bus_device_locked()Keith Busch1-1/+1
2014-11-04NVMe: Handling devices incapable of I/OKeith Busch1-11/+8
2014-11-04NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.Dan McLeran1-8/+12
2014-11-04NVMe: Mismatched host/device page size supportKeith Busch1-19/+40
2014-11-04NVMe: Async event requestKeith Busch1-0/+42
2014-11-04block: Use dma_zalloc_coherentJoe Perches1-3/+2
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-71/+132