summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NVMe: Add revalidate_disk callbackKeith Busch2014-11-041-0/+30
* NVMe: Fix nvmeq waitqueue entry initializationKeith Busch2014-11-041-7/+4
* NVMe: Translate NVMe status to errnoKeith Busch2014-11-041-1/+13
* NVMe: Remove duplicate compat SG_IO codeKeith Busch2014-11-041-3/+1
* NVMe: Reference count pci deviceKeith Busch2014-11-041-2/+5
* nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-11-041-1/+1
* NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw2014-11-041-2/+2
* NVMe: Fix filesystem sync deadlock on removalKeith Busch2014-11-041-2/+2
* NVMe: Call nvme_free_queue directlyKeith Busch2014-11-041-7/+11
* NVMe: Add shutdown timeout as module parameter.Dan McLeran2014-11-041-1/+6
* NVMe: Skip orderly shutdown on failed devicesKeith Busch2014-11-041-1/+4
* NVMe: Whitespace fixesKeith Busch2014-11-041-5/+5
* NVMe: Use pci_stop_and_remove_bus_device_locked()Keith Busch2014-11-041-1/+1
* NVMe: Handling devices incapable of I/OKeith Busch2014-11-041-11/+8
* NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.Dan McLeran2014-11-041-8/+12
* NVMe: Mismatched host/device page size supportKeith Busch2014-11-041-19/+40
* NVMe: Async event requestKeith Busch2014-11-041-0/+42
* block: Use dma_zalloc_coherentJoe Perches2014-11-041-3/+2
* block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-06-151-71/+132
|\
| * NVMe: Fix hot cpu notification dead lockKeith Busch2014-06-131-10/+25
| * NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox2014-06-031-2/+2
| * NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw2014-06-031-14/+19
| * NVMe: Fix nvme get/put queue semanticsKeith Busch2014-06-031-8/+21
| * NVMe: Make admin timeout a module parameterKeith Busch2014-06-031-3/+7
| * NVMe: Make iod bio timeout a parameterKeith Busch2014-06-031-1/+5
| * NVMe: Prevent possible NULL pointer dereferenceSantosh Y2014-06-031-1/+4
| * NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox2014-05-091-0/+1
| * NVMe: Flush with data supportKeith Busch2014-05-051-20/+24
OpenPOWER on IntegriCloud