summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-10block: introduce a dedicated lock for protecting queue elevator updatesNilay Shroff1-3/+6
2025-01-15block: 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-18block: fix uaf for flush rq while iterating tagsYu Kuai1-6/+3
2024-11-13block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang1-34/+29
2024-11-07block: 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-02bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro1-4/+8
2024-05-02bdev: 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-19block: 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
2023-06-14block: fix blktrace debugfs entries leakageYu Kuai1-1/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+2
2023-06-05block: move more code to early-lookup.cChristoph Hellwig1-92/+0
2023-06-05block: add a mark_dead holder operationChristoph Hellwig1-0/+24
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+4
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig1-5/+19
2023-06-05block: avoid repeated work in blk_mark_disk_deadChristoph Hellwig1-1/+3
2023-06-05block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig1-14/+12
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-14/+5
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+7
2023-04-26blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh1-8/+4