summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig2024-07-021-11/+5
* null_blk: Fix description of the fua parameterDamien Le Moal2024-07-021-1/+1
* 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
* nvme: don't set io_opt if NOWS is zeroChristoph Hellwig2024-07-011-1/+2
* 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
* block: simplify queue_logical_block_sizeChristoph Hellwig2024-06-281-6/+1
* 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
* rust: block: fix generated bindings after refactoring of featuresAndreas Hindborg2024-06-281-0/+2
* rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCEChristoph Hellwig2024-06-281-1/+0
* rnbd: don't set QUEUE_FLAG_SAME_COMPChristoph Hellwig2024-06-281-1/+0
* mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig2024-06-281-6/+0
* megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig2024-06-281-2/+0
* loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig2024-06-281-13/+2
* block: check bio alignment in blk_mq_submit_bioMing Lei2024-06-281-0/+20
* block: Add ioprio to block_rq tracepointDongliang Cui2024-06-281-9/+32
* block: remove bio_integrity_processChristoph Hellwig2024-06-284-81/+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
* bcache: work around a __bitwise to bool conversion sparse warningChristoph Hellwig2024-06-281-2/+2
* loop: Fix a race between loop detach and loop openGulam Mohamed2024-06-271-39/+36
* block: Delete blk_queue_flag_test_and_set()John Garry2024-06-272-15/+0
* block: clean up the check in blkdev_iomap_begin()Li Nan2024-06-271-2/+3
* block: use the right type for stub rq_integrity_vec()Jens Axboe2024-06-261-1/+1
* block: move dma_pad_mask into queue_limitsChristoph Hellwig2024-06-268-33/+21
* block: remove the fallback case in queue_dma_alignmentChristoph Hellwig2024-06-261-1/+1
* block: remove disk_update_readaheadChristoph Hellwig2024-06-264-9/+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-262-45/+46
* block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig2024-06-262-10/+10
* block: correctly report cache typeChristoph Hellwig2024-06-261-3/+3
* md: set md-specific flags for all queue limitsChristoph Hellwig2024-06-266-9/+14
* block: change rq_integrity_vec to respect the iteratorMikulas Patocka2024-06-262-10/+10
* block: fix the blk_queue_nonrot polarityChristoph Hellwig2024-06-241-1/+1
* brd: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-241-0/+1
* cdrom: Add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-221-0/+1
* block: Fix blk_validate_atomic_write_limits() build for arm32John Garry2024-06-211-2/+1
* block: Cleanup block device zone helpersDamien Le Moal2024-06-211-32/+12
* block: Define bdev_nr_zones() as an inline functionDamien Le Moal2024-06-212-19/+5
* null_blk: Do not set disk->nr_zonesDamien Le Moal2024-06-211-2/+0
* nvme: Atomic write supportAlan Adamson2024-06-201-0/+52
* scsi: scsi_debug: Atomic write supportJohn Garry2024-06-201-134/+454
* scsi: sd: Atomic write supportJohn Garry2024-06-205-1/+124