aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h
AgeCommit message (Expand)Author
2022-03-16block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig
2021-08-23block: add error handling for device_add_disk / add_diskLuis Chamberlain
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig
2021-08-09block: support delayed holder registrationChristoph Hellwig
2021-08-09block: look up holders by bdevChristoph Hellwig
2021-08-09block: make the block holder code optionalChristoph Hellwig
2021-08-02block: add a helper to raise a media changed eventMatteo Croce
2021-08-02block: add disk sequence numberMatteo Croce
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig
2021-06-24block: move bdev_disk_changedChristoph Hellwig
2021-06-01block: remove bdget_diskChristoph Hellwig
2021-06-01block: factor out a part_devt helperChristoph Hellwig
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-06-01block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig
2021-06-01block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig
2021-04-08block: remove disk_part_iterChristoph Hellwig
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig
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-24block: add a hard-readonly flag to struct gendiskChristoph 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: 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 part_to_diskChristoph Hellwig
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig
2020-12-01init: refactor name_to_dev_tChristoph Hellwig
2020-12-01block: remove a duplicate __disk_get_part prototypeChristoph Hellwig
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig