summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval1-3/+3
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan1-3/+10
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan1-8/+8
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-26/+2
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-20/+17
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-26/+2
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval1-0/+12
2018-03-15block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat1-8/+11
2018-02-26genhd: Fix BUG in blkdev_open()Jan Kara1-1/+20
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara1-4/+16
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara1-6/+4
2018-02-26genhd: Fix leaked module reference for NVME devicesJan Kara1-0/+3
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer1-3/+17
2018-01-15block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDENMike Snitzer1-1/+2
2017-11-19block: genhd.c: fix message typoRandy Dunlap1-1/+1
2017-11-19block: add WARN_ON if bdi register failweiping zhang1-2/+5
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+49