| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -3/+3 |
* | NVMe: Fix double free irq | Keith Busch | 2014-12-22 | 1 | -5/+12 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-12-17 | 1 | -4/+7 |
|\ |
|
| * | rbd: don't treat CEPH_OSD_OP_DELETE as extent op | Ilya Dryomov | 2014-12-17 | 1 | -2/+6 |
| * | ceph, rbd: delete unnecessary checks before two function calls | SF Markus Elfring | 2014-12-17 | 1 | -2/+1 |
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 3 | -3/+0 |
|\ \ |
|
| * \ | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2014-11-03 | 3 | -3/+0 |
| |\ \ |
|
| | * | | block: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 3 | -3/+0 |
* | | | | Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-12-13 | 14 | -1158/+942 |
|\ \ \ \ |
|
| * | | | | 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 |
| * | | | | Merge branch 'for-jens-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jens Axboe | 2014-12-10 | 1 | -26/+39 |
| |\ \ \ \ |
|
| | * | | | | xen/blkfront: remove redundant flush_op | Vitaly Kuznetsov | 2014-12-10 | 1 | -20/+31 |
| | * | | | | xen/blkfront: improve protection against issuing unsupported REQ_FUA | Vitaly Kuznetsov | 2014-12-10 | 1 | -6/+8 |
| * | | | | | 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 |
| * | | | | null_blk: boundary check queue_mode and irqmode | Matias Bjorling | 2014-11-26 | 1 | -2/+40 |
| * | | | | block/rsxx: use generic io stats accounting functions to simplify io stat acc... | Gu Zheng | 2014-11-24 | 1 | -25/+4 |
| * | | | | drbd: use generic io stats accounting functions to simplify io stat accounting | Gu Zheng | 2014-11-24 | 1 | -18/+4 |
| * | | | | 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 |
| * | | | | Merge branch 'master' into for-3.19/drivers | Jens Axboe | 2014-11-18 | 4 | -37/+34 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | 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 |
| * | | | | drbd: Remove an useless copy of kernel_setsockopt() | Philipp Reisner | 2014-11-10 | 1 | -25/+4 |
| * | | | | drbd: Fix state change in case of connection timeout | Philipp Reisner | 2014-11-10 | 1 | -1/+1 |
| * | | | | drbd: merge_bvec_fn: properly remap bvm->bi_bdev | Lars Ellenberg | 2014-11-10 | 1 | -0/+1 |
| * | | | | drbd: fix resync throttling initialization | Lars Ellenberg | 2014-11-10 | 3 | -3/+5 |
| * | | | | drbd: fix race between role change and handshake | Philipp Reisner | 2014-11-10 | 3 | -8/+40 |
| * | | | | drbd: Only use drbd_msg_put_info() in drbd_nl.c | Andreas Gruenbacher | 2014-11-10 | 3 | -16/+4 |
| * | | | | drbd: Minor cleanups | Andreas Gruenbacher | 2014-11-10 | 4 | -44/+34 |
| * | | | | 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 | 2 | -813/+561 |
| * | | | | 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 |