aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-59/+120
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-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
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig1-1/+4
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig2-2/+2
2021-10-21nbd: Use invalidate_disk() helper on disconnectXie Yongji1-9/+3
2021-10-21loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji1-6/+3
2021-10-21loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji1-5/+1
2021-10-21rnbd: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-10-21xen-blkfront: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-10-21block: aoe: fixup coccinelle warningsYe Guojin1-7/+6
2021-10-20nbd: Fix use-after-free in pid_showYe Bin1-9/+9
2021-10-19block: ataflop: fix breakage introduced at blk-mq refactoringMichael Schmitz1-15/+3
2021-10-18nbd: fix uaf in nbd_handle_reply()Yu Kuai1-1/+17
2021-10-18nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()Yu Kuai1-30/+44
2021-10-18nbd: clean up return value checking of sock_xmit()Yu Kuai1-6/+7
2021-10-18nbd: don't start request if nbd_queue_rq() failedYu Kuai1-3/+0
2021-10-18nbd: check sock index in nbd_read_stat()Yu Kuai1-0/+4
2021-10-18nbd: make sure request completion won't concurrentYu Kuai1-2/+9
2021-10-18nbd: don't handle response without a corresponding request messageYu Kuai1-1/+21
2021-10-18mtip32xx: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-2/+0
2021-10-18drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-2/+1
2021-10-18swim3: add missing major.h includeJens Axboe1-0/+1
2021-10-18sx8: fix an error code in carm_init_one()Dan Carpenter1-1/+3
2021-10-18pf: fix error codes in pf_init_unit()Dan Carpenter1-6/+9
2021-10-18pcd: fix error codes in pcd_init_unit()Dan Carpenter1-5/+7
2021-10-18block/ataflop: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain1-15/+19
2021-10-18block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain1-2/+7