| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | nvme: properly free resources for cancelled command | Christoph Hellwig | 2015-12-22 | 1 | -39/+40 |
| * | nvme: simplify completion handling | Christoph Hellwig | 2015-12-22 | 1 | -115/+26 |
| * | nvme: special case AEN requests | Christoph Hellwig | 2015-12-22 | 1 | -35/+40 |
| * | nvme: switch abort to blk_execute_rq_nowait | Christoph Hellwig | 2015-12-22 | 1 | -35/+26 |
| * | nvme: switch delete SQ/CQ to blk_execute_rq_nowait | Christoph Hellwig | 2015-12-22 | 1 | -34/+15 |
| * | nvme: factor out a few helpers from req_completion | Christoph Hellwig | 2015-12-22 | 3 | -10/+20 |
| * | nvme: fix admin queue depth | Christoph Hellwig | 2015-12-22 | 1 | -1/+1 |
| * | NVMe: Simplify metadata setup | Keith Busch | 2015-12-22 | 1 | -25/+3 |
| * | NVMe: Remove device management handles on remove | Keith Busch | 2015-12-22 | 3 | -4/+11 |
| * | NVMe: Use unbounded work queue for all work | Keith Busch | 2015-12-22 | 1 | -6/+6 |
| * | NVMe: Implement namespace list scanning | Keith Busch | 2015-12-22 | 3 | -9/+79 |
| * | nvme: switch abort_limit to an atomic_t | Christoph Hellwig | 2015-12-22 | 3 | -6/+7 |
| * | nvme: remove dead controllers from a work item | Christoph Hellwig | 2015-12-22 | 1 | -13/+9 |
| * | nvme: merge probe_work and reset_work | Christoph Hellwig | 2015-12-22 | 1 | -35/+39 |
| * | nvme: do not restart the request timeout if we're resetting the controller | Keith Busch | 2015-12-22 | 1 | -9/+16 |
| * | nvme: simplify resets | Christoph Hellwig | 2015-12-22 | 1 | -26/+13 |
| * | nvme: add NVME_SC_CANCELLED | Christoph Hellwig | 2015-12-22 | 2 | -1/+11 |
| * | nvme: merge nvme_abort_req and nvme_timeout | Christoph Hellwig | 2015-12-22 | 1 | -29/+18 |
| * | nvme: don't take the I/O queue q_lock in nvme_timeout | Christoph Hellwig | 2015-12-22 | 1 | -4/+2 |
| * | nvme: protect against simultaneous shutdown invocations | Keith Busch | 2015-12-22 | 1 | -0/+5 |
| * | nvme: only add a controller to dev_list after it's been fully initialized | Christoph Hellwig | 2015-12-22 | 1 | -21/+30 |
| * | nvme: only ignore hardware errors in nvme_create_io_queues | Christoph Hellwig | 2015-12-22 | 1 | -15/+20 |
| * | nvme: precedence bug in nvme_pr_clear() | Dan Carpenter | 2015-12-09 | 1 | -1/+1 |
| * | nvme: fix another 32-bit build warning | Arnd Bergmann | 2015-12-08 | 1 | -1/+1 |
| * | NVMe: fix build with CONFIG_NVM enabled | Christoph Hellwig | 2015-12-03 | 1 | -19/+16 |
| * | blk-integrity: empty implementation when disabled | Keith Busch | 2015-12-03 | 1 | -2/+2 |
| * | nvme: refactor set_queue_count | Christoph Hellwig | 2015-12-01 | 3 | -21/+30 |
| * | nvme: move chardev and sysfs interface to common code | Christoph Hellwig | 2015-12-01 | 4 | -200/+241 |
| * | nvme: move namespace scanning to common code | Christoph Hellwig | 2015-12-01 | 3 | -196/+240 |
| * | nvme: move the call to nvme_init_identify earlier | Christoph Hellwig | 2015-12-01 | 1 | -6/+4 |
| * | nvme: add a common helper to read Identify Controller data | Christoph Hellwig | 2015-12-01 | 3 | -38/+71 |
| * | nvme: move nvme_{enable,disable,shutdown}_ctrl to common code | Christoph Hellwig | 2015-12-01 | 3 | -109/+141 |
| * | nvme: move remaining CC setup into nvme_enable_ctrl | Christoph Hellwig | 2015-12-01 | 1 | -23/+21 |
| * | nvme: add explicit quirk handling | Christoph Hellwig | 2015-12-01 | 2 | -3/+18 |
| * | nvme: move block_device_operations and ns/ctrl freeing to common code | Christoph Hellwig | 2015-12-01 | 3 | -400/+439 |
| * | nvme: use the block layer for userspace passthrough metadata | Keith Busch | 2015-12-01 | 3 | -43/+83 |
| * | nvme: split __nvme_submit_sync_cmd | Christoph Hellwig | 2015-12-01 | 4 | -31/+68 |
| * | nvme: move nvme_setup_flush and nvme_setup_rw to common code | Christoph Hellwig | 2015-12-01 | 2 | -49/+51 |
| * | nvme: move nvme_error_status to common code | Christoph Hellwig | 2015-12-01 | 2 | -12/+12 |
| * | nvme: factor out a nvme_unmap_data helper | Christoph Hellwig | 2015-12-01 | 1 | -18/+25 |
| * | nvme: refactor nvme_queue_rq | Christoph Hellwig | 2015-12-01 | 1 | -122/+97 |
| * | nvme: simplify nvme_setup_prps calling convention | Christoph Hellwig | 2015-12-01 | 1 | -12/+10 |
| * | nvme: split a new struct nvme_ctrl out of struct nvme_dev | Christoph Hellwig | 2015-12-01 | 4 | -157/+193 |
| * | nvme: use vendor it from identify | Christoph Hellwig | 2015-12-01 | 1 | -2/+11 |
| * | nvme: split nvme_trans_device_id_page | Christoph Hellwig | 2015-12-01 | 1 | -56/+79 |
| * | nvme: use offset instead of a struct for registers | Christoph Hellwig | 2015-12-01 | 3 | -32/+36 |
| * | nvme: split command submission helpers out of pci.c | Christoph Hellwig | 2015-12-01 | 4 | -155/+178 |
| * | nvme: move struct nvme_iod to pci.c | Christoph Hellwig | 2015-12-01 | 2 | -17/+17 |
* | | Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-01-21 | 1 | -10/+22 |
|\ \ |
|
| * | | lightnvm: introduce mlc lower page table mappings | Matias Bjørling | 2016-01-12 | 1 | -1/+21 |