summaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h
Commit message (Expand)AuthorAgeFilesLines
* block: remove disk_part_iterChristoph Hellwig2021-04-081-19/+0
* block: refactor blk_drop_partitionsChristoph Hellwig2021-04-081-1/+1
* block: use an xarray for disk->part_tblChristoph Hellwig2021-01-241-15/+3
* block: remove DISK_PITER_REVERSEChristoph Hellwig2021-01-241-1/+0
* block: add a disk_uevent helperChristoph Hellwig2021-01-241-0/+2
* block: add a hard-readonly flag to struct gendiskChristoph Hellwig2021-01-241-2/+4
* block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-31/+9
* block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2020-12-011-2/+2
* block: remove the partno field from struct hd_structChristoph Hellwig2020-12-011-1/+0
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-2/+2
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-8/+6
* block: move the policy field to struct block_deviceChristoph Hellwig2020-12-011-2/+2
* block: move make_it_fail to struct block_deviceChristoph Hellwig2020-12-011-3/+0
* block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-011-1/+0
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-1/+0
* block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-011-2/+1
* block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-011-2/+0
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-22/+7
* block: simplify part_to_diskChristoph Hellwig2020-12-011-7/+3
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-3/+4
* init: refactor name_to_dev_tChristoph Hellwig2020-12-011-6/+1
* block: remove a duplicate __disk_get_part prototypeChristoph Hellwig2020-12-011-1/+0
* block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-2/+1
* block: switch gendisk lookup to a simple xarrayChristoph Hellwig2020-11-161-7/+0
* block: add an optional probe callback to major_namesChristoph Hellwig2020-11-161-1/+4
* block: remove set_device_roChristoph Hellwig2020-11-161-1/+0
* block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-121-1/+1
* block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-231-0/+2
* block: remove check_disk_changeChristoph Hellwig2020-09-101-1/+0
* block: add a bdev_check_media_change helperChristoph Hellwig2020-09-101-1/+1
* block: remove revalidate_disk()Christoph Hellwig2020-09-021-1/+0
* block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig2020-09-021-2/+2
* block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-0/+1
* block: remove the discard_alignment field from struct hd_structChristoph Hellwig2020-09-011-1/+0
* block: remove the alignment_offset field from struct hd_structChristoph Hellwig2020-09-011-1/+0
* block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig2020-09-011-1/+1
* blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov2020-07-171-0/+1
* block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig2020-06-241-8/+6
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-241-0/+27
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-4/+0
|\
| * block: always define struct blk_integrity in genhd.hMax Gurtovoy2020-05-271-4/+0
* | block: always use a percpu variable for disk statsChristoph Hellwig2020-05-271-13/+0
* | block: re-organize fields of 'struct hd_part'Ming Lei2020-05-121-7/+8
* | block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei2020-05-121-0/+9
|/
* block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig2020-05-041-0/+9
* block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-1/+1
* Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-462/+61
|\
| * block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-1/+0
| * block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-108/+0
| * block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-251-120/+0