summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-1531-274/+328
|\
| * floppy: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-101-0/+1
| * loop: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-101-0/+1
| * ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-101-0/+1
| * xen/blkback: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-101-0/+1
| * block/rnbd: Constify struct kobj_typeChristophe JAILLET2024-07-092-3/+3
| * loop: Don't bother validating blocksizeJohn Garry2024-07-091-11/+1
| * virtio_blk: Don't bother validating blocksizeJohn Garry2024-07-091-10/+1
| * null_blk: Don't bother validating blocksizeJohn Garry2024-07-091-3/+0
| * virtio_blk: Fix default logical block size fallbackJohn Garry2024-07-091-13/+13
| * block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2024-07-053-3/+3
| * null_blk: Introduce the zone_full parameterDamien Le Moal2024-07-053-3/+17
| * loop: remove the unused inode variable in loop_configureChristoph Hellwig2024-07-051-2/+0
| * null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun2024-07-041-1/+1
| * xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig2024-07-021-11/+5
| * null_blk: Fix description of the fua parameterDamien Le Moal2024-07-021-1/+1
| * rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCEChristoph Hellwig2024-06-281-1/+0
| * rnbd: don't set QUEUE_FLAG_SAME_COMPChristoph Hellwig2024-06-281-1/+0
| * loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig2024-06-281-13/+2
| * loop: Fix a race between loop detach and loop openGulam Mohamed2024-06-271-39/+36
| * brd: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-241-0/+1
| * null_blk: Do not set disk->nr_zonesDamien Le Moal2024-06-211-2/+0
| * Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-1923-158/+154
| |\
| | * block: move the zone_resetall flag to queue_limitsChristoph Hellwig2024-06-193-7/+3
| | * block: move the zoned flag into the features fieldChristoph Hellwig2024-06-193-4/+5
| | * block: move the nowait flag to queue_limitsChristoph Hellwig2024-06-191-2/+2
| | * block: move the synchronous flag to queue_limitsChristoph Hellwig2024-06-192-3/+3
| | * block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-193-10/+6
| | * block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
| | * block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-1922-40/+34
| | * block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-199-37/+53
| | * nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig2024-06-191-10/+7
| | * virtio_blk: remove virtblk_update_cache_modeChristoph Hellwig2024-06-191-10/+3
| | * loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig2024-06-191-19/+4
| | * loop: also use the default block size from an underlying block deviceChristoph Hellwig2024-06-191-1/+7
| | * loop: regularize upgrading the block size for direct I/OChristoph Hellwig2024-06-191-10/+15
| | * loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig2024-06-191-6/+4
| | * loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig2024-06-191-1/+9
| | * xen-blkfront: don't disable cache flushes when they failChristoph Hellwig2024-06-191-21/+23
| * | z2ram: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-191-0/+1
| * | ataflop: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-191-0/+1
| * | amiflop: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-191-0/+1
| * | Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-143-5/+4
| |\|
| | * block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig2024-06-141-2/+2
| | * block: take io_opt and io_min into account for max_sectorsChristoph Hellwig2024-06-142-2/+1
| | * rbd: increase io_opt againChristoph Hellwig2024-06-141-1/+1
| * | rust: block: add rnull, Rust null_blk implementationAndreas Hindborg2024-06-143-0/+85
| |/
* | loop: Disable fallocate() zero and discard if not supportedCyril Hrubis2024-06-141-0/+23
* | nbd: Remove __force castsChristoph Hellwig2024-06-121-29/+22
|/
* null_blk: fix validation of block sizeAndreas Hindborg2024-06-051-2/+2