summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: Fix blk_validate_atomic_write_limits() build for arm32John Garry2024-06-211-2/+1
* block: Define bdev_nr_zones() as an inline functionDamien Le Moal2024-06-211-18/+0
* block: Add fops atomic write supportJohn Garry2024-06-201-3/+17
* block: Add atomic write support for statxPrasad Singamsetty2024-06-201-10/+26
* block: Add core atomic write supportJohn Garry2024-06-205-4/+189
* block: Generalize chunk_sectors support as boundary supportJohn Garry2024-06-201-6/+14
* 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-202-27/+13
|\
| * block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig2024-06-201-4/+0
| * block: remove the discard_alignment flagChristoph Hellwig2024-06-201-10/+0
| * block: move the misaligned flag into the features fieldChristoph Hellwig2024-06-201-10/+10
| * block: renumber and rename the cache disabled flagChristoph Hellwig2024-06-201-3/+3
* | Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-198-138/+130
|\|
| * block: move the bounce flag into the features fieldChristoph Hellwig2024-06-192-2/+1
| * block: move the skip_tagset_quiesce flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
| * block: move the pci_p2pdma flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
| * block: move the zone_resetall flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
| * block: move the zoned flag into the features fieldChristoph Hellwig2024-06-191-3/+2
| * block: move the poll flag to queue_limitsChristoph Hellwig2024-06-195-23/+28
| * block: move the dax flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
| * block: move the nowait flag to queue_limitsChristoph Hellwig2024-06-193-2/+10
| * block: move the synchronous flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
| * block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-192-29/+1
| * block: move the io_stat flag setting to queue_limitsChristoph Hellwig2024-06-193-3/+6
| * block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-192-4/+3
| * block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-192-4/+36
| * block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-196-44/+31
| * block: remove blk_flush_policyChristoph Hellwig2024-06-191-18/+15
| * block: freeze the queue in queue_attr_storeChristoph Hellwig2024-06-192-9/+5
* | 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-161-1/+0
* | bdev: make blockdev_mnt staticJiapeng Chong2024-06-161-1/+1
* | block: Improve checks on zone resource limitsDamien Le Moal2024-06-162-4/+24
|/
* block: move integrity information into queue_limitsChristoph Hellwig2024-06-143-123/+131
* block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flagsChristoph Hellwig2024-06-142-11/+11
* block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig2024-06-141-6/+0
* block: don't require stable pages for non-PI metadataChristoph Hellwig2024-06-141-2/+4
* block: use kstrtoul in flag_storeChristoph Hellwig2024-06-141-2/+6
* block: factor out flag_{store,show} helper for integrityChristoph Hellwig2024-06-141-27/+26
* block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig2024-06-141-2/+0
* block: remove the blk_integrity_profile structureChristoph Hellwig2024-06-147-225/+146
* block: initialize integrity buffer to zero before writing it to mediaChristoph Hellwig2024-06-141-1/+10
* block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig2024-06-141-41/+0
* block: remove unused queue limits APIChristoph Hellwig2024-06-141-190/+0
* block: take io_opt and io_min into account for max_sectorsChristoph Hellwig2024-06-141-0/+7
* blk-throttle: Fix incorrect display of io.maxWaiman Long2024-05-312-18/+14
* block: Fix zone write plugging handling of devices with a runt zoneDamien Le Moal2024-05-301-8/+27
* block: Fix validation of zoned device with a runt zoneDamien Le Moal2024-05-301-5/+11