aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23block: fold register_disk into device_add_diskChristoph Hellwig1-71/+60
2021-08-23block: add a sanity check for a live disk in del_gendiskChristoph Hellwig1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-0/+2
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig1-12/+7
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig1-3/+4
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig1-4/+2
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig1-3/+5
2021-08-16block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig1-1/+0
2021-08-16block: free the extended dev_t minor laterChristoph Hellwig1-2/+0
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-4/+2
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-9/+14
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig1-22/+7
2021-08-09block: support delayed holder registrationChristoph Hellwig1-0/+10
2021-08-09block: look up holders by bdevChristoph Hellwig1-1/+3
2021-08-02block: export diskseq in sysfsMatteo Croce1-0/+10
2021-08-02block: export the diskseq in ueventsMatteo Croce1-0/+9
2021-08-02block: add disk sequence numberMatteo Croce1-0/+24
2021-08-02block: remove disk_name()Christoph Hellwig1-8/+9
2021-08-02block: use the %pg format specifier in show_partitionChristoph Hellwig1-4/+2
2021-08-02block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig1-4/+2
2021-08-02block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi1-4/+2
2021-08-02block: remove bdputChristoph Hellwig1-2/+2
2021-08-02block: unhash the whole device inode earlierChristoph Hellwig1-6/+1
2021-07-27block: delay freeing the gendiskChristoph Hellwig1-2/+1
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig1-2/+2
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig1-0/+3
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig1-492/+0
2021-06-01block: remove bdget_diskChristoph Hellwig1-30/+5
2021-06-01block: factor out a part_devt helperChristoph Hellwig1-8/+17
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-3/+4
2021-06-01block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig1-0/+35
2021-06-01block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig1-2/+5
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+1
2021-06-01block: move the DISK_MAX_PARTS sanity check into __device_add_diskChristoph Hellwig1-7/+6
2021-06-01block: refactor device number setup in __device_add_diskChristoph Hellwig1-60/+36
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig1-10/+1
2021-04-08block: remove disk_part_iterChristoph Hellwig1-79/+13
2021-04-08block: simplify diskstats_showChristoph Hellwig1-4/+6
2021-04-08block: simplify show_partitionChristoph Hellwig1-6/+7
2021-04-08block: simplify printk_all_partitionsChristoph Hellwig1-17/+16
2021-04-08block: take bd_mutex around delete_partitions in del_gendiskChristoph Hellwig1-0/+4
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig1-10/+1
2021-04-08block: move more syncing and invalidation to delete_partitionChristoph Hellwig1-4/+1
2021-04-08block: remove invalidate_partitionChristoph Hellwig1-14/+11
2021-03-11block: Suppress uevent for hidden device when removedDaniel Wagner1-3/+1
2021-02-28block: revert "block: fix bd_size_lock use"Damien Le Moal1-3/+2
2021-02-23block: fix logging on capacity changeMing Lei1-1/+1
2021-02-23block: don't skip empty device in in disk_ueventChristoph Hellwig1-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-257/+49
2021-01-29block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn1-1/+1