summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-145/+121
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+21
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-29/+11
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-120/+276
2014-10-15virtio_blk: enable VQs early on restoreMichael S. Tsirkin-3/+6
2014-10-15virtio_blk: enable VQs earlyMichael S. Tsirkin-0/+2
2014-10-15virtio-blk: drop config_mutexMichael S. Tsirkin-8/+0
2014-10-15virtio_blk: drop config_enableMichael S. Tsirkin-19/+4
2014-10-14rbd: rbd workqueues need a resque workerIlya Dryomov-1/+2
2014-10-14rbd: set the remaining discard properties to enable supportJosh Durgin-0/+2
2014-10-14rbd: use helpers to handle discard for layered images correctlyJosh Durgin-32/+22
2014-10-14rbd: extract a method for adding object operationsJosh Durgin-55/+78
2014-10-14rbd: make discard trigger copy-on-writeJosh Durgin-1/+2
2014-10-14rbd: tolerate -ENOENT for discard operationsJosh Durgin-0/+3
2014-10-14rbd: fix snapshot context reference count for discardsJosh Durgin-1/+2
2014-10-14rbd: read image size for discard check safelyJosh Durgin-6/+12
2014-10-14rbd: initial discard bits from Guangliang ZhaoGuangliang Zhao-15/+89
2014-10-14rbd: extend the operation typeGuangliang Zhao-34/+63
2014-10-14rbd: skip the copyup when an entire object writingGuangliang Zhao-0/+8
2014-10-14rbd: add img_obj_request_simple() helperIlya Dryomov-16/+28
2014-10-14rbd: access snapshot context and mapping size safelyJosh Durgin-13/+21
2014-10-14rbd: do not return -ERANGE on auth failuresIlya Dryomov-3/+1
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-65/+16
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-38/+129
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-10/+6
2014-10-09zram: use notify_free to account all free notificationsSergey Senozhatsky-0/+1
2014-10-09zram: report maximum used memoryMinchan Kim-2/+59
2014-10-09zram: zram memory size limitationMinchan Kim-0/+50
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim-2/+2
2014-10-09rsxx debugfs inanityAl Viro-65/+16
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel-10/+6
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer-0/+7
2014-10-01Merge branch 'stable/for-jens-3.18' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-6/+13
2014-10-01xen, blkfront: factor out flush-related checks from do_blkif_request()Arianna Avanzini-3/+9
2014-10-01xen-blkback: fix leak on grant map error pathRoger Pau Monné-0/+1
2014-10-01xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov-3/+3
2014-10-01rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker-1/+1
2014-10-01block: hd: remove deprecated IRQF_DISABLEDMichael Opdenacker-11/+1
2014-09-30vio: fix reuse of vio_dring slotDwight Engen-16/+23
2014-09-30sunvdc: limit each sg segment to a pageDwight Engen-0/+4
2014-09-30sunvdc: compute vdisk geometry from capacityAllen Pais-9/+14
2014-09-30sunvdc: add cdrom and v1.1 protocol supportAllen Pais-17/+92
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig-4/+4
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig-0/+6
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig-4/+6
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe-2/+4
2014-09-18drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan-34/+2
2014-09-18drbd: compute the end before rb_insert_augmented()Lai Jiangshan-0/+4
2014-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+21