summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: block: Don't check REQ_ATOMIC for readsJohn Garry2024-08-121-0/+1
* block: avoid polling configuration errorshexue2024-07-191-1/+4
* block: Remove REQ_OP_ZONE_RESET_ALL emulationDamien Le Moal2024-07-051-4/+1
* block: Delete blk_queue_flag_test_and_set()John Garry2024-06-271-14/+0
* block: Add core atomic write supportJohn Garry2024-06-201-0/+19
* block: move the poll flag to queue_limitsChristoph Hellwig2024-06-191-3/+2
* block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-1/+1
* Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds2024-05-231-6/+7
|\
| * block: fix lost bio for plug enabled bio based deviceYu Kuai2024-05-211-6/+7
* | Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-7/+10
|\ \ | |/ |/|
| * bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro2024-05-021-1/+2
| * bdev: move ->bd_ro_warned to ->__bd_flagsAl Viro2024-05-021-2/+3
| * bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro2024-05-021-2/+2
| * Use bdev_is_paritition() instead of open-coding itAl Viro2024-05-021-2/+3
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-13/+13
|\ \
| * | block: support to account io_ticks preciselyYu Kuai2024-05-091-4/+5
| * | block: add plug while submitting IOYu Kuai2024-05-091-0/+6
| * | block: Do not special-case plugging of zone write operationsDamien Le Moal2024-04-171-6/+0
| * | block: Do not check zone type in blk_check_zone_append()Damien Le Moal2024-04-171-2/+1
| * | block: Allow zero value of max_zone_append_sectors queue limitDamien Le Moal2024-04-171-1/+1
| |/
* | block: fix that blk_time_get_ns() doesn't update time after scheduleYu Kuai2024-04-121-0/+1
* | block: fix q->blkg_list corruption during disk rebindMing Lei2024-04-071-0/+2
|/
* block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig2024-02-131-8/+18
* block: add an API to atomically update queue limitsChristoph Hellwig2024-02-131-0/+1
* block: Simplify the allocation of slab cachesKunwu Chan2024-02-081-2/+1
* block: update cached timestamp post schedule/preemptionJens Axboe2024-02-051-0/+2
* block: cache current nsec time in struct blk_plugJens Axboe2024-02-051-0/+1
* block: Fix where bio IO priority gets setHongyu Jin2024-02-011-0/+10
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-5/+21
|\
| * block: reject invalid operation in submit_bio_noacctChristoph Hellwig2023-12-261-5/+21
* | block: warn once for each partition in bio_check_ro()Yu Kuai2023-11-281-3/+11
|/
* blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai2023-11-071-2/+2
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\
| * block: Add some exports for bcachefsKent Overstreet2023-08-141-0/+1
* | block: get rid of unused plug->nowait flagJens Axboe2023-08-081-6/+0
* | blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2023-07-141-2/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-1/+4
|\
| * Merge patch series "Add Command Duration Limits support"Martin K. Petersen2023-05-221-0/+3
| |\
| | * scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal2023-05-221-0/+3
| * | 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 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-0/+1
|\ \ \
| * | | block/rq_qos: protect rq_qos apis with a new lockYu Kuai2023-05-231-0/+1
| |/ /
* / / block: make bio_check_eod work for zero sized devicesChristoph Hellwig2023-05-241-1/+1
|/ /
* | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-10/+4
|\ \
| * | block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe2023-04-161-4/+4
| * | blk-mq: remove hybrid pollingKeith Busch2023-03-201-6/+0
| |/
* | btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2023-04-171-3/+0
* | block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-151-10/+6
|/
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-2/+8
|\