summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-25block: Remove references to __device_add_disk()John Garry1-3/+3
2025-11-17block: rate-limit capacity change info logLi Chen1-1/+1
2025-08-11block: fix kobject double initialization in add_diskZheng Qixing1-0/+2
2025-06-26block: fix false warning in bdev_count_inflight_rw()Yu Kuai1-11/+15
2025-05-10block: export API to get the number of bdev inflight IOYu Kuai1-6/+16
2025-05-10block: clean up blk_mq_in_flight_rw()Yu Kuai1-18/+25
2025-05-10block: WARN if bdev inflight counter is negativeYu Kuai1-2/+2
2025-05-10block: reuse part_in_flight_rw for part_in_flightYu Kuai1-15/+9
2025-05-06block: move wbt_enable_default() out of queue freezing from sched ->exit()Ming Lei1-0/+1
2025-05-06block: add new helper for disabling elevator switch when deleting diskMing Lei1-0/+13
2025-05-06block: unifying elevator changeMing Lei1-23/+5
2025-05-06block: prevent adding/deleting disk during updating nr_hw_queuesMing Lei1-34/+79
2025-05-06block: add helper add_disk_final()Ming Lei1-19/+27
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff1-3/+6
2025-01-16block: limit disk max sectors to (LLONG_MAX >> 9)Ming Lei1-0/+10
2025-01-06block: better split mq vs non-mq code in add_disk_fwnodeChristoph Hellwig1-13/+15
2025-01-03block: retry call probe after request_module in blk_request_moduleYang Erkun1-5/+17
2024-12-23block: track queue dying state automatically for modeling queue freeze lockdepMing Lei1-4/+3
2024-12-23block: track disk DEAD state automatically for modeling queue freeze lockdepMing Lei1-2/+2
2024-11-19block: fix uaf for flush rq while iterating tagsYu Kuai1-6/+3
2024-11-14block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang1-34/+29
2024-11-08block: Replace sprintf() with sysfs_emit()zhangguopeng1-15/+15
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei1-4/+11
2024-10-22block: introduce add_disk_fwnode()Christian Marangi1-4/+24
2024-07-24block: fix deadlock between sd_remove & sd_releaseYang Yang1-1/+1
2024-06-26block: remove disk_update_readaheadChristoph Hellwig1-1/+1
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+10
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2024-05-09block: fix that util can be greater than 100%Yu Kuai1-10/+2
2024-05-09block: support to account io_ticks preciselyYu Kuai1-1/+1
2024-05-03block: add a partscan sysfs attribute for disksChristoph Hellwig1-0/+8
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig1-5/+2
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro1-1/+1
2024-05-03missing helpers: bdev_unhash(), bdev_drop()Al Viro1-3/+3
2024-05-03bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro1-4/+8
2024-05-03bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro1-1/+2
2024-04-17block: Introduce zone write pluggingDamien Le Moal1-1/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-6/+8
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2024-02-25block/genhd: port disk_scan_partitions() to fileChristian Brauner1-6/+6
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-5/+6
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig1-2/+3
2023-12-19block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan1-1/+3
2023-12-13block: Set memalloc_noio to false on device_add_disk() error pathLi Nan1-0/+1
2023-10-28block: assert that we're not holding open_mutex over blk_report_disk_deadChristian Brauner1-0/+7
2023-10-28block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()Jan Kara1-6/+6
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig1-20/+24
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-2/+1
2023-06-21block: fix the exclusive open mask in disk_scan_partitionsChristoph Hellwig1-1/+1
2023-06-20block: fix wrong mode for blkdev_get_by_dev() from disk_scan_partitions()Yu Kuai1-1/+2