summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: Add initial atomic write support info to statxPrasad Singamsetty2024-06-204-2/+50
* fs: Initial atomic write supportPrasad Singamsetty2024-06-206-14/+45
* block: Generalize chunk_sectors support as boundary supportJohn Garry2024-06-203-13/+22
* block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry2024-06-203-4/+7
* Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-209-51/+29
|\
| * block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig2024-06-204-9/+8
| * block: remove the discard_alignment flagChristoph Hellwig2024-06-205-14/+0
| * block: move the misaligned flag into the features fieldChristoph Hellwig2024-06-202-11/+13
| * block: renumber and rename the cache disabled flagChristoph Hellwig2024-06-202-6/+6
| * block: fix spelling and grammar for in writeback_cache_control.rstChristoph Hellwig2024-06-201-3/+3
| * block: remove the unused blk_bounce enumChristoph Hellwig2024-06-201-9/+0
* | rust: block: do not use removed queue flag APIAndreas Hindborg2024-06-201-14/+3
* | Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-1961-730/+576
|\|
| * block: move the bounce flag into the features fieldChristoph Hellwig2024-06-194-5/+6
| * block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig2024-06-193-6/+9
| * block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig2024-06-193-9/+7
| * block: move the zone_resetall flag to queue_limitsChristoph Hellwig2024-06-197-16/+9
| * block: move the zoned flag into the features fieldChristoph Hellwig2024-06-1910-19/+23
| * block: move the poll flag to queue_limitsChristoph Hellwig2024-06-198-76/+45
| * block: move the dax flag to queue_limitsChristoph Hellwig2024-06-195-11/+9
| * block: move the nowait flag to queue_limitsChristoph Hellwig2024-06-198-42/+22
| * block: move the synchronous flag to queue_limitsChristoph Hellwig2024-06-196-11/+10
| * block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-1912-77/+29
| * block: move the io_stat flag setting to queue_limitsChristoph Hellwig2024-06-198-24/+26
| * block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-1910-44/+10
| * block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-1941-88/+83
| * block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-1929-206/+227
| * block: remove blk_flush_policyChristoph Hellwig2024-06-191-18/+15
| * block: freeze the queue in queue_attr_storeChristoph Hellwig2024-06-192-9/+5
| * nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig2024-06-191-10/+7
| * virtio_blk: remove virtblk_update_cache_modeChristoph Hellwig2024-06-191-10/+3
| * loop: fold loop_update_rotational into loop_reconfigure_limitsChristoph Hellwig2024-06-191-19/+4
| * loop: also use the default block size from an underlying block deviceChristoph Hellwig2024-06-191-1/+7
| * loop: regularize upgrading the block size for direct I/OChristoph Hellwig2024-06-191-10/+15
| * loop: always update discard settings in loop_reconfigure_limitsChristoph Hellwig2024-06-191-6/+4
| * loop: stop using loop_reconfigure_limits in __loop_clr_fdChristoph Hellwig2024-06-191-1/+9
| * sd: move zone limits setup out of sd_read_block_characteristicsChristoph Hellwig2024-06-192-20/+10
| * sd: remove sd_is_zonedChristoph Hellwig2024-06-193-19/+5
| * xen-blkfront: don't disable cache flushes when they failChristoph Hellwig2024-06-191-21/+23
* | z2ram: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-191-0/+1
* | ataflop: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-191-0/+1
* | amiflop: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-191-0/+1
* | block, bfq: remove blkg_path()Yu Kuai2024-06-183-67/+0
* | block: cleanup flag_{show,store}Kanchan Joshi2024-06-171-8/+7
* | block: BFQ: Refactor bfq_exit_icq() to silence sparse warningJohn Garry2024-06-161-18/+20
* | block: Drop locking annotation for limits_lockJohn Garry2024-06-162-2/+0
* | bdev: make blockdev_mnt staticJiapeng Chong2024-06-161-1/+1
* | dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal2024-06-161-2/+0
* | dm: Improve zone resource limits handlingDamien Le Moal2024-06-161-30/+150
* | dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal2024-06-163-19/+22