summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
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
2018-09-28aoe: register default groups with device_add_disk()Hannes Reinecke-16/+7
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke-9/+9
2018-09-28block: cryptoloop: Remove VLA usage of skcipherKees Cook-11/+11
2018-09-27xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky-3/+1
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)-2/+3
2018-09-21Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman-0/+3
2018-09-20floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft-0/+3
2018-09-13Merge tag 'for-linus-20180913' of git://git.kernel.dk/linux-blockLinus Torvalds-34/+62
2018-09-12null_blk: fix zoned support for non-rq based operationJens Axboe-34/+62
2018-09-11rsxx: Remove unnecessary parenthesesNathan Chancellor-1/+1
2018-09-07Merge tag 'ceph-for-4.19-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds-57/+178
2018-09-07block: umem: replace spin_lock_bh with spin_lock in tasklet callbackjun qian-2/+2
2018-09-06drbd: Convert from ahash to shashKees Cook-88/+76
2018-09-06Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+3
2018-09-06rbd: support cloning across namespacesIlya Dryomov-14/+97
2018-09-06rbd: factor out get_parent_info()Ilya Dryomov-48/+86
2018-09-04nbd: don't allow invalid blocksize settingsJens Axboe-0/+3
2018-08-30Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-blockLinus Torvalds-70/+153
2018-08-27Merge branch 'stable/for-jens-4.19' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-70/+153
2018-08-27xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ringJuergen Gross-1/+0
2018-08-27xen/blkback: move persistent grants flags to boolJuergen Gross-13/+7
2018-08-27xen/blkfront: reorder tests in xlblk_init()Juergen Gross-9/+9
2018-08-27xen/blkfront: cleanup stale persistent grantsJuergen Gross-4/+90
2018-08-27xen/blkback: don't keep persistent grants too longJuergen Gross-46/+50
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-39/+11
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds-18/+25
2018-08-22drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas-1/+6
2018-08-21rsxx: Convert to new IDA APIMatthew Wilcox-16/+5
2018-08-21mtip32xx: Convert to new IDA APIMatthew Wilcox-23/+6
2018-08-21block/DAC960.c: make some arrays static const, shrinks object sizeColin Ian King-18/+24
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-37/+88