aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-31block: genhd: delete duplicated wordsRandy Dunlap1-3/+3
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov1-3/+1
2020-07-08md: 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-12block: don't hold part0's refcount in IO pathMing Lei1-2/+2
2020-05-12block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei1-1/+1
2020-05-12block: fix use-after-free on cached last_lookup partitionMing Lei1-3/+12
2020-05-09bdi: 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
2020-03-24block: remove the blk_lookup_devt exportChristoph Hellwig1-1/+0
2020-03-18block/genhd: Notify udev about capacity changeBalbir Singh1-0/+24
2020-03-12block: Fix partition support for host aware zoned block devicesShin'ichiro Kawasaki1-0/+36
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov1-2/+6
2019-09-05block: Delay default elevator initializationDamien Le Moal1-0/+9
2019-07-16block: fix sysfs module parameters directory path in commentAkinobu Mita1-1/+1
2019-06-15block: genhd: Use struct_size() helperGustavo A. R. Silva1-3/+2
2019-05-31block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche1-2/+2
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-04-22block: fix use-after-free on gendiskYufen Yu1-0/+19
2019-04-12block: check_events: don't bother with events if unsupportedMartin Wilck1-11/+16
2019-04-12block: disk_events: introduce event flagsMartin Wilck1-4/+9
2019-04-12block: genhd: remove async_events fieldMartin Wilck1-6/+4
2019-02-28block: Replace function name in string with __func__Keyur Patel1-4/+4
2019-02-28block: fix NULL pointer dereference in register_diskzhengbin1-4/+6
2018-12-10block: return just one value from part_in_flightMikulas Patocka1-22/+12
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka1-10/+33
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka1-3/+0
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-3/+2
2018-11-16block: add queue_is_mq() helperJens Axboe1-4/+4
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-3/+3
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-5/+14