summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim-2/+5
2020-12-15zram: support page writebackMinchan Kim-4/+17
2020-12-14libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov-2/+6
2020-12-14xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz-0/+1
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park-1/+2
2020-12-12block: drop dead assignments in loop_init()Lukas Bulwahn-6/+2
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross-79/+20
2020-12-07null_blk: Move driver into its own directoryDamien Le Moal-16/+28
2020-12-07null_blk: Allow controlling max_hw_sectors limitDamien Le Moal-1/+20
2020-12-07null_blk: discard zones on resetDamien Le Moal-2/+7
2020-12-07null_blk: cleanup discard handlingDamien Le Moal-21/+22
2020-12-07null_blk: Improve implicit zone closeDamien Le Moal-5/+18
2020-12-07null_blk: improve zone lockingDamien Le Moal-120/+188
2020-12-07null_blk: Fail zone append to conventional zonesDamien Le Moal-1/+4
2020-12-07null_blk: Fix zone size initializationDamien Le Moal-8/+15
2020-12-07block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King-1/+1
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal-7/+23
2020-12-04block/rnbd: call kobject_put in the failure pathGuoqing Jiang-13/+19
2020-12-04block/rnbd-srv: close a mapped device from server side.Lutz Pogrell-4/+57
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang-5/+12
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal-1/+6
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König-4/+2
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig-30/+8
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig-3/+3
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig-3/+4
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-5/+2
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig-7/+5
2020-12-01block: remove ->bd_containsChristoph Hellwig-1/+1
2020-12-01block: remove i_bdevChristoph Hellwig-5/+3
2020-12-01loop: do not call set_blocksizeChristoph Hellwig-3/+0
2020-12-01zram: do not call set_blocksizeChristoph Hellwig-11/+1
2020-12-01mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig-17/+0
2020-11-16virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig-1/+0
2020-11-16zram: use set_capacity_and_notifyChristoph Hellwig-5/+2
2020-11-16rnbd: use set_capacity_and_notifyChristoph Hellwig-2/+1
2020-11-16rbd: use set_capacity_and_notifyChristoph Hellwig-2/+1
2020-11-16drbd: use set_capacity_and_notifyChristoph Hellwig-4/+2
2020-11-16pktcdvd: use set_capacity_and_notifyChristoph Hellwig-2/+1
2020-11-16aoe: don't call set_capacity from irq contextChristoph Hellwig-11/+4
2020-11-16nbd: use set_capacity_and_notifyChristoph Hellwig-12/+3
2020-11-16nbd: validate the block size in nbd_set_sizeChristoph Hellwig-32/+15
2020-11-16nbd: refactor size updatesChristoph Hellwig-26/+18
2020-11-16nbd: move the task_recv check into nbd_size_updateChristoph Hellwig-3/+7
2020-11-16nbd: remove the call to set_blocksizeChristoph Hellwig-7/+5
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig-3/+3
2020-11-16loop: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig-6/+2
2020-11-16z2ram: use separate gendisk for the different modesChristoph Hellwig-42/+58
2020-11-16z2ram: reindentChristoph Hellwig-257/+236
2020-11-16ataflop: use a separate gendisk for each media formatChristoph Hellwig-49/+86
2020-11-16amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig-43/+55