aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2022-01-05block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-03pktcdvd: convert to use attribute groupsGreg Kroah-Hartman
2021-12-23block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei
2021-12-16block: remove the rsxx driverChristoph Hellwig
2021-12-14rsxx: Drop PCI legacy power managementBjorn Helgaas
2021-12-14mtip32xx: convert to generic power managementVaibhav Gupta
2021-12-14mtip32xx: remove pointless drvdata lookupsBjorn Helgaas
2021-12-14mtip32xx: remove pointless drvdata checkingBjorn Helgaas
2021-12-13drbd: Use struct_group() to zero algsKees Cook
2021-12-13loop: make autoclear operation asynchronousTetsuo Handa
2021-12-10null_blk: cast command status to integerJens Axboe
2021-12-09pktdvd: stop using bdi congestion framework.NeilBrown
2021-12-03block: null_blk: batched complete poll requestsMing Lei
2021-12-03floppy: Add max size check for user space requestXiongwei Song
2021-12-03floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis
2021-12-02null_blk: allow zero poll queuesMing Lei
2021-11-29loop: don't hold lo_mutex during __loop_clr_fd()Tetsuo Handa
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-29null_blk: don't suppress partitioning informationChristoph Hellwig
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig
2021-11-29block: remove GENHD_FL_CDChristoph Hellwig
2021-11-29block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig
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