aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/genhd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09block: add __must_check for *add_disk*() callersLuis Chamberlain1-3/+3
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-11-04block: add a loff_t cast to bdev_nr_bytesChristoph Hellwig1-1/+1
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2021-10-21block: Add invalidate_disk() helper to invalidate the gendiskXie Yongji1-0/+2
2021-10-19block: move bdev_read_only() into the headerJens Axboe1-0/+5
2021-10-18block: cache inode size in bdevJens Axboe1-4/+4
2021-10-18block: add a sb_bdev_nr_blocks helperChristoph Hellwig1-0/+6
2021-10-18block: add a bdev_nr_bytes helperChristoph Hellwig1-1/+6
2021-10-18block: move the *blkdev_ioctl declarations out of blkdev.hChristoph Hellwig1-4/+0
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-12/+2
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig1-0/+1
2021-08-23block: add error handling for device_add_disk / add_diskLuis Chamberlain1-4/+4
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig1-1/+0
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig1-1/+2
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig1-2/+1
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig1-10/+0
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig1-17/+6
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-4/+5
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-0/+1
2021-08-09block: remove support for delayed queue registrationsChristoph Hellwig1-6/+0
2021-08-09block: support delayed holder registrationChristoph Hellwig1-0/+5
2021-08-09block: look up holders by bdevChristoph Hellwig1-1/+3
2021-08-09block: make the block holder code optionalChristoph Hellwig1-2/+2
2021-08-02block: add a helper to raise a media changed eventMatteo Croce1-0/+1
2021-08-02block: add disk sequence numberMatteo Croce1-0/+2
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-1/+1
2021-06-24block: move bdev_disk_changedChristoph Hellwig1-1/+0
2021-06-01block: remove bdget_diskChristoph Hellwig1-1/+0
2021-06-01block: factor out a part_devt helperChristoph Hellwig1-0/+1
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig1-0/+1
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-0/+3
2021-06-01block: add blk_alloc_disk and blk_cleanup_disk APIsChristoph Hellwig1-0/+22
2021-06-01block: add a flag to make put_disk on partially initalized disks saferChristoph Hellwig1-0/+1
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig1-2/+0
2021-04-08block: remove disk_part_iterChristoph Hellwig1-19/+0
2021-04-08block: refactor blk_drop_partitionsChristoph Hellwig1-1/+1
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig1-15/+3
2021-01-24block: remove DISK_PITER_REVERSEChristoph Hellwig1-1/+0
2021-01-24block: add a disk_uevent helperChristoph Hellwig1-0/+2
2021-01-24block: add a hard-readonly flag to struct gendiskChristoph Hellwig1-2/+4
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-31/+9
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig1-1/+0
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-8/+6
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig1-3/+0
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig1-1/+0
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-1/+0