| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 1 | -39/+89 |
|\ |
|
| * | NVMe: avoid kmalloc/kfree for smaller IO | Jens Axboe | 2015-01-29 | 1 | -31/+88 |
| * | NVMe: within nvme_free_queues(), delete RCU sychro/deferred free | kaoudis | 2015-01-21 | 1 | -8/+1 |
* | | NVMe: cq_vector should be signed | Jens Axboe | 2015-01-15 | 1 | -1/+1 |
* | | NVMe: Fix locking on abort handling | Keith Busch | 2015-01-08 | 1 | -10/+19 |
* | | NVMe: Start and stop h/w queues on reset | Keith Busch | 2015-01-08 | 1 | -3/+41 |
* | | NVMe: Command abort handling fixes | Keith Busch | 2015-01-08 | 1 | -4/+13 |
* | | NVMe: Admin queue removal handling | Keith Busch | 2015-01-08 | 1 | -14/+20 |
* | | NVMe: Reference count admin queue usage | Keith Busch | 2015-01-08 | 1 | -14/+14 |
* | | NVMe: Start all requests | Keith Busch | 2015-01-08 | 1 | -4/+12 |
|/ |
|
* | block: fix checking return value of blk_mq_init_queue | Ming Lei | 2015-01-02 | 1 | -1/+1 |
* | NVMe: Fix double free irq | Keith Busch | 2014-12-22 | 1 | -5/+12 |
* | NVMe: fix race condition in nvme_submit_sync_cmd() | Jens Axboe | 2014-12-12 | 1 | -4/+11 |
* | NVMe: fix retry/error logic in nvme_queue_rq() | Jens Axboe | 2014-12-11 | 1 | -23/+16 |
* | NVMe: Fix FS mount issue (hot-remove followed by hot-add) | Indraneel M | 2014-12-11 | 1 | -1/+1 |
* | NVMe: fix error return checking from blk_mq_alloc_request() | Jens Axboe | 2014-12-10 | 1 | -6/+6 |
* | NVMe: fix freeing of wrong request in abort path | Sam Bradshaw | 2014-12-10 | 1 | -1/+1 |
* | NVMe: Fix command setup on IO retry | Keith Busch | 2014-12-03 | 1 | -2/+1 |
* | NVMe: Update module version major number | Keith Busch | 2014-11-21 | 1 | -1/+1 |
* | NVMe: fail pci initialization if the device doesn't have any BARs | Jens Axboe | 2014-11-20 | 1 | -0/+3 |
* | NVMe: add ->exit_hctx() hook | Jens Axboe | 2014-11-20 | 1 | -0/+9 |
* | NVMe: make setup work for devices that don't do INTx | Jens Axboe | 2014-11-19 | 1 | -0/+19 |
* | NVMe: enable IO stats by default | Jens Axboe | 2014-11-18 | 1 | -1/+0 |
* | NVMe: nvme_submit_async_admin_req() must use atomic rq allocation | Jens Axboe | 2014-11-18 | 1 | -1/+1 |
* | NVMe: replace blk_put_request() with blk_mq_free_request() | Jens Axboe | 2014-11-17 | 1 | -7/+7 |
* | NVMe: __nvme_submit_admin_cmd() can be static | kbuild test robot | 2014-11-10 | 1 | -1/+1 |
* | NVMe: blk_mq_alloc_request() returns error pointers | Dan Carpenter | 2014-11-05 | 1 | -6/+6 |
* | NVMe: Convert to blk-mq | Matias Bjørling | 2014-11-04 | 1 | -809/+557 |
* | NVMe: Do not over allocate for discard requests | Keith Busch | 2014-11-04 | 1 | -1/+3 |
* | NVMe: Do not open disks that are being deleted | Keith Busch | 2014-11-04 | 1 | -4/+16 |
* | NVMe: Clear QUEUE_FLAG_STACKABLE | Keith Busch | 2014-11-04 | 1 | -0/+1 |
* | NVMe: Fix device probe waiting on kthread | Keith Busch | 2014-11-04 | 1 | -1/+1 |
* | NVMe: Passthrough IOCTL for IO commands | Keith Busch | 2014-11-04 | 1 | -5/+12 |
* | NVMe: Add revalidate_disk callback | Keith Busch | 2014-11-04 | 1 | -0/+30 |
* | NVMe: Fix nvmeq waitqueue entry initialization | Keith Busch | 2014-11-04 | 1 | -7/+4 |
* | NVMe: Translate NVMe status to errno | Keith Busch | 2014-11-04 | 1 | -1/+13 |
* | NVMe: Remove duplicate compat SG_IO code | Keith Busch | 2014-11-04 | 1 | -3/+1 |
* | NVMe: Reference count pci device | Keith Busch | 2014-11-04 | 1 | -2/+5 |
* | nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER() | Andreea-Cristina Bernat | 2014-11-04 | 1 | -1/+1 |
* | NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues | Sam Bradshaw | 2014-11-04 | 1 | -2/+2 |
* | NVMe: Fix filesystem sync deadlock on removal | Keith Busch | 2014-11-04 | 1 | -2/+2 |
* | NVMe: Call nvme_free_queue directly | Keith Busch | 2014-11-04 | 1 | -7/+11 |
* | NVMe: Add shutdown timeout as module parameter. | Dan McLeran | 2014-11-04 | 1 | -1/+6 |
* | NVMe: Skip orderly shutdown on failed devices | Keith Busch | 2014-11-04 | 1 | -1/+4 |
* | NVMe: Whitespace fixes | Keith Busch | 2014-11-04 | 1 | -5/+5 |
* | NVMe: Use pci_stop_and_remove_bus_device_locked() | Keith Busch | 2014-11-04 | 1 | -1/+1 |
* | NVMe: Handling devices incapable of I/O | Keith Busch | 2014-11-04 | 1 | -11/+8 |
* | NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config. | Dan McLeran | 2014-11-04 | 1 | -8/+12 |
* | NVMe: Mismatched host/device page size support | Keith Busch | 2014-11-04 | 1 | -19/+40 |
* | NVMe: Async event request | Keith Busch | 2014-11-04 | 1 | -0/+42 |