summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig2022-02-221-12/+1
* | Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-5/+9
|\ \
| * | block: add ->poll_bio to block_device_operationsMing Lei2022-03-091-5/+9
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-161/+132
|\ \ \
| * | | block: move q_usage_counter release into blk_queue_releaseMing Lei2022-03-081-2/+0
| * | | block: move blkcg initialization/destroy into disk allocation/release handlerMing Lei2022-03-081-5/+0
| * | | block: remove handle_bad_sectorChristoph Hellwig2022-03-071-12/+5
| * | | block: fix and cleanup bio_check_roChristoph Hellwig2022-03-071-6/+2
| |/ /
| * | block: merge submit_bio_checks() into submit_bio_noacctMing Lei2022-02-161-108/+101
| * | block: don't check bio in blk_throtl_dispatch_work_fnMing Lei2022-02-161-13/+17
| * | block: don't declare submit_bio_checks in local headerMing Lei2022-02-161-1/+1
| * | block: move blk_crypto_bio_prep() out of blk-mq.cMing Lei2022-02-161-13/+8
| * | block: move submit_bio_checks() into submit_bio_noacctMing Lei2022-02-161-3/+3