summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
2020-10-05block: add a bdget_part helperChristoph Hellwig
2020-09-25block: use bd_partno in bdevnameChristoph Hellwig
2020-09-23block: cleanup partition scanning in register_diskChristoph Hellwig
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig
2020-09-02block: rename bd_invalidatedChristoph Hellwig
2020-09-01block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig
2020-09-01block: remove the disk argument to delete_partitionChristoph Hellwig
2020-09-01block: cleanup __alloc_disk_nodeChristoph Hellwig
2020-07-31block: genhd: delete duplicated wordsRandy Dunlap
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov
2020-07-08md: switch to ->check_events for media change notificationsChristoph Hellwig
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain
2020-06-24block: clarify context for refcount increment helpersLuis Chamberlain
2020-06-24block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig
2020-05-19block: move the blk-mq calls out of part_in_flight{,_rw}Christoph Hellwig
2020-05-12block: don't hold part0's refcount in IO pathMing Lei
2020-05-12block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei
2020-05-12block: fix use-after-free on cached last_lookup partitionMing Lei
2020-05-09bdi: remove bdi_register_ownerChristoph Hellwig
2020-04-20block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig
2020-04-20block: mark invalidate_partition staticChristoph Hellwig
2020-04-20block: pass a hd_struct to delete_partitionChristoph 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: unexport get_gendiskChristoph Hellwig
2020-03-25block: unexport disk_map_sector_rcuChristoph Hellwig
2020-03-25block: unexport disk_get_partChristoph 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-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig
2020-03-24block: remove the blk_lookup_devt exportChristoph 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
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov
2019-09-05block: Delay default elevator initializationDamien Le Moal
2019-07-16block: fix sysfs module parameters directory path in commentAkinobu Mita
2019-06-15block: genhd: Use struct_size() helperGustavo A. R. Silva
2019-05-31block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-04-22block: fix use-after-free on gendiskYufen Yu
2019-04-12block: check_events: don't bother with events if unsupportedMartin Wilck
2019-04-12block: disk_events: introduce event flagsMartin Wilck