summaryrefslogtreecommitdiff
path: root/block/genhd.c
Commit message (Expand)AuthorAgeFilesLines
* block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca2022-08-121-3/+1
* block: move ->bio_split to the gendiskChristoph Hellwig2022-08-021-1/+7
* block: call blk_mq_exit_queue from disk_release for never added disksChristoph Hellwig2022-07-211-0/+15
* block: remove bdevnameChristoph Hellwig2022-07-141-23/+0
* block: pass a gendisk to blk_queue_free_zone_bitmapsChristoph Hellwig2022-07-061-1/+1
* block: call blk_queue_free_zone_bitmaps from disk_releaseChristoph Hellwig2022-07-061-0/+1
* block: simplify blktrace sysfs attribute creationChristoph Hellwig2022-06-281-0/+3
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-15/+0
* block: simplify disk shutdownChristoph Hellwig2022-06-281-10/+13
* block: freeze the queue earlier in del_gendiskChristoph Hellwig2022-06-171-2/+1
* block: disable the elevator int del_gendiskChristoph Hellwig2022-06-171-28/+11
* block, loop: support partitions without scanningChristoph Hellwig2022-05-271-0/+2
* block: remove queue_discard_alignmentChristoph Hellwig2022-04-171-1/+1
* block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig2022-04-171-1/+1
* Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-1/+1
|\
| * block: Fix the maximum minor value is blk_alloc_ext_minor()Christophe JAILLET2022-03-281-1/+1
* | Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-0/+4
|\ \
| * | block: add ->poll_bio to block_device_operationsMing Lei2022-03-091-0/+4
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-5/+62
|\ \ \ | | |/ | |/|
| * | block: cancel all throttled bios in del_gendisk()Yu Kuai2022-03-181-0/+3
| * | block: move rq_qos_exit() into disk_release()Ming Lei2022-03-081-2/+1
| * | block: do more work in elevator_exitChristoph Hellwig2022-03-081-3/+0
| * | block: move blk_exit_queue into disk_releaseMing Lei2022-03-081-1/+30
| * | block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei2022-03-081-0/+9
| * | block: update io_ticks when io hangZhang Wensheng2022-02-221-2/+12
| |/
| * block: add a ->free_disk methodChristoph Hellwig2022-02-161-0/+5
| * block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
| * block: deprecate autoloading based on dev_tChristoph Hellwig2022-02-021-0/+6
* | block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-171-0/+14
|/
* block: check minor range in device_add_disk()Tetsuo Handa2021-12-211-0/+2
* block: fix error unwinding in device_add_diskChristoph Hellwig2021-12-211-7/+6
* blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-031-1/+1
* block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig2021-11-291-0/+1
* block: don't include blk-mq-sched.h in blk.hChristoph Hellwig2021-11-291-0/+1
* block: don't set GENHD_FL_NO_PART for hidden gendisksChristoph Hellwig2021-11-291-7/+2
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-3/+3
* block: remove GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig2021-11-291-8/+3
* block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig2021-11-291-1/+1
* block: merge disk_scan_partitions and blkdev_reread_partChristoph Hellwig2021-11-291-7/+12
* block: remove a dead check in show_partitionChristoph Hellwig2021-11-291-3/+1
* blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei2021-11-151-0/+2
* block: add __must_check for *add_disk*() callersLuis Chamberlain2021-11-091-3/+3
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-1/+4
|\
| * block: update __register_blkdev() probe documentationLuis Chamberlain2021-11-041-1/+4
* | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-2/+6
|\ \
| * | block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain2021-11-041-2/+6
* | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-0/+1
|\ \ \
| * | | block: cache inode size in bdevJens Axboe2021-10-181-0/+1
| | |/ | |/|
* | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-9/+26
|\ \ \ | | |/ | |/|
| * | block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji2021-10-211-0/+20