summaryrefslogtreecommitdiff
path: root/include/linux/genhd.h
AgeCommit message (Expand)Author
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
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-10fs: guard_bio_eod() needs to consider partitionsGreg Edwards
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-26block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park