summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2013-11-08Add support for sTec's pci-e flash card KronosAkhil Bhansali-0/+6183
2013-11-08rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher-21/+24
2013-11-08mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn-10/+37
2013-11-08mtip32xx: Add SRSI supportAsai Thambi S P-182/+289
2013-11-08rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher-47/+28
2013-11-08rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher-22/+37
2013-11-08loop: fix crash when using unassigned loop deviceMikulas Patocka-7/+8
2013-11-08xen/blkback: fix reference countingVegard Nossum-1/+2
2013-11-08xen-blkfront: improve aproximation of required grants per requestRoger Pau Monne-4/+7
2013-11-08xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne-4/+29
2013-11-08mg_disk: remove deprecated IRQF_DISABLEDMichael Opdenacker-1/+1
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe-2/+641
2013-11-08block: Consolidate duplicated bio_trim() implementationsKent Overstreet-52/+1
2013-11-08block: fix a probe argument to blk_register_regionMikulas Patocka-2/+2
2013-11-08loop: fix crash if blk_alloc_queue failsMikulas Patocka-1/+3
2013-10-29virtio_blk: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs-0/+2
2013-10-28Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/...Olof Johansson-0/+2
2013-10-25null_blk: multi queue aware block test driverJens Axboe-0/+639
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe-2/+2
2013-10-17virtio: use size-based config accessors.Rusty Russell-44/+33
2013-09-25Merge tag 'del-shark-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson-1/+1
2013-09-25block: drop dependency on ARCH_SHARKLinus Walleij-1/+1
2013-09-24cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter-0/+1
2013-09-24cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter-0/+1
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu-2/+2
2013-09-21DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King-6/+4
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-18/+59
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky-1/+1
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches-10/+10
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin-1/+0
2013-09-11aoe: suppress compiler warningsAndy Shevchenko-4/+0
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko-6/+3
2013-09-11aoe: update internal version number to 85Ed Cashin-1/+1
2013-09-11aoe: update copyright dateEd Cashin-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin-1/+32
2013-09-11aoe: provide file operations for debugfs filesEd Cashin-1/+24
2013-09-11aoe: add AoE-target files to debugfsEd Cashin-0/+38
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin-1/+9
2013-09-11drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-09-11cciss: set max scatter gather entries to 32 on P600Mike Miller-0/+7
2013-09-11drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han-1/+1
2013-09-11block: replace strict_strtoul() with kstrtoul()Jingoo Han-3/+3