summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | block: move bdev_read_only() into the headerJens Axboe2021-10-191-6/+0
| |/
| * block: convert the rest of block to bdev_get_queuePavel Begunkov2021-10-181-2/+2
| * block: cache request queue in bdevPavel Begunkov2021-10-181-1/+3
| * block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
* | block: drain queue after disk is removed from sysfsMing Lei2021-10-261-10/+12
|/
* block: warn when putting the final reference on a registered diskChristoph Hellwig2021-10-171-0/+1
* block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig2021-10-151-1/+2
* block: drain file system I/O on del_gendiskChristoph Hellwig2021-10-151-0/+21
* block: genhd: fix double kfree() in __alloc_disk_node()Tetsuo Handa2021-10-021-0/+1
* block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa2021-09-071-2/+7
* block: refine the disk_live check in del_gendiskChristoph Hellwig2021-08-241-1/+1
* block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-08-241-39/+4
* block: remove a pointless call to MINOR() in device_add_diskChristoph Hellwig2021-08-241-1/+1
* block: add error handling for device_add_disk / add_diskLuis Chamberlain2021-08-231-34/+58
* block: call blk_register_queue earlier in device_add_diskChristoph Hellwig2021-08-231-2/+3
* block: call blk_integrity_add earlier in device_add_diskChristoph Hellwig2021-08-231-1/+2
* block: create the bdi link earlier in device_add_diskChristoph Hellwig2021-08-231-7/+6
* block: call bdev_add later in device_add_diskChristoph Hellwig2021-08-231-19/+17
* block: fold register_disk into device_add_diskChristoph Hellwig2021-08-231-71/+60
* block: add a sanity check for a live disk in del_gendiskChristoph Hellwig2021-08-231-1/+1
* block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-0/+2
* block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig2021-08-231-12/+7
* block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2021-08-231-3/+4
* block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2021-08-231-4/+2
* block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2021-08-231-3/+5
* block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig2021-08-161-1/+0
* block: free the extended dev_t minor laterChristoph Hellwig2021-08-161-2/+0
* block: remove GENHD_FL_UPChristoph Hellwig2021-08-121-4/+2
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-9/+14
* block: remove support for delayed queue registrationsChristoph Hellwig2021-08-091-22/+7
* block: support delayed holder registrationChristoph Hellwig2021-08-091-0/+10
* block: look up holders by bdevChristoph Hellwig2021-08-091-1/+3
* block: export diskseq in sysfsMatteo Croce2021-08-021-0/+10
* block: export the diskseq in ueventsMatteo Croce2021-08-021-0/+9
* block: add disk sequence numberMatteo Croce2021-08-021-0/+24
* block: remove disk_name()Christoph Hellwig2021-08-021-8/+9
* block: use the %pg format specifier in show_partitionChristoph Hellwig2021-08-021-4/+2
* block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig2021-08-021-4/+2
* block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi2021-08-021-4/+2
* block: remove bdputChristoph Hellwig2021-08-021-2/+2
* block: unhash the whole device inode earlierChristoph Hellwig2021-08-021-6/+1
* block: delay freeing the gendiskChristoph Hellwig2021-07-271-2/+1