summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-07-03virtio-blk: limit seg_max to a safe valueStefan Hajnoczi1-1/+7
2021-07-03virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji1-0/+2
2021-07-03virtio_blk: cleanups: remove check obsoleted by CONFIG_LBDAF removalSohaib1-7/+0
2021-07-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-6/+4
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds9-57/+19
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds31-607/+337
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg2-21/+43
2021-06-29loop: use worker per cgroup instead of kworkerDan Schatzberg2-34/+187
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-11/+10
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe3-23/+13
2021-06-22rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang2-6/+4
2021-06-18loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen1-0/+1
2021-06-16loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig1-1/+1
2021-06-15floppy: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-15floppy: cleanup: remove redundant assignment to nr_sectorsJiapeng Chong1-1/+0
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+8
2021-06-11z2ram: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-11/+4
2021-06-11ataflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-12/+4
2021-06-11amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-12/+4
2021-06-11xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-57/+39
2021-06-11sx8: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-16/+7
2021-06-11rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-27/+8
2021-06-11rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-34/+18
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-18/+12
2021-06-11nullb: use blk_mq_alloc_diskChristoph Hellwig1-6/+5
2021-06-11nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-32/+21
2021-06-11loop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-13/+6
2021-06-11floppy: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-15/+5
2021-06-11aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2-23/+13
2021-06-11sunvdc: use blk_mq_alloc_diskChristoph Hellwig1-34/+13
2021-06-11swim: use blk_mq_alloc_diskChristoph Hellwig1-20/+14
2021-06-11swim3: use blk_mq_alloc_diskChristoph Hellwig1-19/+14
2021-06-11ps3disk: use blk_mq_alloc_diskChristoph Hellwig1-22/+14
2021-06-11pf: use blk_mq_alloc_diskChristoph Hellwig1-11/+7
2021-06-11pcd: use blk_mq_alloc_diskChristoph Hellwig1-11/+8
2021-06-11virtio-blk: use blk_mq_alloc_diskChristoph Hellwig1-19/+7
2021-06-11block: loop: fix deadlock between open and removeChristoph Hellwig2-18/+8
2021-06-09z2ram: remove unnecessary oom messageZhen Lei1-8/+2
2021-06-09sx8: remove unnecessary oom messageZhen Lei1-2/+0
2021-06-09sunvdc: remove unnecessary oom messageZhen Lei1-2/+1
2021-06-09mtip32xx: remove unnecessary oom messageZhen Lei1-21/+5
2021-06-09drbd: remove unnecessary oom messageZhen Lei1-16/+6
2021-06-09aoe: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-03null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King1-1/+1
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig4-21/+21
2021-06-01null_blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-19/+19
2021-06-01ps3vram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-23/+8
2021-06-01n64cart: convert to blk_alloc_diskChristoph Hellwig1-5/+1
2021-06-01zram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+4
2021-06-01rsxx: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2-25/+15