summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | 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
| * | | | loop: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-22/+8
| * | | | brd: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-28/+11
| * | | | swim: don't call blk_register_regionChristoph Hellwig2020-11-161-17/+0
| * | | | block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-2/+4
| * | | | loop: use set_disk_roChristoph Hellwig2020-11-161-1/+1
| * | | | rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2020-11-161-36/+4
* | | | | Merge tag 'for-linus-5.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-161-1/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2020-12-141-0/+1
| * | | | xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-141-1/+2
| | |/ / | |/| |
* | | | zram: break the strict dependency from lzoRui Salvaterra2020-12-153-2/+44
* | | | zram: add stat to gather incompressible pages since zram set upMinchan Kim2020-12-152-2/+5
* | | | zram: support page writebackMinchan Kim2020-12-151-4/+17
|/ / /
* / / xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-093-79/+20
|/ /
* | loop: Fix occasional uevent dropPetr Vorel2020-11-121-1/+2
* | nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig2020-11-101-0/+1
* | null_blk: Fix scheduling in atomic with zoned modeDamien Le Moal2020-11-062-17/+32
|/
* xsysace: use platform_get_resource() and platform_get_irq_optional()Andy Shevchenko2020-10-291-23/+26
* null_blk: Fix locking in zoned modeDamien Le Moal2020-10-292-25/+82
* null_blk: Fix zone reset all tracingDamien Le Moal2020-10-291-3/+8
* nbd: don't update block size after device is startedMing Lei2020-10-291-4/+5
* null_blk: synchronization fix for zoned deviceKanchan Joshi2020-10-272-4/+19
* Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-252-11/+31
|\
| * xen-blkfront: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-5/+15
| * xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-6/+16
* | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-245-42/+57
|\ \
| * | null_blk: use zone status for max active/openKeith Busch2020-10-221-26/+43
| * | zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra2020-10-191-3/+5
| * | skd_main: remove unused including <linux/version.h>Tian Tao2020-10-171-1/+0