summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2020-12-02block: stop using bdget_disk for partition 0Christoph Hellwig3-30/+8
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig3-3/+3
2020-12-02block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig3-3/+4
2020-12-02block: remove the nr_sects field in struct hd_structChristoph Hellwig3-5/+2
2020-12-02block: simplify the block device claiming interfaceChristoph Hellwig1-7/+5
2020-12-02block: remove ->bd_containsChristoph Hellwig1-1/+1
2020-12-02block: remove i_bdevChristoph Hellwig1-5/+3
2020-12-02loop: do not call set_blocksizeChristoph Hellwig1-3/+0
2020-12-02zram: do not call set_blocksizeChristoph Hellwig2-11/+1
2020-12-02mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig2-17/+0
2020-11-16virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig1-1/+0
2020-11-16zram: use set_capacity_and_notifyChristoph Hellwig1-5/+2
2020-11-16rnbd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16rbd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16drbd: use set_capacity_and_notifyChristoph Hellwig1-4/+2
2020-11-16pktcdvd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16aoe: don't call set_capacity from irq contextChristoph Hellwig1-11/+4
2020-11-16nbd: use set_capacity_and_notifyChristoph Hellwig1-12/+3
2020-11-16nbd: validate the block size in nbd_set_sizeChristoph Hellwig1-32/+15
2020-11-16nbd: refactor size updatesChristoph Hellwig1-26/+18
2020-11-16nbd: move the task_recv check into nbd_size_updateChristoph Hellwig1-3/+7
2020-11-16nbd: remove the call to set_blocksizeChristoph Hellwig1-7/+5
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig3-3/+3
2020-11-16loop: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig1-6/+2
2020-11-16z2ram: use separate gendisk for the different modesChristoph Hellwig1-42/+58
2020-11-16z2ram: reindentChristoph Hellwig1-257/+236
2020-11-16ataflop: use a separate gendisk for each media formatChristoph Hellwig1-49/+86
2020-11-16amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig1-43/+55
2020-11-16floppy: use a separate gendisk for each media formatChristoph Hellwig1-57/+97
2020-11-16loop: use __register_blkdev to allocate devices on demandChristoph Hellwig1-22/+8
2020-11-16brd: use __register_blkdev to allocate devices on demandChristoph Hellwig1-28/+11
2020-11-16swim: don't call blk_register_regionChristoph Hellwig1-17/+0
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+4
2020-11-16loop: use set_disk_roChristoph Hellwig1-1/+1
2020-11-16rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-36/+4
2020-11-12loop: Fix occasional uevent dropPetr Vorel1-1/+2
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig1-0/+1
2020-11-06null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal2-17/+32
2020-10-29xsysace: use platform_get_resource() and platform_get_irq_optional()Andy Shevchenko1-23/+26
2020-10-29null_blk: Fix locking in zoned modeDamien Le Moal2-25/+82
2020-10-29null_blk: Fix zone reset all tracingDamien Le Moal1-3/+8
2020-10-29nbd: don't update block size after device is startedMing Lei1-4/+5
2020-10-28null_blk: synchronization fix for zoned deviceKanchan Joshi2-4/+19
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+31
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds5-42/+57
2020-10-22null_blk: use zone status for max active/openKeith Busch1-26/+43
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+4
2020-10-21xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park1-5/+15
2020-10-21xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park1-6/+16
2020-10-20Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+19