summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | virtio_blk: drop config_enableMichael S. Tsirkin2014-10-151-19/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-10-151-120/+276
|\ \ \ \ \
| * | | | | rbd: rbd workqueues need a resque workerIlya Dryomov2014-10-141-1/+2
| * | | | | rbd: set the remaining discard properties to enable supportJosh Durgin2014-10-141-0/+2
| * | | | | rbd: use helpers to handle discard for layered images correctlyJosh Durgin2014-10-141-32/+22
| * | | | | rbd: extract a method for adding object operationsJosh Durgin2014-10-141-55/+78
| * | | | | rbd: make discard trigger copy-on-writeJosh Durgin2014-10-141-1/+2
| * | | | | rbd: tolerate -ENOENT for discard operationsJosh Durgin2014-10-141-0/+3
| * | | | | rbd: fix snapshot context reference count for discardsJosh Durgin2014-10-141-1/+2
| * | | | | rbd: read image size for discard check safelyJosh Durgin2014-10-141-6/+12
OpenPOWER on IntegriCloud