summaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig2020-03-251-3/+0
| * block: mark block_depr staticChristoph Hellwig2020-03-251-1/+0
| * block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov2020-03-251-1/+0
| * block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov2020-03-251-3/+0
| * block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov2020-03-251-1/+1
| * block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig2020-03-241-143/+0
| * block: move the *_PARTITION enum out of genhd.hChristoph Hellwig2020-03-241-30/+0
| * block: move struct partition out of genhd.hChristoph Hellwig2020-03-241-13/+0
| * block: remove alloc_part_info and free_part_infoChristoph Hellwig2020-03-241-14/+1
| * block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig2020-03-241-14/+0
| * block/genhd: Notify udev about capacity changeBalbir Singh2020-03-181-0/+2
| * block: Document genhd capability flagsStephen Kitt2020-03-121-11/+58
* | block: Fix partition support for host aware zoned block devicesShin'ichiro Kawasaki2020-03-121-12/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-3/+3
|\
| * sched/rt, fs: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-3/+3
* | block: allow partitions on host aware zone devicesChristoph Hellwig2020-01-261-0/+12
|/
* block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig2019-11-141-0/+1
* block: move rescan_partitions to fs/block_dev.cChristoph Hellwig2019-11-141-2/+2
* block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig2019-11-141-2/+2
* block: fix use-after-free on gendiskYufen Yu2019-04-221-0/+1
* block: disk_events: introduce event flagsMartin Wilck2019-04-121-1/+9
* block: genhd: remove async_events fieldMartin Wilck2019-04-121-1/+0
* block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-4/+4
* block: return just one value from part_in_flightMikulas Patocka2018-12-101-2/+1
* block: switch to per-cpu in-flight countersMikulas Patocka2018-12-101-7/+22
* block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-101-2/+1
* block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-13/+13
* block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu2018-11-281-1/+1
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-1/+4
|\
| * block: use nanosecond resolution for iostatOmar Sandoval2018-09-211-1/+4
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-2/+3
|/
* block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan2018-07-181-1/+2
* block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-181-6/+7
* block: Add part_stat_read_accum to read across field entries.Michael Callahan2018-07-181-0/+4
* blk-mq: fix sysfs inflight counterOmar Sandoval2018-04-261-1/+3
* genhd: Fix BUG in blkdev_open()Jan Kara2018-02-261-0/+1
* genhd: Add helper put_disk_and_module()Jan Kara2018-02-261-0/+1
* genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
* block: allow gendisk's request_queue registration to be deferredMike Snitzer2018-01-151-0/+5
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+3
|\
| * fs: guard_bio_eod() needs to consider partitionsGreg Edwards2017-11-101-0/+1
| * block: introduce GENHD_FL_HIDDENChristoph Hellwig2017-11-031-0/+1
| * block: don't look at the struct device dev_t in disk_devtChristoph Hellwig2017-11-031-1/+1
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_com...Byungchul Park2017-10-261-2/+20
|/