summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-12-171-4/+7
|\
| * rbd: don't treat CEPH_OSD_OP_DELETE as extent opIlya Dryomov2014-12-171-2/+6
| * ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring2014-12-171-2/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-143-3/+0
|\ \
| * \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-033-3/+0
| |\ \
| | * | block: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0
* | | | Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-1314-1158/+942
|\ \ \ \
| * | | | 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
| * | | | Merge branch 'for-jens-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2014-12-101-26/+39
| |\ \ \ \
| | * | | | xen/blkfront: remove redundant flush_opVitaly Kuznetsov2014-12-101-20/+31
| | * | | | xen/blkfront: improve protection against issuing unsupported REQ_FUAVitaly Kuznetsov2014-12-101-6/+8
| * | | | | 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
| * | | | null_blk: boundary check queue_mode and irqmodeMatias Bjorling2014-11-261-2/+40
| * | | | block/rsxx: use generic io stats accounting functions to simplify io stat acc...Gu Zheng2014-11-241-25/+4
| * | | | drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-18/+4
| * | | | 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
| * | | | Merge branch 'master' into for-3.19/driversJens Axboe2014-11-184-37/+34
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | 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
| * | | | drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner2014-11-101-25/+4
| * | | | drbd: Fix state change in case of connection timeoutPhilipp Reisner2014-11-101-1/+1
| * | | | drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2014-11-101-0/+1
| * | | | drbd: fix resync throttling initializationLars Ellenberg2014-11-103-3/+5
| * | | | drbd: fix race between role change and handshakePhilipp Reisner2014-11-103-8/+40
| * | | | drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher2014-11-103-16/+4
| * | | | drbd: Minor cleanupsAndreas Gruenbacher2014-11-104-44/+34
| * | | | 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-042-813/+561
| * | | | 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: Fix SG_IO status valuesKeith Busch2014-11-041-0/+8
| * | | | NVMe: Remove duplicate compat SG_IO codeKeith Busch2014-11-042-149/+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
OpenPOWER on IntegriCloud