summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: disable cpqarray in KconfigJens Axboe2013-11-081-1/+1
| * | | Add support for sTec's pci-e flash card KronosAkhil Bhansali2013-11-084-0/+6183
| * | | rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher2013-11-082-21/+24
| * | | mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn2013-11-081-10/+37
| * | | mtip32xx: Add SRSI supportAsai Thambi S P2013-11-082-182/+289
| * | | rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher2013-11-082-47/+28
| * | | rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher2013-11-083-22/+37
| * | | loop: fix crash when using unassigned loop deviceMikulas Patocka2013-11-081-7/+8
| * | | xen/blkback: fix reference countingVegard Nossum2013-11-081-1/+2
| * | | xen-blkfront: improve aproximation of required grants per requestRoger Pau Monne2013-11-081-4/+7
| * | | xen-blkfront: revoke foreign access for grants not mapped by the backendRoger Pau Monne2013-11-081-4/+29
| * | | mg_disk: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-081-1/+1
* | | | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-147-57/+647
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2013-11-084-2/+641
| |\ \ \ | | |/ / | |/| |
| | * | null_blk: multi queue aware block test driverJens Axboe2013-10-253-0/+639
| | * | block: make rq->cmd_flags be 64-bitJens Axboe2013-10-251-2/+2
| * | | block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-081-52/+1
| * | | block: fix a probe argument to blk_register_regionMikulas Patocka2013-11-082-2/+2
| * | | loop: fix crash if blk_alloc_queue failsMikulas Patocka2013-11-081-1/+3
| |/ /
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-6/+4
|\ \ \
| * | | DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() wit...Russell King2013-09-211-6/+4
* | | | Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/...Olof Johansson2013-10-282-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter2013-09-251-0/+1
| * | | cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter2013-09-251-0/+1
| | |/ | |/|
* | | Merge tag 'del-shark-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-09-261-1/+1
|\ \ \ | |/ / |/| |
| * | block: drop dependency on ARCH_SHARKLinus Walleij2013-09-251-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-191-18/+59
|\ \ | |/ |/|
| * rbd: fix error handling from rbd_snap_name()Josh Durgin2013-09-091-4/+6
| * rbd: ignore unmapped snapshots that no longer existJosh Durgin2013-09-091-2/+7
| * rbd: fix use-after free of rbd_dev->diskJosh Durgin2013-09-091-7/+33
| * rbd: make rbd_obj_notify_ack() synchronousJosh Durgin2013-09-091-5/+6
| * rbd: complete notifies before cleaning up osd_client and rbd_devJosh Durgin2013-09-091-0/+7
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* | pktcdvd: fix defective misuses of pkt_<level>Joe Perches2013-09-121-3/+3
* | pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches2013-09-121-15/+16
* | pktcdvd: convert pr_info to pkt_infoJoe Perches2013-09-121-6/+8
* | pktcdvd: convert pr_notice to pkt_noticeJoe Perches2013-09-121-10/+12
* | pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches2013-09-121-20/+24
* | pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches2013-09-121-48/+42
* | pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches2013-09-121-54/+53
* | pktcdvd: convert printk to pr_<level>Joe Perches2013-09-121-61/+61
* | pktcdvd: convert ZONE macro to static function get_zone()Joe Perches2013-09-121-10/+10
* | aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin2013-09-121-1/+0
* | aoe: suppress compiler warningsAndy Shevchenko2013-09-121-4/+0
* | aoe: remove custom implementation of kbasename()Andy Shevchenko2013-09-121-6/+3
* | aoe: update internal version number to 85Ed Cashin2013-09-121-1/+1
* | aoe: update copyright dateEd Cashin2013-09-121-1/+1
* | aoe: fill in per-AoE-target information for debugfs fileEd Cashin2013-09-121-1/+32
* | aoe: provide file operations for debugfs filesEd Cashin2013-09-121-1/+24
* | aoe: add AoE-target files to debugfsEd Cashin2013-09-123-0/+38