summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
AgeCommit message (Expand)Author
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
2019-04-12block: genhd: remove async_events fieldMartin Wilck
2019-02-28block: Replace function name in string with __func__Keyur Patel
2019-02-28block: fix NULL pointer dereference in register_diskzhengbin
2018-12-10block: return just one value from part_in_flightMikulas Patocka
2018-12-10block: switch to per-cpu in-flight countersMikulas Patocka
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig