summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+1
2018-10-26Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-blockLinus Torvalds-70/+35
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-11/+11
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal-0/+7
2018-10-25block: add a report_zones methodChristoph Hellwig-68/+23
2018-10-25skd: fix unchecked return valuesGustavo A. R. Silva-2/+2
2018-10-25xen/blkfront: avoid NULL blkfront_info dereference on device removalVasilis Liaskovitis-0/+3
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds-12769/+1249
2018-10-18mtip32xx: fully switch to the generic DMA APIChristoph Hellwig-29/+18
2018-10-18rsxx: switch to the generic DMA APIChristoph Hellwig-27/+27
2018-10-18umem: switch to the generic DMA APIChristoph Hellwig-20/+18
2018-10-18sx8: switch to the generic DMA APIChristoph Hellwig-13/+13
2018-10-18sx8: remove dead IF_64BIT_DMA_IS_POSSIBLE codeChristoph Hellwig-24/+5
2018-10-18skd: switch to the generic DMA APIChristoph Hellwig-38/+25
2018-10-17drivers/block: Remove DAC960 driverHannes Reinecke-11656/+0
2018-10-16sx8: convert to blk-mqJens Axboe-45/+68
2018-10-16z2ram: convert to blk-mqJens Axboe-38/+49
2018-10-16floppy: convert to blk-mqOmar Sandoval-30/+36
2018-10-16ataflop: convert to blk-mqOmar Sandoval-102/+71
2018-10-16ataflop: fix error handling during setupOmar Sandoval-10/+15
2018-10-16ataflop: fold headers into C fileOmar Sandoval-2/+81
2018-10-16amiflop: convert to blk-mqOmar Sandoval-78/+35
2018-10-16amiflop: clean up on errors during setupOmar Sandoval-44/+40
2018-10-16amiflop: fold headers into C fileOmar Sandoval-3/+120
2018-10-16swim3: convert to blk-mqOmar Sandoval-88/+65
2018-10-16swim3: add real error handling in setupOmar Sandoval-24/+36
2018-10-16swim: convert to blk-mqOmar Sandoval-52/+41
2018-10-16swim: fix cleanup on setup errorOmar Sandoval-2/+11
2018-10-15xsysace: convert to blk-mqJens Axboe-25/+55
2018-10-15paride: convert pf to blk-mqJens Axboe-14/+42
2018-10-15paride: convert pd to blk-mqJens Axboe-28/+66
2018-10-15paride: convert pcd to blk-mqJens Axboe-32/+56
2018-10-15ps3disk: convert to blk-mqJens Axboe-42/+44
2018-10-15null_blk: remove set but not used variable 'q'YueHaibing-4/+0
2018-10-14null_blk: remove legacy IO pathJens Axboe-101/+6
2018-10-14skd: fixup usage of legacy IO APIJens Axboe-2/+2
2018-10-14aoe: convert aoeblk to blk-mqJens Axboe-25/+61
2018-10-13drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)Christophe Leroy-2/+1
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig-1/+1
2018-10-10drivers/block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz-4/+0
2018-10-08sunvdc: Remove VLA usageKees Cook-4/+10
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche-6/+6
2018-10-02pktcdvd: fix fall-through annotationGustavo A. R. Silva-1/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe-93/+245
2018-09-29Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman-2/+2
2018-09-28xen/blkfront: correct purging of persistent grantsJuergen Gross-2/+2
2018-09-28Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe-1/+3
2018-09-28virtio-blk: modernize sysfs attribute creationHannes Reinecke-29/+39
2018-09-28zram: register default groups with device_add_disk()Hannes Reinecke-21/+7