summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
AgeCommit message (Expand)Author
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig
2020-12-01block: use put_device in put_diskChristoph Hellwig
2020-12-01block: use disk_part_iter_exit in disk_part_iter_nextChristoph Hellwig
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-11-16block: fix the kerneldoc comment for __register_blkdevChristoph Hellwig
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig
2020-11-16block: rework requesting modules for unclaimed devicesChristoph Hellwig
2020-11-16block: split block_class_lockChristoph Hellwig
2020-11-16block: open code kobj_map into in block/genhd.cChristoph Hellwig
2020-11-16block: cleanup del_gendisk a bitChristoph Hellwig
2020-11-16block: remove set_device_roChristoph Hellwig
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig
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