summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: cleanup bio_integrity_prepJinyoung Choi2023-07-251-5/+1
* block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche2023-07-241-6/+10
* block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig2023-07-241-9/+7
* block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig2023-07-241-37/+20
* block: downgrade a bio_full call in bio_add_pageChristoph Hellwig2023-07-241-1/+1
* block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig2023-07-241-4/+5
* block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig2023-07-241-23/+22
* block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig2023-07-241-3/+6
* block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig2023-07-241-1/+1
* block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig2023-07-241-6/+4
* block: refactor to use helperNitesh Shetty2023-07-201-3/+1
* blk-flush: reuse rq queuelist in flush state machineChengming Zhou2023-07-171-7/+10
* blk-flush: count inflight flush_data requestsChengming Zhou2023-07-172-7/+7
* blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou2023-07-171-1/+1
* blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou2023-07-171-6/+6
* block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-07-172-6/+12
* block: cleanup queue_wc_storeChristoph Hellwig2023-07-171-11/+3
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-07-141-36/+50
|\
| * Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2023-07-111-36/+50
| |\
| | * scsi: block: Improve checks in blk_revalidate_disk_zones()Damien Le Moal2023-07-051-36/+50
* | | block: queue data commands from the flush state machine at the headChristoph Hellwig2023-07-141-1/+1
* | | blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou2023-07-131-17/+30
* | | block/mq-deadline: Fix a bug in deadline_from_pos()Bart Van Assche2023-07-121-1/+1
* | | blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers2023-07-051-2/+10
* | | block/partition: fix signedness issue for Amiga partitionsMichael Schmitz2023-07-051-1/+1
|/ /
* | Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-038-143/+160
|\ \
| * | block: add request polling helperKeith Busch2023-06-281-16/+32
| * | Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe2023-06-288-127/+128
| |\ \
| | * | blk-sysfs: add a new attr_group for blk_mqYu Kuai2023-06-261-11/+31
| | * | blk-iocost: move wbt_enable/disable_default() out of spinlockYu Kuai2023-06-261-2/+5
| | * | blk-wbt: cleanup rwb_enabled() and wbt_disabled()Yu Kuai2023-06-261-3/+2
| | * | blk-wbt: remove dead code to handle wbt enable/disable with io inflightYu Kuai2023-06-261-16/+0
| | * | blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabledYu Kuai2023-06-262-88/+74
| | * | blk-mq: fix two misuses on RQF_USE_SCHEDMing Lei2023-06-251-1/+5
| | * | blk-throttle: Fix io statistics for cgroup v1Jinke Han2023-06-253-8/+13
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-304-9/+13
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen2023-06-161-1/+1
| |\ \
| | * | scsi: bsg: Increase number of devicesHannes Reinecke2023-06-161-1/+1
| * | | scsi: block: Improve ioprio value validity checksDamien Le Moal2023-06-161-0/+1
| * | | Merge patch series "Add Command Duration Limits support"Martin K. Petersen2023-05-223-7/+10
| |\ \ \
| | * | | scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal2023-05-221-0/+3
| | * | | scsi: block: ioprio: Clean up interface definitionDamien Le Moal2023-05-222-7/+7
| | |/ /
| * | | Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-221-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie2023-04-111-1/+1
* | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-15/+3
|\ \ \ \
| * | | | filemap: add a kiocb_write_and_wait helperChristoph Hellwig2023-06-091-15/+3
* | | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-2632-632/+1152
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | block: don't return -EINVAL for not found names in devt_from_devnameChristoph Hellwig2023-06-221-2/+2
| * | | | block: Improve kernel-doc headersBart Van Assche2023-06-212-1/+3
| * | | | blk-mq: don't insert passthrough request into sw queueMing Lei2023-06-211-1/+6