aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-22block: require LBA dma_alignment when using PIChristoph Hellwig1-0/+10
2025-09-16block: relax atomic write boundary vs chunk size checkJohn Garry1-40/+26
2025-09-16block: fix stacking of atomic writes when atomics are not supportedJohn Garry1-9/+10
2025-09-16block: update validation of atomic writes boundary for stacked devicesJohn Garry1-8/+14
2025-09-02block: use int to store blk_stack_limits() return valueQianfeng Rong1-1/+2
2025-08-18block: remove newlines from the warnings in blk_validate_integrity_limitsChristoph Hellwig1-6/+3
2025-08-18block: handle pi_tuple_size in queue_limits_stack_integrityChristoph Hellwig1-0/+3
2025-07-31block: ensure discard_granularity is zero when discard is not supportedChristoph Hellwig1-3/+10
2025-07-29block: Enforce power-of-2 physical block sizeJohn Garry1-1/+5
2025-07-29block: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry1-1/+1
2025-07-29block: Improve read ahead size for rotational devicesDamien Le Moal1-2/+10
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-23/+39
2025-07-28Merge tag 'vfs-6.17-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+41
2025-07-17block: use chunk_sectors when evaluating stacked atomic write limitsJohn Garry1-23/+33
2025-07-17block: sanitize chunk_sectors for atomic write limitsJohn Garry1-0/+6
2025-07-01block: introduce pi_tuple_size field in blk_integrityAnuj Gupta1-0/+38
2025-07-01block: rename tuple_size field in blk_integrity to metadata_sizeAnuj Gupta1-3/+3
2025-06-23block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limitsZhang Yi1-2/+18
2025-05-05block: remove bounce buffering supportChristoph Hellwig1-5/+0
2025-04-24block: never reduce ra_pages in blk_apply_bdi_limitsChristoph Hellwig1-1/+7
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-30/+28
2025-03-10block: remove q->sysfs_lock for attributes which don't need itNilay Shroff1-1/+1
2025-03-06block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFYAnuj Gupta1-0/+1
2025-03-06block: ensure correct integrity capability propagation in stacked devicesAnuj Gupta1-29/+21
2025-03-03block: mark bounce buffering as incompatible with integrityChristoph Hellwig1-0/+5
2025-02-25block: make segment size limit workable for > 4K PAGE_SIZEMing Lei1-3/+11
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+3
2025-01-17block: Add common atomic writes enable flagJohn Garry1-2/+4
2025-01-15block: Change blk_stack_atomic_writes_limits() unit_min checkJohn Garry1-1/+1
2025-01-15block: Ensure start sector is aligned for stacking atomic writesJohn Garry1-2/+5
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig1-0/+24
2025-01-10block: fix docs for freezing of queue limits updatesChristoph Hellwig1-1/+2
2024-11-19block: Support atomic writes limits for stacked devicesJohn Garry1-0/+115
2024-11-19block: Add extra checks in blk_validate_atomic_write_limits()John Garry1-0/+17
2024-11-19block: Drop granularity check in queue_limit_discard_alignment()John Garry1-2/+0
2024-11-18blk-settings: round down io_opt to physical_block_sizeMikulas Patocka1-0/+7
2024-11-13block: export blk_validate_limitsChristoph Hellwig1-1/+2
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-14/+13
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-12/+13
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-13/+12
2024-11-04block: update blk_stack_limits documentationChristoph Hellwig1-4/+4
2024-10-29block: add a bdev_limits helperChristoph Hellwig1-1/+1
2024-09-20block: Remove unused blk_limits_io_{min,opt}Dr. David Alan Gilbert1-42/+0
2024-07-09block: Validate logical block size in blk_validate_limits()John Garry1-0/+4
2024-07-01block: don't reduce max_sectors based on io_optChristoph Hellwig1-1/+1
2024-07-01block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig1-2/+1
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig1-17/+0
2024-06-26block: remove disk_update_readaheadChristoph Hellwig1-7/+1
2024-06-26block: conding style fixup for blk_queue_max_guaranteed_bioChristoph Hellwig1-2/+1
2024-06-26block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig1-9/+9