summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-12-111-31/+43
|\
| * virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin2014-12-091-1/+0
| * virtio_blk: fix race at module removalMichael S. Tsirkin2014-12-091-1/+1
| * virtio_blk: make serial attribute staticMichael S. Tsirkin2014-12-091-1/+2
| * virtio_blk: v1.0 supportMichael S. Tsirkin2014-12-091-29/+41
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-3/+3
|\ \
| * \ Merge branch 'iov_iter' into for-nextAl Viro2014-12-084-37/+34
| |\ \ | | |/
| * | kill f_dentry usesAl Viro2014-11-191-3/+3
* | | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-081-2/+2
|\ \ \ | |_|/ |/| |
| * | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-2/+2
* | | zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang2014-11-131-1/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-11-031-16/+19
|\ \
| * | rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara2014-10-301-1/+1
| * | rbd: use a single workqueue for all devicesIlya Dryomov2014-10-301-15/+18
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-311-9/+0
|\ \
| * | sunvdc: don't call VD_OP_GET_VTOCDwight Engen2014-10-311-9/+0
| |/
* | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2014-10-291-4/+6
|\ \
| * | zram: avoid NULL pointer access in concurrent situationWeijie Yang2014-10-291-4/+6
| |/
* | null_blk: Cleanup error recovery in null_add_dev()Jan Kara2014-10-221-7/+7
|/
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1823-145/+121
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-047-0/+7
| * Merge branch 'stable/for-jens-3.18' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-10-013-6/+13
| |\
| | * xen, blkfront: factor out flush-related checks from do_blkif_request()Arianna Avanzini2014-10-011-3/+9
| | * xen-blkback: fix leak on grant map error pathRoger Pau Monné2014-10-011-0/+1
| | * xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov2014-10-011-3/+3
| * | rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-1/+1
| * | block: hd: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-11/+1
| |/
| * drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan2014-09-181-34/+2
| * drbd: compute the end before rb_insert_augmented()Lai Jiangshan2014-09-181-0/+4
| * drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner2014-09-111-1/+3
| * drbd: reduce lock contention in drbd_workerLars Ellenberg2014-09-111-6/+4
| * drbd: Improve asender performanceLars Ellenberg2014-09-112-10/+7
| * drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher2014-09-111-8/+7
| * drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher2014-09-112-8/+12
| * drbd: Avoid inconsistent locking warningAndreas Gruenbacher2014-09-111-1/+1
| * drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek2014-09-111-1/+1
| * drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher2014-09-114-9/+9
| * drbd: Use better variable namesAndreas Gruenbacher2014-09-114-49/+49
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-186-9/+21
|\ \
| * | blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-223-4/+4
| * | blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-223-0/+6
| * | blk-mq: remove REQ_ENDChristoph Hellwig2014-09-223-4/+6
| * | Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-221-2/+4
| |\ \
| * \ \ Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-116-15/+34
| |\ \ \ | | |_|/ | |/| |
| * | | block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-283-5/+5
| * | | block,scsi: verify return pointer from blk_get_requestJoe Lawrence2014-08-262-0/+4
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-29/+11
|\ \ \ \
| * | | | virtio_blk: enable VQs early on restoreMichael S. Tsirkin2014-10-151-3/+6
| * | | | virtio_blk: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2
| * | | | virtio-blk: drop config_mutexMichael S. Tsirkin2014-10-151-8/+0
OpenPOWER on IntegriCloud