summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-161-93/+66
|\
| * NVMe: Meta data handling through submit io ioctlKeith Busch2015-04-071-74/+49
| * NVMe: Remove check for nullKeith Busch2015-04-071-2/+0
| * NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov2015-04-071-1/+3
| * NVMe: increase depth of admin queueJens Axboe2015-03-311-1/+1
| * nvme: Fix PRP list calculation for non-4k system page sizeMurali Iyer2015-03-311-2/+2
| * NVMe: Fix blk-mq hot cpu notificationKeith Busch2015-03-311-7/+5
| * NVMe: embedded iod mask cleanupChong Yuan2015-03-311-4/+3
| * NVMe: Freeze admin queue on device failureKeith Busch2015-03-311-2/+3
* | NVMe: Initialize device list head before startingKeith Busch2015-03-231-0/+1
|/
* NVMe: Fix for BLK_DEV_INTEGRITY not setKeith Busch2015-02-231-41/+58
* NVMe: Fix potential corruption on sync commandsKeith Busch2015-02-191-29/+3
* NVMe: Remove unused variablesKeith Busch2015-02-191-8/+0
* NVMe: Fix potential corruption during shutdownKeith Busch2015-02-191-30/+19
* NVMe: Asynchronous controller probeKeith Busch2015-02-191-17/+31
* NVMe: Register management handle under nvme classKeith Busch2015-02-191-23/+56
* NVMe: Metadata format supportKeith Busch2015-02-191-67/+231
* Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-39/+89
|\
| * NVMe: avoid kmalloc/kfree for smaller IOJens Axboe2015-01-291-31/+88
| * NVMe: within nvme_free_queues(), delete RCU sychro/deferred freekaoudis2015-01-211-8/+1
* | NVMe: cq_vector should be signedJens Axboe2015-01-151-1/+1
* | NVMe: Fix locking on abort handlingKeith Busch2015-01-081-10/+19
* | NVMe: Start and stop h/w queues on resetKeith Busch2015-01-081-3/+41
* | NVMe: Command abort handling fixesKeith Busch2015-01-081-4/+13
* | NVMe: Admin queue removal handlingKeith Busch2015-01-081-14/+20
* | NVMe: Reference count admin queue usageKeith Busch2015-01-081-14/+14
* | NVMe: Start all requestsKeith Busch2015-01-081-4/+12
|/
* block: fix checking return value of blk_mq_init_queueMing Lei2015-01-021-1/+1
* NVMe: Fix double free irqKeith Busch2014-12-221-5/+12
* NVMe: fix race condition in nvme_submit_sync_cmd()Jens Axboe2014-12-121-4/+11
* NVMe: fix retry/error logic in nvme_queue_rq()Jens Axboe2014-12-111-23/+16
* NVMe: Fix FS mount issue (hot-remove followed by hot-add)Indraneel M2014-12-111-1/+1
* NVMe: fix error return checking from blk_mq_alloc_request()Jens Axboe2014-12-101-6/+6
* NVMe: fix freeing of wrong request in abort pathSam Bradshaw2014-12-101-1/+1
* NVMe: Fix command setup on IO retryKeith Busch2014-12-031-2/+1
* NVMe: Update module version major numberKeith Busch2014-11-211-1/+1
* NVMe: fail pci initialization if the device doesn't have any BARsJens Axboe2014-11-201-0/+3
* NVMe: add ->exit_hctx() hookJens Axboe2014-11-201-0/+9
* NVMe: make setup work for devices that don't do INTxJens Axboe2014-11-191-0/+19
* NVMe: enable IO stats by defaultJens Axboe2014-11-181-1/+0
* NVMe: nvme_submit_async_admin_req() must use atomic rq allocationJens Axboe2014-11-181-1/+1
* NVMe: replace blk_put_request() with blk_mq_free_request()Jens Axboe2014-11-171-7/+7
* NVMe: __nvme_submit_admin_cmd() can be statickbuild test robot2014-11-101-1/+1
* NVMe: blk_mq_alloc_request() returns error pointersDan Carpenter2014-11-051-6/+6
* NVMe: Convert to blk-mqMatias Bjørling2014-11-041-809/+557
* NVMe: Do not over allocate for discard requestsKeith Busch2014-11-041-1/+3
* NVMe: Do not open disks that are being deletedKeith Busch2014-11-041-4/+16
* NVMe: Clear QUEUE_FLAG_STACKABLEKeith Busch2014-11-041-0/+1
* NVMe: Fix device probe waiting on kthreadKeith Busch2014-11-041-1/+1
* NVMe: Passthrough IOCTL for IO commandsKeith Busch2014-11-041-5/+12
OpenPOWER on IntegriCloud