summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2013-11-08skd: Replaced custom debug PRINTKs with pr_debugrchinthekindi1-284/+407
2013-11-08skd: Fix checkpatch ERRORS and removed unused functionsAkhil Bhansali1-22/+31
2013-11-08rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher2-4/+6
2013-11-08rsxx: Disallow discards from being unmapped.Philip J Kelleher2-12/+17
2013-11-08drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2-2/+5
2013-11-08drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg1-1/+5
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2-2/+3
2013-11-08drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner1-23/+16
2013-11-08drbd: fix NULL pointer deref in module init error pathLars Ellenberg1-10/+9
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/...Olof 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/...Olof 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() wit...Russell King1-6/+4
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-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