Age | Commit message (Expand) | Author | Files | Lines |
2018-11-16 | Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+2 |
2018-11-10 | floppy: fix race condition in __floppy_read_block_0() | Jens Axboe | 1 | -1/+2 |
2018-11-10 | Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2018-11-06 | xen-blkfront: fix kernel panic with negotiate_mq error path | Manjunath Patil | 1 | -0/+1 |
2018-11-02 | Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -10/+15 |
2018-11-02 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 4 | -14/+11 |
2018-11-02 | blkcg: revert blkcg cleanups series | Dennis Zhou | 1 | -3/+2 |
2018-11-02 | block: brd: associate with queue until adding disk | Ming Lei | 1 | -5/+11 |
2018-11-01 | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -12/+16 |
2018-10-30 | mtip32xx: clean an indentation issue, remove extraneous tabs | Colin Ian King | 1 | -2/+2 |
2018-10-27 | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+1 |
2018-10-26 | Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -70/+35 |
2018-10-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -11/+11 |
2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 1 | -0/+7 |
2018-10-25 | block: add a report_zones method | Christoph Hellwig | 3 | -68/+23 |
2018-10-25 | skd: fix unchecked return values | Gustavo A. R. Silva | 1 | -2/+2 |
2018-10-25 | xen/blkfront: avoid NULL blkfront_info dereference on device removal | Vasilis Liaskovitis | 1 | -0/+3 |
2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 4 | -14/+11 |
2018-10-22 | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block | Linus Torvalds | 44 | -12769/+1249 |
2018-10-22 | libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls | Ilya Dryomov | 1 | -7/+12 |
2018-10-22 | libceph: osd_req_op_cls_init() doesn't need to take opcode | Ilya Dryomov | 1 | -2/+1 |
2018-10-22 | rbd: add __init/__exit annotations | Chengguang Xu | 1 | -3/+3 |
2018-10-19 | mtip32xx: fully switch to the generic DMA API | Christoph Hellwig | 1 | -29/+18 |
2018-10-19 | rsxx: switch to the generic DMA API | Christoph Hellwig | 2 | -27/+27 |
2018-10-19 | umem: switch to the generic DMA API | Christoph Hellwig | 1 | -20/+18 |
2018-10-19 | sx8: switch to the generic DMA API | Christoph Hellwig | 1 | -13/+13 |
2018-10-19 | sx8: remove dead IF_64BIT_DMA_IS_POSSIBLE code | Christoph Hellwig | 1 | -24/+5 |
2018-10-19 | skd: switch to the generic DMA API | Christoph Hellwig | 1 | -38/+25 |
2018-10-17 | drivers/block: Remove DAC960 driver | Hannes Reinecke | 4 | -11656/+0 |
2018-10-16 | sx8: convert to blk-mq | Jens Axboe | 1 | -45/+68 |
2018-10-16 | z2ram: convert to blk-mq | Jens Axboe | 1 | -38/+49 |
2018-10-16 | floppy: convert to blk-mq | Omar Sandoval | 1 | -30/+36 |
2018-10-16 | ataflop: convert to blk-mq | Omar Sandoval | 1 | -102/+71 |
2018-10-16 | ataflop: fix error handling during setup | Omar Sandoval | 1 | -10/+15 |
2018-10-16 | ataflop: fold headers into C file | Omar Sandoval | 1 | -2/+81 |
2018-10-16 | amiflop: convert to blk-mq | Omar Sandoval | 1 | -78/+35 |
2018-10-16 | amiflop: clean up on errors during setup | Omar Sandoval | 1 | -44/+40 |
2018-10-16 | amiflop: fold headers into C file | Omar Sandoval | 1 | -3/+120 |
2018-10-16 | swim3: convert to blk-mq | Omar Sandoval | 1 | -88/+65 |
2018-10-16 | swim3: add real error handling in setup | Omar Sandoval | 1 | -24/+36 |
2018-10-16 | swim: convert to blk-mq | Omar Sandoval | 1 | -52/+41 |
2018-10-16 | swim: fix cleanup on setup error | Omar Sandoval | 1 | -2/+11 |
2018-10-16 | xsysace: convert to blk-mq | Jens Axboe | 1 | -25/+55 |
2018-10-16 | paride: convert pf to blk-mq | Jens Axboe | 1 | -14/+42 |
2018-10-16 | paride: convert pd to blk-mq | Jens Axboe | 1 | -28/+66 |
2018-10-16 | paride: convert pcd to blk-mq | Jens Axboe | 1 | -32/+56 |
2018-10-16 | ps3disk: convert to blk-mq | Jens Axboe | 1 | -42/+44 |
2018-10-16 | null_blk: remove set but not used variable 'q' | YueHaibing | 1 | -4/+0 |
2018-10-14 | null_blk: remove legacy IO path | Jens Axboe | 1 | -101/+6 |