summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2014-05-29rbd: fix error paths in rbd_img_request_fill()Ilya Dryomov
2014-05-15floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley
2014-05-15floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley
2014-05-15mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi
2014-05-15mtip32xx: Set queue bounce limitFelipe Franciosi
2014-04-18floppy: bail out in open() if drive is not responding to block0 readJiri Kosina
2014-04-03mm: close PageTail raceDavid Rientjes
2014-02-22xen-blkfront: handle backend CLOSED without CLOSINGDavid Vrabel
2014-02-13xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk
2013-12-04xen/blkback: fix reference countingVegard Nossum
2013-12-04loop: fix crash when using unassigned loop deviceMikulas Patocka
2013-12-04loop: fix crash if blk_alloc_queue failsMikulas Patocka
2013-11-29block: fix a probe argument to blk_register_regionMikulas Patocka
2013-09-24cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter
2013-09-24cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin
2013-09-11aoe: suppress compiler warningsAndy Shevchenko
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko
2013-09-11aoe: update internal version number to 85Ed Cashin
2013-09-11aoe: update copyright dateEd Cashin
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin
2013-09-11aoe: provide file operations for debugfs filesEd Cashin
2013-09-11aoe: add AoE-target files to debugfsEd Cashin
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin
2013-09-11drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han
2013-09-11cciss: set max scatter gather entries to 32 on P600Mike Miller
2013-09-11drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han
2013-09-11block: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-09-09rbd: fix error handling from rbd_snap_name()Josh Durgin
2013-09-09rbd: ignore unmapped snapshots that no longer existJosh Durgin
2013-09-09rbd: fix use-after free of rbd_dev->diskJosh Durgin
2013-09-09rbd: make rbd_obj_notify_ack() synchronousJosh Durgin
2013-09-09rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-09-07Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds
2013-09-06NVMe: Merge issue on character device bring-upKeith Busch
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-03rbd: fix null dereference in doutJosh Durgin
2013-09-03rbd: fix buffer size for writes to images with snapshotsJosh Durgin