aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-08block: disable cpqarray in KconfigJens Axboe1-1/+1
2013-11-08Add support for sTec's pci-e flash card KronosAkhil Bhansali4-0/+6183
2013-11-08rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher2-21/+24
2013-11-08mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn1-10/+37
2013-11-08mtip32xx: Add SRSI supportAsai Thambi S P2-182/+289
2013-11-08rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher2-47/+28
2013-11-08rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher3-22/+37
2013-11-08loop: fix crash when using unassigned loop deviceMikulas Patocka1-7/+8
2013-11-08xen/blkback: fix reference countingVegard Nossum1-1/+2
2013-11-08xen-blkfront: improve aproximation of required grants per requestRoger Pau Monne1-4/+7
2013-11-08xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne1-4/+29
2013-11-08mg_disk: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe4-2/+641
2013-11-08block: Consolidate duplicated bio_trim() implementationsKent Overstreet1-52/+1
2013-11-08block: fix a probe argument to blk_register_regionMikulas Patocka2-2/+2
2013-11-08loop: fix crash if blk_alloc_queue failsMikulas Patocka1-1/+3
2013-10-29virtio_blk: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs1-0/+2
2013-10-28Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof Johansson2-0/+2
2013-10-25null_blk: multi queue aware block test driverJens Axboe3-0/+639
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe1-2/+2
2013-10-17virtio: use size-based config accessors.Rusty Russell1-44/+33
2013-09-25Merge tag 'del-shark-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/cleanupOlof Johansson1-1/+1
2013-09-25block: drop dependency on ARCH_SHARKLinus Walleij1-1/+1
2013-09-24cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter1-0/+1
2013-09-24cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter1-0/+1
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu1-2/+2
2013-09-21DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-6/+4
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-18/+59
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches1-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches1-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches1-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches1-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches1-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches1-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches1-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches1-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches1-10/+10
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin1-1/+0
2013-09-11aoe: suppress compiler warningsAndy Shevchenko1-4/+0
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko1-6/+3
2013-09-11aoe: update internal version number to 85Ed Cashin1-1/+1
2013-09-11aoe: update copyright dateEd Cashin1-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin1-1/+32
2013-09-11aoe: provide file operations for debugfs filesEd Cashin1-1/+24
2013-09-11aoe: add AoE-target files to debugfsEd Cashin3-0/+38
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin1-1/+9
2013-09-11drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-11cciss: set max scatter gather entries to 32 on P600Mike Miller1-0/+7
2013-09-11drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han1-1/+1