aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)Author
2014-12-12NVMe: fix race condition in nvme_submit_sync_cmd()Jens Axboe
2014-12-11NVMe: fix retry/error logic in nvme_queue_rq()Jens Axboe
2014-12-11NVMe: Fix FS mount issue (hot-remove followed by hot-add)Indraneel M
2014-12-10NVMe: fix error return checking from blk_mq_alloc_request()Jens Axboe
2014-12-10NVMe: fix freeing of wrong request in abort pathSam Bradshaw
2014-12-03NVMe: Fix command setup on IO retryKeith Busch
2014-11-21NVMe: Update module version major numberKeith Busch
2014-11-20NVMe: fail pci initialization if the device doesn't have any BARsJens Axboe
2014-11-20NVMe: add ->exit_hctx() hookJens Axboe
2014-11-19NVMe: make setup work for devices that don't do INTxJens Axboe
2014-11-18NVMe: enable IO stats by defaultJens Axboe
2014-11-18NVMe: nvme_submit_async_admin_req() must use atomic rq allocationJens Axboe
2014-11-17NVMe: replace blk_put_request() with blk_mq_free_request()Jens Axboe
2014-11-10NVMe: __nvme_submit_admin_cmd() can be statickbuild test robot
2014-11-05NVMe: blk_mq_alloc_request() returns error pointersDan Carpenter
2014-11-04NVMe: Convert to blk-mqMatias Bjørling
2014-11-04NVMe: Do not over allocate for discard requestsKeith Busch
2014-11-04NVMe: Do not open disks that are being deletedKeith Busch
2014-11-04NVMe: Clear QUEUE_FLAG_STACKABLEKeith Busch
2014-11-04NVMe: Fix device probe waiting on kthreadKeith Busch
2014-11-04NVMe: Passthrough IOCTL for IO commandsKeith Busch
2014-11-04NVMe: Add revalidate_disk callbackKeith Busch
2014-11-04NVMe: Fix nvmeq waitqueue entry initializationKeith Busch
2014-11-04NVMe: Translate NVMe status to errnoKeith Busch
2014-11-04NVMe: Remove duplicate compat SG_IO codeKeith Busch
2014-11-04NVMe: Reference count pci deviceKeith Busch
2014-11-04nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-11-04NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw
2014-11-04NVMe: Fix filesystem sync deadlock on removalKeith Busch
2014-11-04NVMe: Call nvme_free_queue directlyKeith Busch
2014-11-04NVMe: Add shutdown timeout as module parameter.Dan McLeran
2014-11-04NVMe: Skip orderly shutdown on failed devicesKeith Busch
2014-11-04NVMe: Whitespace fixesKeith Busch
2014-11-04NVMe: Use pci_stop_and_remove_bus_device_locked()Keith Busch
2014-11-04NVMe: Handling devices incapable of I/OKeith Busch
2014-11-04NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.Dan McLeran
2014-11-04NVMe: Mismatched host/device page size supportKeith Busch
2014-11-04NVMe: Async event requestKeith Busch
2014-11-04block: Use dma_zalloc_coherentJoe Perches
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch
2014-06-03NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox
2014-06-03NVMe: Adhere to request queue block accounting enable/disableSam Bradshaw
2014-06-03NVMe: Fix nvme get/put queue semanticsKeith Busch
2014-06-03NVMe: Make admin timeout a module parameterKeith Busch
2014-06-03NVMe: Make iod bio timeout a parameterKeith Busch
2014-06-03NVMe: Prevent possible NULL pointer dereferenceSantosh Y
2014-05-27NVMe: Implement PCIe reset notification callbackKeith Busch
2014-05-09NVMe: Enable BUILD_BUG_ON checksMatthew Wilcox