summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-28loop: Fix a race between loop detach and loop openGulam Mohamed1-39/+36
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig4-10/+11
2024-06-26md: set md-specific flags for all queue limitsChristoph Hellwig6-9/+14
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka1-3/+3
2024-06-24brd: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-23cdrom: Add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-21null_blk: Do not set disk->nr_zonesDamien Le Moal1-2/+0
2024-06-21nvme: Atomic write supportAlan Adamson1-0/+52
2024-06-21scsi: scsi_debug: Atomic write supportJohn Garry1-134/+454
2024-06-21scsi: sd: Atomic write supportJohn Garry3-1/+122
2024-06-21block: Generalize chunk_sectors support as boundary supportJohn Garry1-1/+1
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe5-6/+3
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig2-3/+3
2024-06-20block: remove the discard_alignment flagChristoph Hellwig3-3/+0
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe48-524/+319
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig1-1/+1
2024-06-19block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig1-3/+5
2024-06-19block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig1-5/+3
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig5-13/+5
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig8-13/+15
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig2-52/+14
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig3-8/+5
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig4-36/+7
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig4-7/+6
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig9-45/+22
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig4-17/+15
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig7-38/+4
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig35-77/+37
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig20-126/+125
2024-06-19nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig1-10/+7
2024-06-19virtio_blk: remove virtblk_update_cache_modeChristoph Hellwig1-10/+3
2024-06-19loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig1-19/+4
2024-06-19loop: also use the default block size from an underlying block deviceChristoph Hellwig1-1/+7
2024-06-19loop: regularize upgrading the block size for direct I/OChristoph Hellwig1-10/+15
2024-06-19loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig1-6/+4
2024-06-19loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig1-1/+9
2024-06-19sd: move zone limits setup out of sd_read_block_characteristicsChristoph Hellwig2-20/+10
2024-06-19sd: remove sd_is_zonedChristoph Hellwig3-19/+5
2024-06-19xen-blkfront: don't disable cache flushes when they failChristoph Hellwig1-21/+23
2024-06-19z2ram: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-19ataflop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-19amiflop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-16dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal1-2/+0
2024-06-16dm: Improve zone resource limits handlingDamien Le Moal1-30/+150
2024-06-16dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal3-19/+22
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe26-503/+342
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig14-294/+138
2024-06-14block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig1-1/+2
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig8-55/+51
2024-06-14dm-integrity: use the nop integrity profileChristoph Hellwig2-22/+2