summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
AgeCommit message (Expand)Author
2021-09-26block: genhd: don't call blkdev_show() with major_names_lock heldTetsuo Handa
2021-07-27block: delay freeing the gendiskChristoph Hellwig
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig
2021-06-24block: add the events* attributes to disk_attrsChristoph Hellwig
2021-06-24block: move the disk events code to a separate fileChristoph Hellwig
2021-06-01block: remove bdget_diskChristoph Hellwig
2021-06-01block: factor out a part_devt helperChristoph Hellwig
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-06-01block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig
2021-06-01block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig
2021-06-01block: move the DISK_MAX_PARTS sanity check into __device_add_diskChristoph Hellwig
2021-06-01block: refactor device number setup in __device_add_diskChristoph Hellwig
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig
2021-04-08block: remove disk_part_iterChristoph Hellwig
2021-04-08block: simplify diskstats_showChristoph Hellwig
2021-04-08block: simplify show_partitionChristoph Hellwig
2021-04-08block: simplify printk_all_partitionsChristoph Hellwig
2021-04-08block: take bd_mutex around delete_partitions in del_gendiskChristoph Hellwig
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig
2021-04-08block: move more syncing and invalidation to delete_partitionChristoph Hellwig
2021-04-08block: remove invalidate_partitionChristoph Hellwig
2021-03-11block: Suppress uevent for hidden device when removedDaniel Wagner
2021-02-28block: revert "block: fix bd_size_lock use"Damien Le Moal
2021-02-23block: fix logging on capacity changeMing Lei
2021-02-23block: don't skip empty device in in disk_ueventChristoph Hellwig
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-29block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn
2021-01-28block: fix bd_size_lock useDamien Le Moal
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig
2021-01-24block: remove DISK_PITER_REVERSEChristoph Hellwig
2021-01-24block: add a disk_uevent helperChristoph Hellwig
2021-01-24blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig
2021-01-24block: add a hard-readonly flag to struct gendiskChristoph Hellwig
2021-01-24block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig
2021-01-05block: fix use-after-free in disk_part_iter_nextMing Lei
2020-12-22block: update some copyrightsChristoph Hellwig
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig
2020-12-01block: pass a block_device to invalidate_partitionChristoph Hellwig
2020-12-01block: pass a block_device to blk_alloc_devtChristoph Hellwig
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig