summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-10floppy: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-10loop: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-10ublk_drv: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-10xen/blkback: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-09block/rnbd: Constify struct kobj_typeChristophe JAILLET
2024-07-09loop: Don't bother validating blocksizeJohn Garry
2024-07-09virtio_blk: Don't bother validating blocksizeJohn Garry
2024-07-09null_blk: Don't bother validating blocksizeJohn Garry
2024-07-09virtio_blk: Fix default logical block size fallbackJohn Garry
2024-07-05block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal
2024-07-05null_blk: Introduce the zone_full parameterDamien Le Moal
2024-07-05loop: remove the unused inode variable in loop_configureChristoph Hellwig
2024-07-04null_blk: don't initialize static 'g_virt_boundary' to falseZhu Yanjun
2024-07-02xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig
2024-07-02null_blk: Fix description of the fua parameterDamien Le Moal
2024-06-28rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCEChristoph Hellwig
2024-06-28rnbd: don't set QUEUE_FLAG_SAME_COMPChristoph Hellwig
2024-06-28loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig
2024-06-27loop: Fix a race between loop detach and loop openGulam Mohamed
2024-06-24brd: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-21null_blk: Do not set disk->nr_zonesDamien Le Moal
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-19nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig
2024-06-19virtio_blk: remove virtblk_update_cache_modeChristoph Hellwig
2024-06-19loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig
2024-06-19loop: also use the default block size from an underlying block deviceChristoph Hellwig
2024-06-19loop: regularize upgrading the block size for direct I/OChristoph Hellwig
2024-06-19loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig
2024-06-19loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig
2024-06-19xen-blkfront: don't disable cache flushes when they failChristoph Hellwig
2024-06-19z2ram: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-19ataflop: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-19amiflop: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig
2024-06-14rbd: increase io_opt againChristoph Hellwig
2024-06-14rust: block: add rnull, Rust null_blk implementationAndreas Hindborg
2024-06-14loop: Disable fallocate() zero and discard if not supportedCyril Hrubis
2024-06-12nbd: Remove __force castsChristoph Hellwig
2024-06-05null_blk: fix validation of block sizeAndreas Hindborg