summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-015-47/+12
* block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2020-12-011-4/+4
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-017-19/+19
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-015-6/+7
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-016-12/+6
* block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-7/+5
* block: remove ->bd_containsChristoph Hellwig2020-12-012-2/+2
* block: remove i_bdevChristoph Hellwig2020-12-016-40/+28
* block: add a bdev_kobj helperChristoph Hellwig2020-12-012-8/+3
* dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig2020-12-012-13/+14
* dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig2020-12-011-9/+3
* loop: do not call set_blocksizeChristoph Hellwig2020-12-011-3/+0
* zram: do not call set_blocksizeChristoph Hellwig2020-12-012-11/+1
* mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig2020-12-012-17/+0
* fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-012-19/+6
* virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig2020-11-161-1/+0
* md: remove a spurious call to revalidate_disk_size in update_sizeChristoph Hellwig2020-11-161-2/+0
* md: use set_capacity_and_notifyChristoph Hellwig2020-11-163-20/+13
* dm-raid: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
* zram: use set_capacity_and_notifyChristoph Hellwig2020-11-161-5/+2
* rnbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
* rbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
* drbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-4/+2
* nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig2020-11-161-12/+1
* pktcdvd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
* dm: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
* aoe: don't call set_capacity from irq contextChristoph Hellwig2020-11-161-11/+4
* nbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-12/+3
* nbd: validate the block size in nbd_set_sizeChristoph Hellwig2020-11-161-32/+15
* nbd: refactor size updatesChristoph Hellwig2020-11-161-26/+18
* nbd: move the task_recv check into nbd_size_updateChristoph Hellwig2020-11-161-3/+7
* nbd: remove the call to set_blocksizeChristoph Hellwig2020-11-161-7/+5
* block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-165-7/+6
* sd: update the bdev size in sd_revalidate_diskChristoph Hellwig2020-11-161-5/+3
* nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig2020-11-161-4/+1
* loop: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig2020-11-161-6/+2
* z2ram: use separate gendisk for the different modesChristoph Hellwig2020-11-161-42/+58
* z2ram: reindentChristoph Hellwig2020-11-161-257/+236
* ataflop: use a separate gendisk for each media formatChristoph Hellwig2020-11-161-49/+86
* amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig2020-11-161-43/+55
* floppy: use a separate gendisk for each media formatChristoph Hellwig2020-11-161-57/+97
* ide: switch to __register_blkdev for command set probingChristoph Hellwig2020-11-161-28/+6
* md: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-13/+8
* loop: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-22/+8
* brd: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-28/+11
* sd: use __register_blkdev to avoid a modprobe for an unregistered dev_tChristoph Hellwig2020-11-161-14/+5
* swim: don't call blk_register_regionChristoph Hellwig2020-11-161-17/+0
* ide: remove ide_{,un}register_regionChristoph Hellwig2020-11-162-34/+0
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-163-5/+11
* loop: use set_disk_roChristoph Hellwig2020-11-161-1/+1