aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig1-15/+3
2021-01-24block: remove DISK_PITER_REVERSEChristoph Hellwig1-1/+0
2021-01-24block: add a disk_uevent helperChristoph Hellwig1-0/+2
2021-01-24block: add a hard-readonly flag to struct gendiskChristoph Hellwig1-2/+4
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-31/+9
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig1-1/+0
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-8/+6
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig1-3/+0
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig1-1/+0
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-1/+0
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig1-2/+1
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig1-2/+0
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-22/+7
2020-12-01block: simplify part_to_diskChristoph Hellwig1-7/+3
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig1-3/+4
2020-12-01init: refactor name_to_dev_tChristoph Hellwig1-6/+1
2020-12-01block: remove a duplicate __disk_get_part prototypeChristoph Hellwig1-1/+0
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig1-2/+1
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig1-7/+0
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig1-1/+4
2020-11-16block: remove set_device_roChristoph Hellwig1-1/+0
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig1-1/+1
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig1-0/+2
2020-09-10block: remove check_disk_changeChristoph Hellwig1-1/+0
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig1-1/+1
2020-09-02block: remove revalidate_disk()Christoph Hellwig1-1/+0
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig1-2/+2
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-0/+1
2020-09-01block: remove the discard_alignment field from struct hd_structChristoph Hellwig1-1/+0
2020-09-01block: remove the alignment_offset field from struct hd_structChristoph Hellwig1-1/+0
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig1-1/+1
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov1-0/+1
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig1-8/+6
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+27
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig1-13/+0
2020-05-27block: always define struct blk_integrity in genhd.hMax Gurtovoy1-4/+0
2020-05-12block: re-organize fields of 'struct hd_part'Ming Lei1-7/+8
2020-05-12block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei1-0/+9
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig1-0/+9
2020-04-20block: remove the disk argument from blk_drop_partitionsChristoph Hellwig1-1/+1
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-462/+61
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig1-1/+0
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-108/+0
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig1-120/+0
2020-03-25block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig1-3/+0
2020-03-25block: mark block_depr staticChristoph Hellwig1-1/+0