summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...Martin K. Petersen2020-12-162-13/+55
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1653-1068/+788
|\
| * nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei2020-12-071-0/+10
| * block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-042-3/+2
| * block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-048-27/+19
| * block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-1/+1
| * block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-015-47/+12
| * block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2020-12-011-4/+4
| * block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-017-19/+19
| * block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-015-6/+7
| * block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-016-12/+6
| * block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-7/+5
| * block: remove ->bd_containsChristoph Hellwig2020-12-012-2/+2
| * block: remove i_bdevChristoph Hellwig2020-12-016-40/+28
| * block: add a bdev_kobj helperChristoph Hellwig2020-12-012-8/+3
| * dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig2020-12-012-13/+14
| * dm: simplify flush_bio initialization in __send_empty_flushChristoph Hellwig2020-12-011-9/+3
| * loop: do not call set_blocksizeChristoph Hellwig2020-12-011-3/+0
| * zram: do not call set_blocksizeChristoph Hellwig2020-12-012-11/+1
| * mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig2020-12-012-17/+0
| * fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-012-19/+6
| * virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig2020-11-161-1/+0
| * md: remove a spurious call to revalidate_disk_size in update_sizeChristoph Hellwig2020-11-161-2/+0
| * md: use set_capacity_and_notifyChristoph Hellwig2020-11-163-20/+13
| * dm-raid: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
| * zram: use set_capacity_and_notifyChristoph Hellwig2020-11-161-5/+2
| * rnbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
| * rbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
| * drbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-4/+2
| * nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig2020-11-161-12/+1
| * pktcdvd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
| * dm: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
| * aoe: don't call set_capacity from irq contextChristoph Hellwig2020-11-161-11/+4
| * nbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-12/+3
| * nbd: validate the block size in nbd_set_sizeChristoph Hellwig2020-11-161-32/+15
| * nbd: refactor size updatesChristoph Hellwig2020-11-161-26/+18
| * nbd: move the task_recv check into nbd_size_updateChristoph Hellwig2020-11-161-3/+7
| * nbd: remove the call to set_blocksizeChristoph Hellwig2020-11-161-7/+5
| * block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-165-7/+6
| * sd: update the bdev size in sd_revalidate_diskChristoph Hellwig2020-11-161-5/+3
| * nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig2020-11-161-4/+1
| * loop: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig2020-11-161-6/+2
| * z2ram: use separate gendisk for the different modesChristoph Hellwig2020-11-161-42/+58
| * z2ram: reindentChristoph Hellwig2020-11-161-257/+236
| * ataflop: use a separate gendisk for each media formatChristoph Hellwig2020-11-161-49/+86
| * amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig2020-11-161-43/+55
| * floppy: use a separate gendisk for each media formatChristoph Hellwig2020-11-161-57/+97
| * ide: switch to __register_blkdev for command set probingChristoph Hellwig2020-11-161-28/+6
| * md: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-13/+8
| * loop: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-22/+8