aboutsummaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+4
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+62
2022-03-18block: cancel all throttled bios in del_gendisk()Gravatar Yu Kuai 1-0/+3
2022-03-09block: add ->poll_bio to block_device_operationsGravatar Ming Lei 1-0/+4
2022-03-08block: move rq_qos_exit() into disk_release()Gravatar Ming Lei 1-2/+1
2022-03-08block: do more work in elevator_exitGravatar Christoph Hellwig 1-3/+0
2022-03-08block: move blk_exit_queue into disk_releaseGravatar Ming Lei 1-1/+30
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerGravatar Ming Lei 1-0/+9
2022-02-22block: update io_ticks when io hangGravatar Zhang Wensheng 1-2/+12
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingGravatar Christoph Hellwig 1-0/+14
2022-02-16block: add a ->free_disk methodGravatar Christoph Hellwig 1-0/+5
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2022-02-02block: deprecate autoloading based on dev_tGravatar Christoph Hellwig 1-0/+6
2021-12-21block: check minor range in device_add_disk()Gravatar Tetsuo Handa 1-0/+2
2021-12-21block: fix error unwinding in device_add_diskGravatar Christoph Hellwig 1-7/+6
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueGravatar Ming Lei 1-1/+1
2021-11-29block: don't include <linux/part_stat.h> in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-29block: don't include blk-mq-sched.h in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-29block: don't set GENHD_FL_NO_PART for hidden gendisksGravatar Christoph Hellwig 1-7/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTGravatar Christoph Hellwig 1-3/+3
2021-11-29block: remove GENHD_FL_SUPPRESS_PARTITION_INFOGravatar Christoph Hellwig 1-8/+3
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTGravatar Christoph Hellwig 1-1/+1
2021-11-29block: merge disk_scan_partitions and blkdev_reread_partGravatar Christoph Hellwig 1-7/+12
2021-11-29block: remove a dead check in show_partitionGravatar Christoph Hellwig 1-3/+1
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Gravatar Ming Lei 1-0/+2
2021-11-09block: add __must_check for *add_disk*() callersGravatar Luis Chamberlain 1-3/+3
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+4
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+6
2021-11-04block: fix device_add_disk() kobject_create_and_add() error handlingGravatar Luis Chamberlain 1-2/+6
2021-11-04block: update __register_blkdev() probe documentationGravatar Luis Chamberlain 1-1/+4
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+26
2021-10-26block: drain queue after disk is removed from sysfsGravatar Ming Lei 1-10/+12
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskGravatar Xie Yongji 1-0/+20
2021-10-19block: move bdev_read_only() into the headerGravatar Jens Axboe 1-6/+0
2021-10-18block: cache inode size in bdevGravatar Jens Axboe 1-0/+1
2021-10-18block: convert the rest of block to bdev_get_queueGravatar Pavel Begunkov 1-2/+2
2021-10-18block: cache request queue in bdevGravatar Pavel Begunkov 1-1/+3
2021-10-18block: drop unused includes in <linux/genhd.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-17block: warn when putting the final reference on a registered diskGravatar Christoph Hellwig 1-0/+1
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskGravatar Christoph Hellwig 1-1/+2
2021-10-15block: drain file system I/O on del_gendiskGravatar Christoph Hellwig 1-0/+21
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Gravatar Tetsuo Handa 1-0/+1
2021-09-07block: genhd: don't call blkdev_show() with major_names_lock heldGravatar Tetsuo Handa 1-2/+7
2021-08-24block: refine the disk_live check in del_gendiskGravatar Christoph Hellwig 1-1/+1
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Christoph Hellwig 1-39/+4
2021-08-24block: remove a pointless call to MINOR() in device_add_diskGravatar Christoph Hellwig 1-1/+1
2021-08-23block: add error handling for device_add_disk / add_diskGravatar Luis Chamberlain 1-34/+58
2021-08-23block: call blk_register_queue earlier in device_add_diskGravatar Christoph Hellwig 1-2/+3
2021-08-23block: call blk_integrity_add earlier in device_add_diskGravatar Christoph Hellwig 1-1/+2