summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * block: be a bit more careful in checking for NULL bdev while pollingJens Axboe2023-02-241-2/+8
* | Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-02-221-5/+9
|\ \ | |/ |/|
| * block: add a sanity check for non-write flush/fua biosChristoph Hellwig2023-01-141-5/+9
* | block: Fix io statistics for cgroup in throttle pathJinke Han2023-02-161-11/+12
* | block: treat poll queue enter similarly to timeoutsJens Axboe2023-01-291-1/+10
* | block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav2023-01-291-1/+1
* | block: Drop spurious might_sleep() from blk_put_queue()Tejun Heo2023-01-081-3/+0
|/
* block: fix use-after-free of q->q_usage_counterMing Lei2022-12-151-4/+5
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-44/+39
|\
| * block: mark blk_put_queue as potentially blockingChristoph Hellwig2022-11-301-4/+2
| * block: untangle request_queue refcounting from sysfsChristoph Hellwig2022-11-301-8/+34
| * blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig2022-11-021-22/+5
| * block: remove bio_start_io_acct_timeChristoph Hellwig2022-10-251-12/+0
* | block: make dma_alignment a stacking queue_limitKeith Busch2022-11-161-1/+0
|/
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-26/+11
|\
| * block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav2022-09-291-0/+6
| * block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-271-1/+1
| * block: remove PSI accounting from the bio layerChristoph Hellwig2022-09-201-17/+0
| * block: fix comment typo in submit_bio of block-core.c.Ping-Xiang Chen2022-09-201-1/+1
| * block: remove unneeded return value of bio_check_ro()Miaohe Lin2022-09-051-7/+3