summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2020-12-02block: remove i_bdevChristoph Hellwig1-5/+3
2020-12-02loop: do not call set_blocksizeChristoph Hellwig1-3/+0
2020-12-02zram: do not call set_blocksizeChristoph Hellwig2-11/+1
2020-12-02mtip32xx: remove the call to fsync_bdev on removalChristoph Hellwig2-17/+0
2020-11-16virtio-blk: remove a spurious call to revalidate_disk_sizeChristoph Hellwig1-1/+0
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-16pktcdvd: 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 Hellwig3-3/+3
2020-11-16loop: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig1-6/+2
2020-11-16z2ram: use separate gendisk for the different modesChristoph Hellwig1-42/+58
2020-11-16z2ram: reindentChristoph Hellwig1-257/+236
2020-11-16ataflop: use a separate gendisk for each media formatChristoph Hellwig1-49/+86
2020-11-16amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig1-43/+55
2020-11-16floppy: use a separate gendisk for each media formatChristoph Hellwig1-57/+97
2020-11-16loop: use __register_blkdev to allocate devices on demandChristoph Hellwig1-22/+8
2020-11-16brd: use __register_blkdev to allocate devices on demandChristoph Hellwig1-28/+11
2020-11-16swim: don't call blk_register_regionChristoph Hellwig1-17/+0
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+4
2020-11-16loop: use set_disk_roChristoph Hellwig1-1/+1
2020-11-16rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-36/+4
2020-11-12loop: Fix occasional uevent dropPetr Vorel1-1/+2
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig1-0/+1
2020-11-06null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal2-17/+32
2020-10-29xsysace: use platform_get_resource() and platform_get_irq_optional()Andy Shevchenko1-23/+26
2020-10-29null_blk: Fix locking in zoned modeDamien Le Moal2-25/+82
2020-10-29null_blk: Fix zone reset all tracingDamien Le Moal1-3/+8
2020-10-29nbd: don't update block size after device is startedMing Lei1-4/+5
2020-10-28null_blk: synchronization fix for zoned deviceKanchan Joshi2-4/+19
2020-10-25Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+31
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds5-42/+57
2020-10-22null_blk: use zone status for max active/openKeith Busch1-26/+43
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+4
2020-10-21xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park1-5/+15
2020-10-21xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park1-6/+16
2020-10-20Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+19
2020-10-20xen/blkback: use lateeoi irq bindingJuergen Gross2-8/+19
2020-10-19zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra1-3/+5
2020-10-17skd_main: remove unused including <linux/version.h>Tian Tao1-1/+0
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson1-1/+1
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3