summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-191-0/+1
|\
| * xen-blkfront: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-161-0/+1
* | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-172-4/+2
|\ \
| * | powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-032-4/+2
* | | Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-12-171-2/+6
|\ \ \
| * | | libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov2020-12-141-2/+6
* | | | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1616-207/+418
|\ \ \ \
| * | | | block: drop dead assignments in loop_init()Lukas Bulwahn2020-12-121-6/+2
| * | | | null_blk: Move driver into its own directoryDamien Le Moal2020-12-089-16/+28
| * | | | null_blk: Allow controlling max_hw_sectors limitDamien Le Moal2020-12-082-1/+20
| * | | | null_blk: discard zones on resetDamien Le Moal2020-12-083-2/+7
| * | | | null_blk: cleanup discard handlingDamien Le Moal2020-12-081-21/+22
| * | | | null_blk: Improve implicit zone closeDamien Le Moal2020-12-082-5/+18
| * | | | null_blk: improve zone lockingDamien Le Moal2020-12-082-120/+188
| * | | | null_blk: Fail zone append to conventional zonesDamien Le Moal2020-12-081-1/+4
| * | | | null_blk: Fix zone size initializationDamien Le Moal2020-12-081-8/+15
| * | | | block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King2020-12-071-1/+1
| * | | | block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal2020-12-043-7/+23
| * | | | block/rnbd: call kobject_put in the failure pathGuoqing Jiang2020-12-042-13/+19
| * | | | block/rnbd-srv: close a mapped device from server side.Lutz Pogrell2020-12-043-4/+57
| * | | | block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang2020-12-042-5/+12
| * | | | block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal2020-12-042-1/+6
* | | | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1622-707/+603
|\ \ \ \ \
| * | | | | block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-013-30/+8
| * | | | | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-013-3/+3
| * | | | | block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-013-3/+4
| * | | | | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-013-5/+2
| * | | | | block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-7/+5
| * | | | | block: remove ->bd_containsChristoph Hellwig2020-12-011-1/+1
| * | | | | block: remove i_bdevChristoph Hellwig2020-12-011-5/+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
| * | | | | virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig2020-11-161-1/+0
| * | | | | 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
| * | | | | pktcdvd: 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-163-3/+3
| * | | | | 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