aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-16Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-93/+66
2015-04-07NVMe: Meta data handling through submit io ioctlGravatar Keith Busch 1-74/+49
2015-04-07NVMe: Remove check for nullGravatar Keith Busch 1-2/+0
2015-04-07NVMe: Fix error handling of class_create("nvme")Gravatar Alexey Khoroshilov 1-1/+3
2015-03-31NVMe: increase depth of admin queueGravatar Jens Axboe 1-1/+1
2015-03-31nvme: Fix PRP list calculation for non-4k system page sizeGravatar Murali Iyer 1-2/+2
2015-03-31NVMe: Fix blk-mq hot cpu notificationGravatar Keith Busch 1-7/+5
2015-03-31NVMe: embedded iod mask cleanupGravatar Chong Yuan 1-4/+3
2015-03-31NVMe: Freeze admin queue on device failureGravatar Keith Busch 1-2/+3
2015-03-23NVMe: Initialize device list head before startingGravatar Keith Busch 1-0/+1
2015-02-23NVMe: Fix for BLK_DEV_INTEGRITY not setGravatar Keith Busch 1-41/+58
2015-02-19NVMe: Fix potential corruption on sync commandsGravatar Keith Busch 1-29/+3
2015-02-19NVMe: Remove unused variablesGravatar Keith Busch 1-8/+0
2015-02-19NVMe: Fix potential corruption during shutdownGravatar Keith Busch 1-30/+19
2015-02-19NVMe: Asynchronous controller probeGravatar Keith Busch 1-17/+31
2015-02-19NVMe: Register management handle under nvme classGravatar Keith Busch 1-23/+56
2015-02-19NVMe: Metadata format supportGravatar Keith Busch 1-67/+231
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-39/+89
2015-01-29NVMe: avoid kmalloc/kfree for smaller IOGravatar Jens Axboe 1-31/+88
2015-01-21NVMe: within nvme_free_queues(), delete RCU sychro/deferred freeGravatar kaoudis 1-8/+1
2015-01-15NVMe: cq_vector should be signedGravatar Jens Axboe 1-1/+1
2015-01-08NVMe: Fix locking on abort handlingGravatar Keith Busch 1-10/+19
2015-01-08NVMe: Start and stop h/w queues on resetGravatar Keith Busch 1-3/+41
2015-01-08NVMe: Command abort handling fixesGravatar Keith Busch 1-4/+13
2015-01-08NVMe: Admin queue removal handlingGravatar Keith Busch 1-14/+20
2015-01-08NVMe: Reference count admin queue usageGravatar Keith Busch 1-14/+14
2015-01-08NVMe: Start all requestsGravatar Keith Busch 1-4/+12
2015-01-02block: fix checking return value of blk_mq_init_queueGravatar Ming Lei 1-1/+1
2014-12-22NVMe: Fix double free irqGravatar Keith Busch 1-5/+12
2014-12-12NVMe: fix race condition in nvme_submit_sync_cmd()Gravatar Jens Axboe 1-4/+11
2014-12-11NVMe: fix retry/error logic in nvme_queue_rq()Gravatar Jens Axboe 1-23/+16
2014-12-11NVMe: Fix FS mount issue (hot-remove followed by hot-add)Gravatar Indraneel M 1-1/+1
2014-12-10NVMe: fix error return checking from blk_mq_alloc_request()Gravatar Jens Axboe 1-6/+6
2014-12-10NVMe: fix freeing of wrong request in abort pathGravatar Sam Bradshaw 1-1/+1
2014-12-03NVMe: Fix command setup on IO retryGravatar Keith Busch 1-2/+1
2014-11-21NVMe: Update module version major numberGravatar Keith Busch 1-1/+1
2014-11-20NVMe: fail pci initialization if the device doesn't have any BARsGravatar Jens Axboe 1-0/+3
2014-11-20NVMe: add ->exit_hctx() hookGravatar Jens Axboe 1-0/+9
2014-11-19NVMe: make setup work for devices that don't do INTxGravatar Jens Axboe 1-0/+19
2014-11-18NVMe: enable IO stats by defaultGravatar Jens Axboe 1-1/+0
2014-11-18NVMe: nvme_submit_async_admin_req() must use atomic rq allocationGravatar Jens Axboe 1-1/+1
2014-11-17NVMe: replace blk_put_request() with blk_mq_free_request()Gravatar Jens Axboe 1-7/+7
2014-11-10NVMe: __nvme_submit_admin_cmd() can be staticGravatar kbuild test robot 1-1/+1
2014-11-05NVMe: blk_mq_alloc_request() returns error pointersGravatar Dan Carpenter 1-6/+6
2014-11-04NVMe: Convert to blk-mqGravatar Matias Bjørling 1-809/+557
2014-11-04NVMe: Do not over allocate for discard requestsGravatar Keith Busch 1-1/+3
2014-11-04NVMe: Do not open disks that are being deletedGravatar Keith Busch 1-4/+16
2014-11-04NVMe: Clear QUEUE_FLAG_STACKABLEGravatar Keith Busch 1-0/+1
2014-11-04NVMe: Fix device probe waiting on kthreadGravatar Keith Busch 1-1/+1
2014-11-04NVMe: Passthrough IOCTL for IO commandsGravatar Keith Busch 1-5/+12