summaryrefslogtreecommitdiff
path: root/include/linux/genhd.h
AgeCommit message (Expand)Author
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-10block: remove check_disk_changeChristoph Hellwig
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig
2020-09-02block: remove revalidate_disk()Christoph Hellwig
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-09-01block: remove the discard_alignment field from struct hd_structChristoph Hellwig
2020-09-01block: remove the alignment_offset field from struct hd_structChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig
2020-05-27block: always define struct blk_integrity in genhd.hMax Gurtovoy
2020-05-12block: re-organize fields of 'struct hd_part'Ming Lei
2020-05-12block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig
2020-04-20block: remove the disk argument from blk_drop_partitionsChristoph Hellwig
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig
2020-03-25block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig
2020-03-25block: mark block_depr staticChristoph Hellwig
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov
2020-03-25block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov
2020-03-24block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig
2020-03-24block: move the *_PARTITION enum out of genhd.hChristoph Hellwig
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig
2020-03-24block: remove alloc_part_info and free_part_infoChristoph Hellwig
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig
2020-03-18block/genhd: Notify udev about capacity changeBalbir Singh
2020-03-12block: Fix partition support for host aware zoned block devicesShin'ichiro Kawasaki
2020-03-12block: Document genhd capability flagsStephen Kitt
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig
2019-12-08sched/rt, fs: Use CONFIG_PREEMPTIONThomas Gleixner
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig
2019-11-14block: move rescan_partitions to fs/block_dev.cChristoph Hellwig
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig
2019-04-22block: fix use-after-free on gendiskYufen Yu
2019-04-12block: disk_events: introduce event flagsMartin Wilck
2019-04-12block: genhd: remove async_events fieldMartin Wilck
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2018-12-10block: return just one value from part_in_flightMikulas Patocka
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer