summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-1530-1416/+1113
|\
| * block: take offset into account in blk_bvec_map_sg againChristoph Hellwig2024-07-091-2/+2
| * block: fix get_max_segment_size() warningChaitanya Kulkarni2024-07-091-1/+1
| * block: Validate logical block size in blk_validate_limits()John Garry2024-07-091-0/+4
| * block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig2024-07-081-14/+11
| * block: add a bvec_phys helperChristoph Hellwig2024-07-082-3/+3
| * blk-lib: check for kill signal in ioctl BLKZEROOUTChristoph Hellwig2024-07-052-24/+44
| * block: limit the Write Zeroes to manually writing zeroes fallbackChristoph Hellwig2024-07-051-1/+1
| * block: refacto blkdev_issue_zerooutChristoph Hellwig2024-07-051-39/+55
| * block: move read-only and supported checks into (__)blkdev_issue_zerooutChristoph Hellwig2024-07-051-28/+23
| * block: remove the LBA alignment check in __blkdev_issue_zerooutChristoph Hellwig2024-07-051-5/+0
| * block: factor out a blk_write_zeroes_limit helperChristoph Hellwig2024-07-051-7/+11
| * block: Remove blk_alloc_zone_bitmap()Damien Le Moal2024-07-051-10/+2
| * block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2024-07-052-77/+4
| * block: reuse original bio_vec array for integrity during cloneAnuj Gupta2024-07-041-6/+3
| * block/mq-deadline: Fix the tag reservation codeBart Van Assche2024-07-021-3/+17
| * block: Call .limit_depth() after .hctx has been setBart Van Assche2024-07-021-6/+6
| * block: don't reduce max_sectors based on io_optChristoph Hellwig2024-07-011-1/+1
| * block: remove a duplicate io_min check in blk_validate_limitsChristoph Hellwig2024-07-011-2/+1
| * blk-wbt: don't throttle swap writes in direct reclaimBaokun Li2024-07-011-9/+9
| * block: pass a gendisk to the queue_sysfs_entry methodsChristoph Hellwig2024-06-283-97/+96
| * block: add helper macros to de-duplicate the queue sysfs attributesChristoph Hellwig2024-06-281-173/+82
| * blk-throttle: fix lower control under super low iops limitYu Kuai2024-06-281-0/+3
| * 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