aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-207/+418
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 22-707/+603
2020-12-16Merge tag 'for-linus-5.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+3
2020-12-15zram: break the strict dependency from lzoGravatar Rui Salvaterra 3-2/+44
2020-12-15zram: add stat to gather incompressible pages since zram set upGravatar Minchan Kim 2-2/+5
2020-12-15zram: support page writebackGravatar Minchan Kim 1-4/+17
2020-12-14xen-blkback: set ring->xenblkd to NULL after kthread_stop()Gravatar Pawel Wieczorkiewicz 1-0/+1
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()Gravatar SeongJae Park 1-1/+2
2020-12-12block: drop dead assignments in loop_init()Gravatar Lukas Bulwahn 1-6/+2
2020-12-09xen: add helpers for caching grant mapping pagesGravatar Juergen Gross 3-79/+20
2020-12-07null_blk: Move driver into its own directoryGravatar Damien Le Moal 9-16/+28
2020-12-07null_blk: Allow controlling max_hw_sectors limitGravatar Damien Le Moal 2-1/+20
2020-12-07null_blk: discard zones on resetGravatar Damien Le Moal 3-2/+7
2020-12-07null_blk: cleanup discard handlingGravatar Damien Le Moal 1-21/+22
2020-12-07null_blk: Improve implicit zone closeGravatar Damien Le Moal 2-5/+18
2020-12-07null_blk: improve zone lockingGravatar Damien Le Moal 2-120/+188
2020-12-07null_blk: Fail zone append to conventional zonesGravatar Damien Le Moal 1-1/+4
2020-12-07null_blk: Fix zone size initializationGravatar Damien Le Moal 1-8/+15
2020-12-07block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameGravatar Colin Ian King 1-1/+1
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameGravatar Md Haris Iqbal 3-7/+23
2020-12-04block/rnbd: call kobject_put in the failure pathGravatar Guoqing Jiang 2-13/+19
2020-12-04block/rnbd-srv: close a mapped device from server side.Gravatar Lutz Pogrell 3-4/+57
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different...Gravatar Guoqing Jiang 2-5/+12
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceGravatar Md Haris Iqbal 2-1/+6
2020-12-01block: stop using bdget_disk for partition 0Gravatar Christoph Hellwig 3-30/+8
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 3-3/+3
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeGravatar Christoph Hellwig 3-3/+4
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 3-5/+2
2020-12-01block: simplify the block device claiming interfaceGravatar Christoph Hellwig 1-7/+5
2020-12-01block: remove ->bd_containsGravatar Christoph Hellwig 1-1/+1
2020-12-01block: remove i_bdevGravatar Christoph Hellwig 1-5/+3
2020-12-01loop: do not call set_blocksizeGravatar Christoph Hellwig 1-3/+0
2020-12-01zram: do not call set_blocksizeGravatar Christoph Hellwig 2-11/+1
2020-12-01mtip32xx: remove the call to fsync_bdev on removalGravatar Christoph Hellwig 2-17/+0
2020-11-16virtio-blk: remove a spurious call to revalidate_disk_sizeGravatar Christoph Hellwig 1-1/+0
2020-11-16zram: use set_capacity_and_notifyGravatar Christoph Hellwig 1-5/+2
2020-11-16rnbd: use set_capacity_and_notifyGravatar Christoph Hellwig 1-2/+1
2020-11-16rbd: use set_capacity_and_notifyGravatar Christoph Hellwig 1-2/+1
2020-11-16drbd: use set_capacity_and_notifyGravatar Christoph Hellwig 1-4/+2
2020-11-16pktcdvd: use set_capacity_and_notifyGravatar Christoph Hellwig 1-2/+1
2020-11-16aoe: don't call set_capacity from irq contextGravatar Christoph Hellwig 1-11/+4
2020-11-16nbd: use set_capacity_and_notifyGravatar Christoph Hellwig 1-12/+3
2020-11-16nbd: validate the block size in nbd_set_sizeGravatar Christoph Hellwig 1-32/+15
2020-11-16nbd: refactor size updatesGravatar Christoph Hellwig 1-26/+18
2020-11-16nbd: move the task_recv check into nbd_size_updateGravatar Christoph Hellwig 1-3/+7
2020-11-16nbd: remove the call to set_blocksizeGravatar Christoph Hellwig 1-7/+5
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyGravatar Christoph Hellwig 3-3/+3
2020-11-16loop: let set_capacity_revalidate_and_notify update the bdev sizeGravatar Christoph Hellwig 1-6/+2
2020-11-16z2ram: use separate gendisk for the different modesGravatar Christoph Hellwig 1-42/+58
2020-11-16z2ram: reindentGravatar Christoph Hellwig 1-257/+236