summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig
2020-12-01block: remove ->bd_containsChristoph Hellwig
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01loop: do not call set_blocksizeChristoph Hellwig
2020-12-01zram: do not call set_blocksizeChristoph Hellwig
2020-12-01mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig
2020-11-16virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig
2020-11-16zram: use set_capacity_and_notifyChristoph Hellwig
2020-11-16rnbd: use set_capacity_and_notifyChristoph Hellwig
2020-11-16rbd: use set_capacity_and_notifyChristoph Hellwig
2020-11-16drbd: use set_capacity_and_notifyChristoph Hellwig
2020-11-16pktcdvd: use set_capacity_and_notifyChristoph Hellwig
2020-11-16aoe: don't call set_capacity from irq contextChristoph Hellwig
2020-11-16nbd: use set_capacity_and_notifyChristoph Hellwig
2020-11-16nbd: validate the block size in nbd_set_sizeChristoph Hellwig
2020-11-16nbd: refactor size updatesChristoph Hellwig
2020-11-16nbd: move the task_recv check into nbd_size_updateChristoph Hellwig
2020-11-16nbd: remove the call to set_blocksizeChristoph Hellwig
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-11-16loop: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig
2020-11-16z2ram: use separate gendisk for the different modesChristoph Hellwig
2020-11-16z2ram: reindentChristoph Hellwig
2020-11-16ataflop: use a separate gendisk for each media formatChristoph Hellwig
2020-11-16amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig
2020-11-16floppy: use a separate gendisk for each media formatChristoph Hellwig
2020-11-16loop: use __register_blkdev to allocate devices on demandChristoph Hellwig
2020-11-16brd: use __register_blkdev to allocate devices on demandChristoph Hellwig
2020-11-16swim: don't call blk_register_regionChristoph Hellwig
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig
2020-11-16loop: use set_disk_roChristoph Hellwig
2020-11-16rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig
2020-11-12loop: Fix occasional uevent dropPetr Vorel
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig
2020-11-06null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal
2020-10-29xsysace: use platform_get_resource() and platform_get_irq_optional()Andy Shevchenko
2020-10-29null_blk: Fix locking in zoned modeDamien Le Moal
2020-10-29null_blk: Fix zone reset all tracingDamien Le Moal
2020-10-29nbd: don't update block size after device is startedMing Lei
2020-10-27null_blk: synchronization fix for zoned deviceKanchan Joshi
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22null_blk: use zone status for max active/openKeith Busch
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-10-21xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park
2020-10-21xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park
2020-10-20Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds