aboutsummaryrefslogtreecommitdiffstats
path: root/block/genhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-28block: fix bd_size_lock useDamien Le Moal1-2/+3
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig1-151/+12
2021-01-24block: remove DISK_PITER_REVERSEChristoph Hellwig1-30/+7
2021-01-24block: add a disk_uevent helperChristoph Hellwig1-13/+14
2021-01-24blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig1-48/+0
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2021-01-24block: propagate BLKROSET on the whole device to all partitionsChristoph Hellwig1-2/+1
2021-01-24block: add a hard-readonly flag to struct gendiskChristoph Hellwig1-14/+19
2021-01-24block: remove the NULL bdev check in bdev_read_onlyChristoph Hellwig1-3/+0
2021-01-05block: fix use-after-free in disk_part_iter_nextMing Lei1-4/+7
2020-12-22block: update some copyrightsChristoph Hellwig1-0/+2
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig1-1/+0
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-64/+26
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig1-29/+30
2020-12-01block: pass a block_device to invalidate_partitionChristoph Hellwig1-10/+3
2020-12-01block: pass a block_device to blk_alloc_devtChristoph Hellwig1-7/+7
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig1-6/+6
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-25/+32
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-31/+19
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig1-4/+4
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig1-2/+3
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-1/+2