summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch2022-09-131-2/+2
|/
* block: move ->bio_split to the gendiskChristoph Hellwig2022-08-021-8/+1
* block: remove __blk_get_queueChristoph Hellwig2022-07-211-6/+4
* block: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+1
* block: Use enum req_op where appropriateBart Van Assche2022-07-141-3/+3
* block: Use try_cmpxchg in update_io_ticksUros Bizjak2022-07-121-1/+1
* block: simplify blk_check_zone_appendChristoph Hellwig2022-07-061-3/+2
* block: simplify blk_mq_plugChristoph Hellwig2022-07-061-1/+1
* block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-061-3/+3
* block: simplify disk shutdownChristoph Hellwig2022-06-281-37/+0
* block: stop setting the nomerges flags in blk_cleanup_queueChristoph Hellwig2022-06-281-3/+0
* block: remove QUEUE_FLAG_DEADChristoph Hellwig2022-06-281-3/+0
* block: Directly use ida_alloc()/free()Bo Liu2022-06-271-2/+2
* block: disable the elevator int del_gendiskChristoph Hellwig2022-06-171-13/+0
* Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-1/+1
|\
| * block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig2022-05-281-1/+1
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-51/+30
|\|
| * block: cleanup the VM accounting in submit_bioChristoph Hellwig2022-05-161-13/+5
| * block: improve the error message from bio_check_eodChristoph Hellwig2022-05-041-4/+3
| * block: change exported IO accounting interface from gendisk to bdevMing Lei2022-04-181-32/+20
| * block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
| * block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* | Revert "block: release rq qos structures for queue without disk"Ming Lei2022-05-021-4/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-12/+1
|\