aboutsummaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31block: genhd: delete duplicated wordsGravatar Randy Dunlap 1-3/+3
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statGravatar Boris Burkov 1-3/+1
2020-07-08md: switch to ->check_events for media change notificationsGravatar Christoph Hellwig 1-7/+1
2020-06-24block: revert back to synchronous request_queue removalGravatar Luis Chamberlain 1-0/+17
2020-06-24block: clarify context for refcount increment helpersGravatar Luis Chamberlain 1-0/+6
2020-06-24block: add docs for gendisk / request_queue refcount helpersGravatar Luis Chamberlain 1-1/+49
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Gravatar Konstantin Khlebnikov 1-3/+8
2020-05-27block: always use a percpu variable for disk statsGravatar Christoph Hellwig 1-9/+3
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersGravatar Christoph Hellwig 1-20/+0
2020-05-19block: move the blk-mq calls out of part_in_flight{,_rw}Gravatar Christoph Hellwig 1-14/+14
2020-05-12block: don't hold part0's refcount in IO pathGravatar Ming Lei 1-2/+2
2020-05-12block: only define 'nr_sects_seq' in hd_part for 32bit SMPGravatar Ming Lei 1-1/+1
2020-05-12block: fix use-after-free on cached last_lookup partitionGravatar Ming Lei 1-3/+12
2020-05-09bdi: remove bdi_register_ownerGravatar Christoph Hellwig 1-3/+5
2020-04-20block: fold bdev_unhash_inode into invalidate_partitionGravatar Christoph Hellwig 1-2/+6
2020-04-20block: mark invalidate_partition staticGravatar Christoph Hellwig 1-14/+13
2020-04-20block: pass a hd_struct to delete_partitionGravatar Christoph Hellwig 1-1/+1
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-27/+192
2020-03-27block: move the ->devnode callback to struct block_device_operationsGravatar Christoph Hellwig 1-2/+2
2020-03-25block: unexport get_gendiskGravatar Christoph Hellwig 1-1/+0
2020-03-25block: unexport disk_map_sector_rcuGravatar Christoph Hellwig 1-1/+0
2020-03-25block: unexport disk_get_partGravatar Christoph Hellwig 1-1/+0
2020-03-25block: mark part_in_flight and part_in_flight_rw staticGravatar Christoph Hellwig 1-3/+4
2020-03-25block: mark block_depr staticGravatar Christoph Hellwig 1-1/+1
2020-03-25block/diskstats: replace time_in_queue with sum of request timesGravatar Konstantin Khlebnikov 1-3/+10
2020-03-25block/diskstats: accumulate all per-cpu counters in one passGravatar Konstantin Khlebnikov 1-32/+70
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cGravatar Christoph Hellwig 1-1/+79
2020-03-24block: move disk_name and related helpers out of partition-generic.cGravatar Christoph Hellwig 1-0/+21
2020-03-24block: remove the blk_lookup_devt exportGravatar Christoph Hellwig 1-1/+0
2020-03-18block/genhd: Notify udev about capacity changeGravatar Balbir Singh 1-0/+24
2020-03-12block: Fix partition support for host aware zoned block devicesGravatar Shin'ichiro Kawasaki 1-0/+36
2019-11-21block: add iostat counters for flush requestsGravatar Konstantin Khlebnikov 1-2/+6
2019-09-05block: Delay default elevator initializationGravatar Damien Le Moal 1-0/+9
2019-07-16block: fix sysfs module parameters directory path in commentGravatar Akinobu Mita 1-1/+1
2019-06-15block: genhd: Use struct_size() helperGravatar Gustavo A. R. Silva 1-3/+2
2019-05-31block: Convert blk_invalidate_devt() header into a non-kernel-doc headerGravatar Bart Van Assche 1-2/+2
2019-04-30block: add SPDX tags to block layer files missing licensing informationGravatar Christoph Hellwig 1-0/+1
2019-04-22block: fix use-after-free on gendiskGravatar Yufen Yu 1-0/+19
2019-04-12block: check_events: don't bother with events if unsupportedGravatar Martin Wilck 1-11/+16
2019-04-12block: disk_events: introduce event flagsGravatar Martin Wilck 1-4/+9
2019-04-12block: genhd: remove async_events fieldGravatar Martin Wilck 1-6/+4
2019-02-28block: Replace function name in string with __func__Gravatar Keyur Patel 1-4/+4
2019-02-28block: fix NULL pointer dereference in register_diskGravatar zhengbin 1-4/+6
2018-12-10block: return just one value from part_in_flightGravatar Mikulas Patocka 1-22/+12
2018-12-10block: switch to per-cpu in-flight countersGravatar Mikulas Patocka 1-10/+33
2018-12-10block: delete part_round_stats and switch to less precise countingGravatar Mikulas Patocka 1-3/+0
2018-12-10block: stop passing 'cpu' to all percpu stats methodsGravatar Mike Snitzer 1-3/+2
2018-11-16block: add queue_is_mq() helperGravatar Jens Axboe 1-4/+4
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockGravatar Jens Axboe 1-3/+3
2018-09-28block: genhd: add 'groups' argument to device_add_diskGravatar Hannes Reinecke 1-5/+14