summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: set bip_vcnt correctlyAnuj Gupta2024-06-281-0/+2
| * | block: check bio alignment in blk_mq_submit_bioMing Lei2024-06-281-0/+20
| * | block: remove bio_integrity_processChristoph Hellwig2024-06-283-72/+79
| * | block: switch on bio operation in bio_integrity_prepChristoph Hellwig2024-06-281-5/+7
| * | block: remove allocation failure warnings in bio_integrity_prepChristoph Hellwig2024-06-281-2/+0
| * | block: simplify adding the payload in bio_integrity_prepChristoph Hellwig2024-06-281-26/+6
| * | block: only zero non-PI metadata tuples in bio_integrity_prepChristoph Hellwig2024-06-281-4/+4
| * | block: Delete blk_queue_flag_test_and_set()John Garry2024-06-271-14/+0
| * | block: clean up the check in blkdev_iomap_begin()Li Nan2024-06-271-2/+3
| * | block: move dma_pad_mask into queue_limitsChristoph Hellwig2024-06-263-19/+2
| * | block: remove disk_update_readaheadChristoph Hellwig2024-06-263-8/+4
| * | block: conding style fixup for blk_queue_max_guaranteed_bioChristoph Hellwig2024-06-261-2/+1
| * | block: convert features and flags to __bitwise typesChristoph Hellwig2024-06-261-3/+3
| * | block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig2024-06-261-9/+9
| * | block: correctly report cache typeChristoph Hellwig2024-06-261-3/+3
| * | 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
| |/ /