summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-02block: use put_device in put_diskChristoph Hellwig1-1/+1
2020-12-02block: use disk_part_iter_exit in disk_part_iter_nextChristoph Hellwig1-2/+1
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig1-8/+5
2020-11-16block: fix the kerneldoc comment for __register_blkdevChristoph Hellwig1-1/+4
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig1-171/+37
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig1-3/+18
2020-11-16block: rework requesting modules for unclaimed devicesChristoph Hellwig1-10/+15
2020-11-16block: split block_class_lockChristoph Hellwig1-14/+15
2020-11-16block: open code kobj_map into in block/genhd.cChristoph Hellwig1-13/+117
2020-11-16block: cleanup del_gendisk a bitChristoph Hellwig1-7/+8
2020-11-16block: remove set_device_roChristoph Hellwig1-7/+0
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig1-1/+4
2020-10-05block: add a bdget_part helperChristoph Hellwig1-1/+1
2020-09-25block: use bd_partno in bdevnameChristoph Hellwig1-1/+1
2020-09-23block: cleanup partition scanning in register_diskChristoph Hellwig1-19/+14
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig1-2/+2
2020-09-10block: add a bdev_check_media_change helperChristoph Hellwig1-1/+28
2020-09-02block: use revalidate_disk_size in set_capacity_revalidate_and_notifyChristoph Hellwig1-4/+3
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-1/+1
2020-09-02block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig1-7/+5
2020-09-02block: remove the disk argument to delete_partitionChristoph Hellwig1-1/+1
2020-09-02block: cleanup __alloc_disk_nodeChristoph Hellwig1-35/+38
2020-08-01block: genhd: delete duplicated wordsRandy Dunlap1-3/+3
2020-07-18blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov1-3/+1
2020-07-09md: switch to ->check_events for media change notificationsChristoph Hellwig1-7/+1
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain1-0/+17
2020-06-24block: clarify context for refcount increment helpersLuis Chamberlain1-0/+6
2020-06-24block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain1-1/+49
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov1-3/+8
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig1-9/+3
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig1-20/+0
2020-05-19block: move the blk-mq calls out of part_in_flight{,_rw}Christoph Hellwig1-14/+14
2020-05-13block: don't hold part0's refcount in IO pathMing Lei1-2/+2
2020-05-13block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei1-1/+1
2020-05-13block: fix use-after-free on cached last_lookup partitionMing Lei1-3/+12
2020-05-10bdi: remove bdi_register_ownerChristoph Hellwig1-3/+5
2020-04-20block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig1-2/+6
2020-04-20block: mark invalidate_partition staticChristoph Hellwig1-14/+13
2020-04-20block: pass a hd_struct to delete_partitionChristoph Hellwig1-1/+1
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+192
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig1-2/+2
2020-03-25block: unexport get_gendiskChristoph Hellwig1-1/+0
2020-03-25block: unexport disk_map_sector_rcuChristoph Hellwig1-1/+0
2020-03-25block: unexport disk_get_partChristoph Hellwig1-1/+0
2020-03-25block: mark part_in_flight and part_in_flight_rw staticChristoph Hellwig1-3/+4
2020-03-25block: mark block_depr staticChristoph Hellwig1-1/+1
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov1-3/+10
2020-03-25block/diskstats: accumulate all per-cpu counters in one passKonstantin Khlebnikov1-32/+70
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig1-1/+79
2020-03-24block: move disk_name and related helpers out of partition-generic.cChristoph Hellwig1-0/+21