summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
AgeCommit message (Expand)Author
2021-03-11block: Suppress uevent for hidden device when removedDaniel Wagner
2021-02-28block: revert "block: fix bd_size_lock use"Damien Le Moal
2021-02-23block: fix logging on capacity changeMing Lei
2021-02-23block: don't skip empty device in in disk_ueventChristoph Hellwig
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-29block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn
2021-01-28block: fix bd_size_lock useDamien Le Moal
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig
2021-01-24block: remove DISK_PITER_REVERSEChristoph Hellwig
2021-01-24block: add a disk_uevent helperChristoph Hellwig
2021-01-24blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig
2021-01-24block: add a hard-readonly flag to struct gendiskChristoph Hellwig
2021-01-24block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig
2021-01-05block: fix use-after-free in disk_part_iter_nextMing Lei
2020-12-22block: update some copyrightsChristoph Hellwig
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig
2020-12-01block: pass a block_device to invalidate_partitionChristoph Hellwig
2020-12-01block: pass a block_device to blk_alloc_devtChristoph Hellwig
2020-12-01block: remove the partno field from struct hd_structChristoph 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: move the policy field to struct block_deviceChristoph Hellwig
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig
2020-12-01block: use put_device in put_diskChristoph Hellwig
2020-12-01block: use disk_part_iter_exit in disk_part_iter_nextChristoph Hellwig
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-11-16block: fix the kerneldoc comment for __register_blkdevChristoph Hellwig
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig
2020-11-16block: rework requesting modules for unclaimed devicesChristoph Hellwig
2020-11-16block: split block_class_lockChristoph Hellwig
2020-11-16block: open code kobj_map into in block/genhd.cChristoph Hellwig
2020-11-16block: cleanup del_gendisk a bitChristoph Hellwig
2020-11-16block: remove set_device_roChristoph Hellwig
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-10-05block: add a bdget_part helperChristoph Hellwig
2020-09-25block: use bd_partno in bdevnameChristoph Hellwig
2020-09-23block: cleanup partition scanning in register_diskChristoph Hellwig
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig