summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2013-09-12aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin1-1/+0
2013-09-12aoe: suppress compiler warningsAndy Shevchenko1-4/+0
2013-09-12aoe: remove custom implementation of kbasename()Andy Shevchenko1-6/+3
2013-09-12aoe: update internal version number to 85Ed Cashin1-1/+1
2013-09-12aoe: update copyright dateEd Cashin1-1/+1
2013-09-12aoe: fill in per-AoE-target information for debugfs fileEd Cashin1-1/+32
2013-09-12aoe: provide file operations for debugfs filesEd Cashin1-1/+24
2013-09-12aoe: add AoE-target files to debugfsEd Cashin3-0/+38
2013-09-12aoe: create and destroy debugfs directory for aoeEd Cashin1-1/+9
2013-09-12drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-12cciss: set max scatter gather entries to 32 on P600Mike Miller1-0/+7
2013-09-12drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han1-1/+1
2013-09-12block: replace strict_strtoul() with kstrtoul()Jingoo Han3-3/+3
2013-09-09rbd: fix error handling from rbd_snap_name()Josh Durgin1-4/+6
2013-09-09rbd: ignore unmapped snapshots that no longer existJosh Durgin1-2/+7
2013-09-09rbd: fix use-after free of rbd_dev->diskJosh Durgin1-7/+33