aboutsummaryrefslogtreecommitdiff
path: root/block/genhd.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-23block: create the bdi link earlier in device_add_diskGravatar Christoph Hellwig 1-7/+6
2021-08-23block: call bdev_add later in device_add_diskGravatar Christoph Hellwig 1-19/+17
2021-08-23block: fold register_disk into device_add_diskGravatar Christoph Hellwig 1-71/+60
2021-08-23block: add a sanity check for a live disk in del_gendiskGravatar Christoph Hellwig 1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueGravatar Christoph Hellwig 1-0/+2
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskGravatar Christoph Hellwig 1-12/+7
2021-08-23block: pass a request_queue to __blk_alloc_diskGravatar Christoph Hellwig 1-3/+4
2021-08-23block: remove the minors argument to __alloc_disk_nodeGravatar Christoph Hellwig 1-4/+2
2021-08-23block: cleanup the lockdep handling in *alloc_diskGravatar Christoph Hellwig 1-3/+5
2021-08-16block: ensure the bdi is freed after inode_detach_wbGravatar Christoph Hellwig 1-1/+0
2021-08-16block: free the extended dev_t minor laterGravatar Christoph Hellwig 1-2/+0
2021-08-12block: remove GENHD_FL_UPGravatar Christoph Hellwig 1-4/+2
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 1-9/+14
2021-08-09block: remove support for delayed queue registrationsGravatar Christoph Hellwig 1-22/+7
2021-08-09block: support delayed holder registrationGravatar Christoph Hellwig 1-0/+10
2021-08-09block: look up holders by bdevGravatar Christoph Hellwig 1-1/+3
2021-08-02block: export diskseq in sysfsGravatar Matteo Croce 1-0/+10
2021-08-02block: export the diskseq in ueventsGravatar Matteo Croce 1-0/+9
2021-08-02block: add disk sequence numberGravatar Matteo Croce 1-0/+24
2021-08-02block: remove disk_name()Gravatar Christoph Hellwig 1-8/+9
2021-08-02block: use the %pg format specifier in show_partitionGravatar Christoph Hellwig 1-4/+2
2021-08-02block: use the %pg format specifier in printk_all_partitionsGravatar Christoph Hellwig 1-4/+2
2021-08-02block: reduce stack usage in diskstats_showGravatar Abd-Alrhman Masalkhi 1-4/+2
2021-08-02block: remove bdputGravatar Christoph Hellwig 1-2/+2
2021-08-02block: unhash the whole device inode earlierGravatar Christoph Hellwig 1-6/+1