summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-161-1/+2
|\
| * floppy: fix race condition in __floppy_read_block_0()Jens Axboe2018-11-101-1/+2
* | Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-101-0/+1
|\ \ | |/ |/|
| * xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil2018-11-061-0/+1
* | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-023-10/+15
|\ \
| * | blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-3/+2
| * | block: brd: associate with queue until adding diskMing Lei2018-11-011-5/+11
| * | mtip32xx: clean an indentation issue, remove extraneous tabsColin Ian King2018-10-301-2/+2
* | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-014-14/+11
|\ \ \
| * | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-244-14/+11
* | | | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-10-311-12/+16
|\ \ \ \
| * | | | libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-221-7/+12
| * | | | libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-221-2/+1
| * | | | rbd: add __init/__exit annotationsChengguang Xu2018-10-221-3/+3
| |/ / /
* | | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-2/+1
|\ \ \ \
| * | | | drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)Christophe Leroy2018-10-131-2/+1
* | | | | Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-265-70/+35
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-0/+7
| * | | | block: add a report_zones methodChristoph Hellwig2018-10-253-68/+23
| * | | | skd: fix unchecked return valuesGustavo A. R. Silva2018-10-251-2/+2
| * | | | xen/blkfront: avoid NULL blkfront_info dereference on device removalVasilis Liaskovitis2018-10-251-0/+3
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-251-11/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | block: cryptoloop: Remove VLA usage of skcipherKees Cook2018-09-281-11/+11
* | | | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
* | | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-2244-12769/+1249
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mtip32xx: fully switch to the generic DMA APIChristoph Hellwig2018-10-181-29/+18
| * | | | rsxx: switch to the generic DMA APIChristoph Hellwig2018-10-182-27/+27
| * | | | umem: switch to the generic DMA APIChristoph Hellwig2018-10-181-20/+18
| * | | | sx8: switch to the generic DMA APIChristoph Hellwig2018-10-181-13/+13
| * | | | sx8: remove dead IF_64BIT_DMA_IS_POSSIBLE codeChristoph Hellwig2018-10-181-24/+5
| * | | | skd: switch to the generic DMA APIChristoph Hellwig2018-10-181-38/+25
| * | | | drivers/block: Remove DAC960 driverHannes Reinecke2018-10-174-11656/+0
| * | | | sx8: convert to blk-mqJens Axboe2018-10-161-45/+68
| * | | | z2ram: convert to blk-mqJens Axboe2018-10-161-38/+49
| * | | | floppy: convert to blk-mqOmar Sandoval2018-10-161-30/+36
| * | | | ataflop: convert to blk-mqOmar Sandoval2018-10-161-102/+71
| * | | | ataflop: fix error handling during setupOmar Sandoval2018-10-161-10/+15
| * | | | ataflop: fold headers into C fileOmar Sandoval2018-10-161-2/+81
| * | | | amiflop: convert to blk-mqOmar Sandoval2018-10-161-78/+35
| * | | | amiflop: clean up on errors during setupOmar Sandoval2018-10-161-44/+40
| * | | | amiflop: fold headers into C fileOmar Sandoval2018-10-161-3/+120
| * | | | swim3: convert to blk-mqOmar Sandoval2018-10-161-88/+65
| * | | | swim3: add real error handling in setupOmar Sandoval2018-10-161-24/+36
| * | | | swim: convert to blk-mqOmar Sandoval2018-10-161-52/+41
| * | | | swim: fix cleanup on setup errorOmar Sandoval2018-10-161-2/+11
| * | | | xsysace: convert to blk-mqJens Axboe2018-10-151-25/+55
| * | | | paride: convert pf to blk-mqJens Axboe2018-10-151-14/+42
| * | | | paride: convert pd to blk-mqJens Axboe2018-10-151-28/+66
| * | | | paride: convert pcd to blk-mqJens Axboe2018-10-151-32/+56
OpenPOWER on IntegriCloud