summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
2025-06-26block: fix false warning in bdev_count_inflight_rw()Yu Kuai
2025-05-10block: export API to get the number of bdev inflight IOYu Kuai
2025-05-10block: clean up blk_mq_in_flight_rw()Yu Kuai
2025-05-10block: WARN if bdev inflight counter is negativeYu Kuai
2025-05-10block: reuse part_in_flight_rw for part_in_flightYu Kuai
2025-05-06block: move wbt_enable_default() out of queue freezing from sched ->exit()Ming Lei
2025-05-06block: add new helper for disabling elevator switch when deleting diskMing Lei
2025-05-06block: unifying elevator changeMing Lei
2025-05-06block: prevent adding/deleting disk during updating nr_hw_queuesMing Lei
2025-05-06block: add helper add_disk_final()Ming Lei
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff
2025-01-15block: limit disk max sectors to (LLONG_MAX >> 9)Ming Lei
2025-01-06block: better split mq vs non-mq code in add_disk_fwnodeChristoph Hellwig
2025-01-03block: retry call probe after request_module in blk_request_moduleYang Erkun
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei
2024-11-18block: fix uaf for flush rq while iterating tagsYu Kuai
2024-11-13block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang
2024-11-07block: Replace sprintf() with sysfs_emit()zhangguopeng
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei
2024-10-22block: introduce add_disk_fwnode()Christian Marangi
2024-07-24block: fix deadlock between sd_remove & sd_releaseYang Yang
2024-06-26block: remove disk_update_readaheadChristoph Hellwig
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-09block: fix that util can be greater than 100%Yu Kuai
2024-05-09block: support to account io_ticks preciselyYu Kuai
2024-05-03block: add a partscan sysfs attribute for disksChristoph Hellwig
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-05-03missing helpers: bdev_unhash(), bdev_drop()Al Viro
2024-05-02bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro
2024-04-17block: Introduce zone write pluggingDamien Le Moal
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-06block: make block_class constantRicardo B. Marliere
2024-02-25block/genhd: port disk_scan_partitions() to fileChristian Brauner
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig
2023-12-19block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan
2023-12-13block: Set memalloc_noio to false on device_add_disk() error pathLi Nan
2023-10-28block: assert that we're not holding open_mutex over blk_report_disk_deadChristian Brauner
2023-10-28block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()Jan Kara
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig
2023-06-21block: fix the exclusive open mask in disk_scan_partitionsChristoph Hellwig
2023-06-20block: fix wrong mode for blkdev_get_by_dev() from disk_scan_partitions()Yu Kuai
2023-06-14block: fix blktrace debugfs entries leakageYu Kuai
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig