summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-24mailmap: add entry for Weiwen HuWeiwen Hu1-0/+1
2024-06-24nvme: rename CDR/MORE/DNR to NVME_STATUS_*Weiwen Hu16-125/+125
2024-06-24nvme: fix status magic numbersWeiwen Hu6-16/+26
2024-06-24nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_errWeiwen Hu1-5/+5
2024-06-24nvme: split device add from initializationKeith Busch8-23/+66
2024-06-24nvme: fc: split controller bringup handlingKeith Busch1-16/+27
2024-06-24nvme: rdma: split controller bringup handlingKeith Busch1-7/+21
2024-06-24nvme: tcp: split controller bringup handlingKeith Busch1-6/+19
2024-06-24nvme: apple: fix device reference countingKeith Busch1-5/+22
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