summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2022-03-16virtio-blk: Remove BUG_ON() in virtio_queue_rq()Xie Yongji
2022-03-16virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji
2022-03-11xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross
2022-03-08block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-01-27floppy: Add max size check for user space requestXiongwei Song
2022-01-27block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei
2022-01-27floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis
2022-01-27null_blk: allow zero poll queuesMing Lei
2021-12-16xen/blkfront: harden blkfront against event channel stormsJuergen Gross
2021-12-04Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-29loop: Use pr_warn_once() for loop_control_remove() warningTetsuo Handa
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-26zram: only make zram_wb_devops for CONFIG_ZRAM_WRITEBACKJens Axboe
2021-11-24virtio-blk: modify the value type of num in virtio_queue_rq()Ye Guojin
2021-11-24Revert "virtio-blk: don't let virtio core to validate used length"Michael S. Tsirkin
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06zram: introduce an aged idle interfaceBrian Geffon
2021-11-06zram: off by one in read_block_state()Dan Carpenter
2021-11-06zram_drv: allow reclaim on bio_allocJaewon Kim
2021-11-06ataflop: Add missing semicolon to return statementGeert Uytterhoeven
2021-11-04floppy: address add_disk() error handling on probeLuis Chamberlain
2021-11-04ataflop: address add_disk() error handling on probeLuis Chamberlain
2021-11-04ataflop: remove ataflop_probe_lock mutexTetsuo Handa
2021-11-04block/sunvdc: add error handling support for add_disk()Luis Chamberlain
2021-11-04z2ram: add error handling support for add_disk()Luis Chamberlain
2021-11-04loop: Remove duplicate assignmentsluo penghao
2021-11-04drbd: Fix double free problem in drbd_create_deviceWu Bo
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-02zram: replace fsync_bdev with sync_blockdevMing Lei
2021-11-02zram: avoid race between zram_remove and disksize_storeMing Lei
2021-11-02zram: don't fail to remove zram during unloading moduleMing Lei
2021-11-02zram: fix race between zram_reset_device() and disksize_store()Ming Lei
2021-11-02nbd: error out if socket index doesn't match in nbd_handle_reply()Yu Kuai
2021-11-02nbd: Fix hungtask when nbd_config_putYe Bin
2021-11-02nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_addYe Bin
2021-11-02nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai
2021-11-02nbd: fix max value for 'first_minor'Yu Kuai
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01virtio-blk: don't let virtio core to validate used lengthJason Wang
2021-11-01virtio_blk: correct types for status handlingMichael S. Tsirkin
2021-11-01virtio_blk: allow 0 as num_request_queuesMichael S. Tsirkin
2021-11-01virtio-blk: fixup coccinelle warningsYe Guojin
2021-11-01virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"Colin Ian King
2021-11-01virtio-blk: validate num_queues during probeJason Wang