summaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)Author
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2021-12-21block: check minor range in device_add_disk()Tetsuo Handa
2021-12-21block: fix error unwinding in device_add_diskChristoph Hellwig
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig
2021-11-29block: don't set GENHD_FL_NO_PART for hidden gendisksChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-29block: remove GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig
2021-11-29block: merge disk_scan_partitions and blkdev_reread_partChristoph Hellwig
2021-11-29block: remove a dead check in show_partitionChristoph Hellwig
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei
2021-11-09block: add __must_check for *add_disk*() callersLuis Chamberlain
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-04block: fix device_add_disk() kobject_create_and_add() error handlingLuis Chamberlain
2021-11-04block: update __register_blkdev() probe documentationLuis Chamberlain
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-26block: drain queue after disk is removed from sysfsMing Lei
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji
2021-10-19block: move bdev_read_only() into the headerJens Axboe
2021-10-18block: cache inode size in bdevJens Axboe
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov
2021-10-18block: cache request queue in bdevPavel Begunkov
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-10-17block: warn when putting the final reference on a registered diskChristoph Hellwig
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig
2021-10-02block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa
2021-09-07block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa
2021-08-24block: refine the disk_live check in del_gendiskChristoph Hellwig
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig
2021-08-24block: remove a pointless call to MINOR() in device_add_diskChristoph Hellwig
2021-08-23block: add error handling for device_add_disk / add_diskLuis Chamberlain
2021-08-23block: call blk_register_queue earlier in device_add_diskChristoph Hellwig
2021-08-23block: call blk_integrity_add earlier in device_add_diskChristoph Hellwig
2021-08-23block: create the bdi link earlier in device_add_diskChristoph Hellwig
2021-08-23block: call bdev_add later in device_add_diskChristoph Hellwig
2021-08-23block: fold register_disk into device_add_diskChristoph Hellwig
2021-08-23block: add a sanity check for a live disk in del_gendiskChristoph Hellwig
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig
2021-08-16block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig
2021-08-16block: free the extended dev_t minor laterChristoph Hellwig
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig