summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-0911-74/+143
|\
| * ataflop: Add missing semicolon to return statementGeert Uytterhoeven2021-11-061-1/+1
| * floppy: address add_disk() error handling on probeLuis Chamberlain2021-11-041-4/+13
| * ataflop: address add_disk() error handling on probeLuis Chamberlain2021-11-041-6/+12
| * ataflop: remove ataflop_probe_lock mutexTetsuo Handa2021-11-041-20/+27
| * block/sunvdc: add error handling support for add_disk()Luis Chamberlain2021-11-041-3/+11
| * z2ram: add error handling support for add_disk()Luis Chamberlain2021-11-041-2/+5
| * loop: Remove duplicate assignmentsluo penghao2021-11-041-1/+0
| * drbd: Fix double free problem in drbd_create_deviceWu Bo2021-11-041-3/+1
| * zram: replace fsync_bdev with sync_blockdevMing Lei2021-11-021-2/+2
| * zram: avoid race between zram_remove and disksize_storeMing Lei2021-11-021-0/+7
| * zram: don't fail to remove zram during unloading moduleMing Lei2021-11-021-6/+21
| * zram: fix race between zram_reset_device() and disksize_store()Ming Lei2021-11-021-1/+2
| * nbd: error out if socket index doesn't match in nbd_handle_reply()Yu Kuai2021-11-021-0/+2
| * nbd: Fix hungtask when nbd_config_putYe Bin2021-11-021-20/+16
| * nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_addYe Bin2021-11-021-1/+1
| * nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai2021-11-021-3/+3
| * nbd: fix max value for 'first_minor'Yu Kuai2021-11-021-3/+3
| * block/brd: add error handling support for add_disk()Luis Chamberlain2021-10-301-2/+7
| * ps3vram: add error handling support for add_disk()Luis Chamberlain2021-10-301-1/+6
| * ps3disk: add error handling support for add_disk()Luis Chamberlain2021-10-301-2/+6
| * zram: add error handling support for add_disk()Luis Chamberlain2021-10-301-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-18/+48
|\ \
| * | zram: introduce an aged idle interfaceBrian Geffon2021-11-061-16/+46
| * | zram: off by one in read_block_state()Dan Carpenter2021-11-061-1/+1
| * | zram_drv: allow reclaim on bio_allocJaewon Kim2021-11-061-1/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-032-59/+120
|\ \ \
| * | | virtio-blk: don't let virtio core to validate used lengthJason Wang2021-11-011-0/+1
| * | | virtio_blk: correct types for status handlingMichael S. Tsirkin2021-11-011-6/+8
| * | | virtio_blk: allow 0 as num_request_queuesMichael S. Tsirkin2021-11-011-13/+1
| * | | virtio-blk: fixup coccinelle warningsYe Guojin2021-11-011-1/+1
| * | | virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"Colin Ian King2021-11-011-1/+1
| * | | virtio-blk: validate num_queues during probeJason Wang2021-11-011-0/+4
| * | | virtio-blk: add num_request_queues module parameterMax Gurtovoy2021-11-011-1/+22
| * | | virtio-blk: avoid preallocating big SGL for dataMax Gurtovoy2021-11-012-56/+101
| |/ /
* | | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ \
| * | | xen-blkback: use sync_blockdevChristoph Hellwig2021-10-221-1/+1
* | | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+2
|\ \ \ \
| * | | | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-2/+2
* | | | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-014-8/+11
|\ \ \ \ \
| * | | | | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-293-5/+5
| * | | | | block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig2021-10-221-1/+4
| * | | | | scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-222-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+1
|\ \ \ \ \
| * | | | | drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-2/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-0127-1144/+846
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki2021-10-292-17/+87
| * | | | block: ataflop: Fix warning comparing pointer to 0Jiapeng Chong2021-10-291-2/+1
| * | | | block: ataflop: more blk-mq refactoring fixesMichael Schmitz2021-10-251-6/+39
| * | | | block: remove support for cryptoloop and the xor transferChristoph Hellwig2021-10-225-610/+26