summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
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_flagspull-bd_flags-2Al 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
2023-06-05block: move more code to early-lookup.cChristoph Hellwig
2023-06-05block: add a mark_dead holder operationChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05block: delete partitions later in del_gendiskChristoph Hellwig
2023-06-05block: avoid repeated work in blk_mark_disk_deadChristoph Hellwig
2023-06-05block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendiskChristoph Hellwig
2023-06-01block: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe
2023-04-06block: don't set GD_NEED_PART_SCAN if scan partition failedYu Kuai
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-31driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman
2023-03-07block: fix wrong mode for blkdev_put() from disk_scan_partitions()Yu Kuai
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-17block: fix scan partition for exclusively open device againYu Kuai
2023-02-17block: Revert "block: Do not reread partition table on exclusively open device"Yu Kuai
2023-02-14Revert "blk-cgroup: delay blk-cgroup initialization until add_disk"Christoph Hellwig