aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2022-05-03Merge tag 'v5.15.37' into v5.15/standard/baseBruce Ashfield
2022-05-01floppy: disable FDRAWCMD by defaultWilly Tarreau
2022-04-20Merge tag 'v5.15.35' into v5.15/standard/baseBruce Ashfield
2022-04-20Merge tag 'v5.15.34' into v5.15/standard/baseBruce Ashfield
2022-04-20drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder
2022-04-13Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe
2022-04-13drbd: Fix five use after free bugs in get_initial_stateLv Yunlong
2022-04-13nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng
2022-04-13nbd: Fix hungtask when nbd_config_putYe Bin
2022-04-13nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_addYe Bin
2022-04-13nbd: add error handling support for add_disk()Luis Chamberlain
2022-04-11Merge tag 'v5.15.33' into v5.15/standard/baseBruce Ashfield
2022-04-08n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu
2022-04-08loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni
2022-04-08drbd: fix potential silent data corruptionLars Ellenberg
2022-04-08virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji
2022-03-21Merge tag 'v5.15.29' into v5.15/standard/baseBruce Ashfield
2022-03-21Merge tag 'v5.15.28' into v5.15/standard/baseBruce Ashfield
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig
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-09Merge tag 'v5.15.27' into v5.15/standard/baseBruce Ashfield
2022-03-08block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei
2022-03-02Merge tag 'v5.15.25' into v5.15/standard/baseBruce Ashfield
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-02-02Merge tag 'v5.15.17' into v5.15/standard/baseBruce Ashfield
2022-01-27floppy: Add max size check for user space requestXiongwei Song
2022-01-27floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis
2021-12-30Merge tag 'v5.15.11' into v5.15/standard/baseBruce Ashfield
2021-12-22xen/blkfront: harden blkfront against event channel stormsJuergen Gross
2021-12-19Merge tag 'v5.15.10' into v5.15/standard/baseBruce Ashfield
2021-12-17loop: Use pr_warn_once() for loop_control_remove() warningTetsuo Handa
2021-11-28Merge tag 'v5.15.4' into v5.15/standard/baseBruce Ashfield
2021-11-28Merge tag 'v5.15.3' into v5.15/standard/baseBruce Ashfield
2021-11-21loop: Use blk_validate_block_size() to validate block sizeXie Yongji
2021-11-18zram: off by one in read_block_state()Dan Carpenter
2021-11-18ataflop: remove ataflop_probe_lock mutexTetsuo Handa
2021-11-18block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain
2021-11-18block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain
2021-11-18block/ataflop: use the blk_cleanup_disk() helperLuis Chamberlain
2021-11-18nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai
2021-11-18nbd: fix max value for 'first_minor'Yu Kuai
2021-11-18block: ataflop: more blk-mq refactoring fixesMichael Schmitz
2021-11-18nbd: Fix use-after-free in pid_showYe Bin
2021-11-18block: ataflop: fix breakage introduced at blk-mq refactoringMichael Schmitz
2021-11-18floppy: fix calling platform_device_unregister() on invalid drivesLuis Chamberlain
2021-11-02aufs5: baseBruce Ashfield
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-10-17brd: reduce the brd_devices_mutex scopeTetsuo Handa