aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-26block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig2-10/+10
2024-06-26block: correctly report cache typeChristoph Hellwig1-3/+3
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 Patocka2-10/+10
2024-06-24block: fix the blk_queue_nonrot polarityChristoph Hellwig1-1/+1
2024-06-24brd: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-22cdrom: Add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-21block: Fix blk_validate_atomic_write_limits() build for arm32John Garry1-2/+1
2024-06-21block: Cleanup block device zone helpersDamien Le Moal1-32/+12
2024-06-21block: Define bdev_nr_zones() as an inline functionDamien Le Moal2-19/+5
2024-06-21null_blk: Do not set disk->nr_zonesDamien Le Moal1-2/+0
2024-06-20nvme: Atomic write supportAlan Adamson1-0/+52
2024-06-20scsi: scsi_debug: Atomic write supportJohn Garry1-134/+454
2024-06-20scsi: sd: Atomic write supportJohn Garry5-1/+124
2024-06-20block: Add fops atomic write supportJohn Garry1-3/+17
2024-06-20block: Add atomic write support for statxPrasad Singamsetty3-19/+39
2024-06-20block: Add core atomic write supportJohn Garry8-5/+304
2024-06-20fs: Add initial atomic write support info to statxPrasad Singamsetty4-2/+50
2024-06-20fs: Initial atomic write supportPrasad Singamsetty6-14/+45
2024-06-20block: Generalize chunk_sectors support as boundary supportJohn Garry3-13/+22
2024-06-20block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry3-4/+7
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe9-51/+29
2024-06-20rust: block: do not use removed queue flag APIAndreas Hindborg1-14/+3
2024-06-20block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig4-9/+8
2024-06-20block: remove the discard_alignment flagChristoph Hellwig5-14/+0
2024-06-20block: move the misaligned flag into the features fieldChristoph Hellwig2-11/+13
2024-06-20block: renumber and rename the cache disabled flagChristoph Hellwig2-6/+6
2024-06-20block: fix spelling and grammar for in writeback_cache_control.rstChristoph Hellwig1-3/+3
2024-06-20block: remove the unused blk_bounce enumChristoph Hellwig1-9/+0
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe61-730/+576
2024-06-19block: move the bounce flag into the features fieldChristoph Hellwig4-5/+6
2024-06-19block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig3-6/+9
2024-06-19block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig3-9/+7
2024-06-19block: move the zone_resetall flag to queue_limitsChristoph Hellwig7-16/+9
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig10-19/+23
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig8-76/+45
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig5-11/+9
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig8-42/+22
2024-06-19block: move the synchronous flag to queue_limitsChristoph Hellwig6-11/+10
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig12-77/+29
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig8-24/+26
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig10-44/+10
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig41-88/+83
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig29-206/+227
2024-06-19block: remove blk_flush_policyChristoph Hellwig1-18/+15
2024-06-19block: freeze the queue in queue_attr_storeChristoph Hellwig2-9/+5
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