summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
Commit message (Expand)AuthorAgeFilesLines
* block: add a bdget_part helperChristoph Hellwig2020-10-051-1/+1
* block: use bd_partno in bdevnameChristoph Hellwig2020-09-251-1/+1
* block: cleanup partition scanning in register_diskChristoph Hellwig2020-09-231-19/+14
* block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-231-2/+2
* block: add a bdev_check_media_change helperChristoph Hellwig2020-09-101-1/+28
* block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig2020-09-021-4/+3
* block: rename bd_invalidatedChristoph Hellwig2020-09-021-1/+1
* block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig2020-09-011-7/+5
* block: remove the disk argument to delete_partitionChristoph Hellwig2020-09-011-1/+1
* block: cleanup __alloc_disk_nodeChristoph Hellwig2020-09-011-35/+38
* block: genhd: delete duplicated wordsRandy Dunlap2020-07-311-3/+3
* blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov2020-07-171-3/+1
* md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-081-7/+1
* block: revert back to synchronous request_queue removalLuis Chamberlain2020-06-241-0/+17
* block: clarify context for refcount increment helpersLuis Chamberlain2020-06-241-0/+6
* block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain2020-06-241-1/+49
* block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov2020-05-271-3/+8
* block: always use a percpu variable for disk statsChristoph Hellwig2020-05-271-9/+3
* block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig2020-05-191-20/+0
* block: move the blk-mq calls out of part_in_flight{,_rw}Christoph Hellwig2020-05-191-14/+14
* block: don't hold part0's refcount in IO pathMing Lei2020-05-121-2/+2
* block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei2020-05-121-1/+1
* block: fix use-after-free on cached last_lookup partitionMing Lei2020-05-121-3/+12
* bdi: remove bdi_register_ownerChristoph Hellwig2020-05-091-3/+5
* block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-201-2/+6
* block: mark invalidate_partition staticChristoph Hellwig2020-04-201-14/+13
* block: pass a hd_struct to delete_partitionChristoph Hellwig2020-04-201-1/+1
* Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-27/+192
|\
| * block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-2/+2
| * block: unexport get_gendiskChristoph Hellwig2020-03-251-1/+0
| * block: unexport disk_map_sector_rcuChristoph Hellwig2020-03-251-1/+0
| * block: unexport disk_get_partChristoph Hellwig2020-03-251-1/+0
| * block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig2020-03-251-3/+4
| * block: mark block_depr staticChristoph Hellwig2020-03-251-1/+1
| * block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov2020-03-251-3/+10
| * block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov2020-03-251-32/+70
| * block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig2020-03-241-1/+79
| * block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig2020-03-241-0/+21
| * block: remove the blk_lookup_devt exportChristoph Hellwig2020-03-241-1/+0
| * block/genhd: Notify udev about capacity changeBalbir Singh2020-03-181-0/+24
* | block: Fix partition support for host aware zoned block devicesShin'ichiro Kawasaki2020-03-121-0/+36
|/
* block: add iostat counters for flush requestsKonstantin Khlebnikov2019-11-211-2/+6
* block: Delay default elevator initializationDamien Le Moal2019-09-051-0/+9
* block: fix sysfs module parameters directory path in commentAkinobu Mita2019-07-161-1/+1
* block: genhd: Use struct_size() helperGustavo A. R. Silva2019-06-151-3/+2
* block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche2019-05-311-2/+2
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* block: fix use-after-free on gendiskYufen Yu2019-04-221-0/+19
* block: check_events: don't bother with events if unsupportedMartin Wilck2019-04-121-11/+16
* block: disk_events: introduce event flagsMartin Wilck2019-04-121-4/+9