summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2015-08-04rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-05-15rbd: end I/O the entire obj_request on errorIlya Dryomov1-0/+5
2015-04-22nbd: fix possible memory leakSudip Mukherjee1-4/+4
2015-04-09xen-blkfront: restore the non-persistent data pathRoger Pau Monne1-25/+100
2015-04-09xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne1-4/+29
2015-02-13rbd: drop an unsafe assertionAlex Elder1-1/+0
2015-02-08rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov1-14/+6
2015-02-08rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov1-4/+1
2015-01-29drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg1-0/+1
2014-11-19sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-11-19vio: fix reuse of vio_dring slotDwight Engen1-16/+23
2014-11-19sunvdc: limit each sg segment to a pageDwight Engen1-0/+4
2014-11-19sunvdc: compute vdisk geometry from capacityAllen Pais1-9/+14
2014-11-19sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-17/+92
2014-11-13rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara1-1/+1
2014-11-13drbd: compute the end before rb_insert_augmented()Lai Jiangshan1-0/+4
2014-11-13xen-blkback: fix leak on grant map error pathRoger Pau Monné1-0/+1
2014-10-13drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg1-0/+6
2014-07-17rbd: handle parent_overlap on writes correctlyIlya Dryomov1-1/+9
2014-07-17rbd: use reference counts for image requestsAlex Elder1-0/+9
2014-07-17mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P1-2/+2
2014-07-17mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P1-31/+35
2014-07-17mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P1-0/+53
2014-06-18floppy: do not corrupt bio.bi_flags when reading block 0Jiri Kosina1-1/+1
2014-05-29rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov1-1/+1
2014-05-15floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+4
2014-05-15floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-3/+3
2014-05-15mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi1-12/+12
2014-05-15mtip32xx: Set queue bounce limitFelipe Franciosi1-0/+1
2014-04-18floppy: bail out in open() if drive is not responding to block0 readJiri Kosina1-9/+27
2014-04-03mm: close PageTail raceDavid Rientjes1-2/+2
2014-02-23xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2014-02-14xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-2/+2
2013-12-04xen/blkback: fix reference countingVegard Nossum1-1/+2
2013-12-04loop: fix crash when using unassigned loop deviceMikulas Patocka1-7/+8
2013-12-04loop: fix crash if blk_alloc_queue failsMikulas Patocka1-1/+3
2013-11-29block: fix a probe argument to blk_register_regionMikulas Patocka2-2/+2
2013-09-25cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter1-0/+1
2013-09-25cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter1-0/+1
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-18/+59
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-12pktcdvd: fix defective misuses of pkt_<level>Joe Perches1-3/+3
2013-09-12pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches1-15/+16
2013-09-12pktcdvd: convert pr_info to pkt_infoJoe Perches1-6/+8
2013-09-12pktcdvd: convert pr_notice to pkt_noticeJoe Perches1-10/+12
2013-09-12pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches1-20/+24
2013-09-12pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches1-48/+42
2013-09-12pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches1-54/+53
2013-09-12pktcdvd: convert printk to pr_<level>Joe Perches1-61/+61
2013-09-12pktcdvd: convert ZONE macro to static function get_zone()Joe Perches1-10/+10