summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig16-194/+67
2020-12-01block: initialize struct block_device in bdev_allocChristoph Hellwig1-13/+9
2020-12-01block: simplify part_to_diskChristoph Hellwig1-7/+3
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig3-44/+25
2020-12-01block: remove ->bd_containsChristoph Hellwig4-17/+13
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig9-319/+194
2020-12-01block: remove i_bdevChristoph Hellwig18-252/+121
2020-12-01block: opencode devcgroup_inode_permissionChristoph Hellwig1-6/+4
2020-12-01block: move bdput() to the callers of __blkdev_getChristoph Hellwig1-2/+5
2020-12-01block: refactor blkdev_getChristoph Hellwig1-99/+86
2020-12-01block: refactor __blkdev_putChristoph Hellwig1-7/+7
2020-12-01init: cleanup match_dev_by_uuid and match_dev_by_labelChristoph Hellwig1-12/+6
2020-12-01init: refactor devt_from_partuuidChristoph Hellwig1-37/+31
2020-12-01init: refactor name_to_dev_tChristoph Hellwig2-99/+91
2020-12-01block: switch bdgrab to use igrabChristoph Hellwig1-1/+5
2020-12-01block: change the hash used for looking up block devicesChristoph Hellwig1-24/+2
2020-12-01block: use put_device in put_diskChristoph Hellwig1-1/+1
2020-12-01block: use disk_part_iter_exit in disk_part_iter_nextChristoph Hellwig1-2/+1
2020-12-01block: add a bdev_kobj helperChristoph Hellwig5-23/+12
2020-12-01block: remove a superflous check in blkpg_do_ioctlChristoph Hellwig1-9/+0
2020-12-01block: remove a duplicate __disk_get_part prototypeChristoph Hellwig1-1/+0
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig2-13/+14
2020-12-01dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig1-9/+3
2020-12-01loop: do not call set_blocksizeChristoph Hellwig1-3/+0
2020-12-01zram: do not call set_blocksizeChristoph Hellwig2-11/+1
2020-12-01mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig2-17/+0
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig9-59/+33
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig4-59/+29
2020-12-01filemap: consistently use ->f_mapping over ->i_mappingChristoph Hellwig1-7/+6
2020-11-30block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen1-1/+0
2020-11-25block: remove unused BIO_SPLIT_ENTRIESJeffle Xu1-6/+0
2020-11-16block: unexport revalidate_disk_sizeChristoph Hellwig1-1/+0
2020-11-16virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig1-1/+0
2020-11-16md: remove a spurious call to revalidate_disk_size in update_sizeChristoph Hellwig1-2/+0
2020-11-16md: use set_capacity_and_notifyChristoph Hellwig3-20/+13
2020-11-16dm-raid: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16zram: use set_capacity_and_notifyChristoph Hellwig1-5/+2
2020-11-16rnbd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16rbd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16drbd: use set_capacity_and_notifyChristoph Hellwig1-4/+2
2020-11-16nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig1-12/+1
2020-11-16pktcdvd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16dm: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16aoe: don't call set_capacity from irq contextChristoph Hellwig1-11/+4
2020-11-16nbd: use set_capacity_and_notifyChristoph Hellwig1-12/+3
2020-11-16nbd: validate the block size in nbd_set_sizeChristoph Hellwig1-32/+15
2020-11-16nbd: refactor size updatesChristoph Hellwig1-26/+18
2020-11-16nbd: move the task_recv check into nbd_size_updateChristoph Hellwig1-3/+7
2020-11-16nbd: remove the call to set_blocksizeChristoph Hellwig1-7/+5
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig7-17/+12