aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds11-74/+143
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+48
2021-11-06zram: introduce an aged idle interfaceBrian Geffon1-16/+46
2021-11-06zram: off by one in read_block_state()Dan Carpenter1-1/+1
2021-11-06zram_drv: allow reclaim on bio_allocJaewon Kim1-1/+1
2021-11-06ataflop: Add missing semicolon to return statementGeert Uytterhoeven1-1/+1
2021-11-04floppy: address add_disk() error handling on probeLuis Chamberlain1-4/+13
2021-11-04ataflop: address add_disk() error handling on probeLuis Chamberlain1-6/+12
2021-11-04ataflop: remove ataflop_probe_lock mutexTetsuo Handa1-20/+27
2021-11-04block/sunvdc: add error handling support for add_disk()Luis Chamberlain1-3/+11
2021-11-04z2ram: add error handling support for add_disk()Luis Chamberlain1-2/+5
2021-11-04loop: Remove duplicate assignmentsluo penghao1-1/+0
2021-11-04drbd: Fix double free problem in drbd_create_deviceWu Bo1-3/+1
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-59/+120
2021-11-02zram: replace fsync_bdev with sync_blockdevMing Lei1-2/+2
2021-11-02zram: avoid race between zram_remove and disksize_storeMing Lei1-0/+7
2021-11-02zram: don't fail to remove zram during unloading moduleMing Lei1-6/+21
2021-11-02zram: fix race between zram_reset_device() and disksize_store()Ming Lei1-1/+2
2021-11-02nbd: error out if socket index doesn't match in nbd_handle_reply()Yu Kuai1-0/+2
2021-11-02nbd: Fix hungtask when nbd_config_putYe Bin1-20/+16
2021-11-02nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_addYe Bin1-1/+1
2021-11-02nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai1-3/+3
2021-11-02nbd: fix max value for 'first_minor'Yu Kuai1-3/+3
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-8/+11
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds27-1144/+846
2021-11-01virtio-blk: don't let virtio core to validate used lengthJason Wang1-0/+1
2021-11-01virtio_blk: correct types for status handlingMichael S. Tsirkin1-6/+8
2021-11-01virtio_blk: allow 0 as num_request_queuesMichael S. Tsirkin1-13/+1
2021-11-01virtio-blk: fixup coccinelle warningsYe Guojin1-1/+1
2021-11-01virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"Colin Ian King1-1/+1
2021-11-01virtio-blk: validate num_queues during probeJason Wang1-0/+4
2021-11-01virtio-blk: add num_request_queues module parameterMax Gurtovoy1-1/+22
2021-11-01virtio-blk: avoid preallocating big SGL for dataMax Gurtovoy2-56/+101
2021-10-30block/brd: add error handling support for add_disk()Luis Chamberlain1-2/+7
2021-10-30ps3vram: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-10-30ps3disk: add error handling support for add_disk()Luis Chamberlain1-2/+6
2021-10-30zram: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-29null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki2-17/+87
2021-10-29block: ataflop: Fix warning comparing pointer to 0Jiapeng Chong1-2/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig3-5/+5
2021-10-27virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji1-2/+10
2021-10-27loop: Use blk_validate_block_size() to validate block sizeXie Yongji1-15/+2
2021-10-27nbd: Use blk_validate_block_size() to validate block sizeXie Yongji1-1/+2
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-10-25block: ataflop: more blk-mq refactoring fixesMichael Schmitz1-6/+39
2021-10-22xen-blkback: use sync_blockdevChristoph Hellwig1-1/+1
2021-10-22block: remove support for cryptoloop and the xor transferChristoph Hellwig5-610/+26