aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim1-2/+2
2014-10-09rsxx debugfs inanityAl Viro1-65/+16
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2-10/+6
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer7-0/+7
2014-10-01Merge branch 'stable/for-jens-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.18/driversJens Axboe3-6/+13
2014-10-01xen, blkfront: factor out flush-related checks from do_blkif_request()Arianna Avanzini1-3/+9
2014-10-01xen-blkback: fix leak on grant map error pathRoger Pau Monné1-0/+1
2014-10-01xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov1-3/+3
2014-10-01rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-10-01block: hd: remove deprecated IRQF_DISABLEDMichael Opdenacker1-11/+1
2014-09-30vio: fix reuse of vio_dring slotDwight Engen1-16/+23
2014-09-30sunvdc: limit each sg segment to a pageDwight Engen1-0/+4
2014-09-30sunvdc: compute vdisk geometry from capacityAllen Pais1-9/+14
2014-09-30sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-17/+92
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig3-4/+4
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig3-0/+6
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig3-4/+6
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe1-2/+4
2014-09-18drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan1-34/+2
2014-09-18drbd: compute the end before rb_insert_augmented()Lai Jiangshan1-0/+4
2014-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+21
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe6-15/+34
2014-09-11drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner1-1/+3
2014-09-11drbd: reduce lock contention in drbd_workerLars Ellenberg1-6/+4
2014-09-11drbd: Improve asender performanceLars Ellenberg2-10/+7
2014-09-11drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher1-8/+7
2014-09-11drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher2-8/+12
2014-09-11drbd: Avoid inconsistent locking warningAndreas Gruenbacher1-1/+1
2014-09-11drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek1-1/+1
2014-09-11drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher4-9/+9
2014-09-11drbd: Use better variable namesAndreas Gruenbacher4-49/+49
2014-09-10rbd: fix error return code in rbd_dev_device_setup()Wei Yongjun1-1/+3
2014-09-10rbd: avoid format-security warning inside alloc_workqueue()Ilya Dryomov1-1/+1
2014-09-02blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott2-9/+21
2014-08-29Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2-4/+8
2014-08-29zram: fix incorrect stat with failed_readsChao Yu2-4/+8
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence3-5/+5
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence2-0/+4
2014-08-26paride/pcd: Fix grammarGeert Uytterhoeven1-2/+2
2014-08-21brd: add ram disk visibility optionDmitry Monakhov1-1/+5
2014-08-21block: systemace: Remove .owner field for driverMichal Simek1-1/+0
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-3/+3
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds16-1218/+2758
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-324/+365
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine3-3/+3
2014-08-08block: use pci_zalloc_consistentJoe Perches3-32/+22
2014-08-07rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov1-13/+12
2014-08-07rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov1-1/+1
2014-08-07rbd: rework rbd_request_fn()Ilya Dryomov1-77/+119