summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-181-10/+7
| * blk-mq: remove blk_qc_t_validChristoph Hellwig2021-10-181-1/+1
| * blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig2021-10-181-3/+5
| * blk-mq: factor out a "classic" poll helperChristoph Hellwig2021-10-181-64/+56
| * blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig2021-10-181-1/+7
| * block: improve batched tag allocationJens Axboe2021-10-181-31/+56
| * blk-mq: optimise *end_request non-stat pathPavel Begunkov2021-10-181-10/+8
| * block: don't dereference request after flush insertionJens Axboe2021-10-181-1/+2
| * blk-mq: cleanup blk_mq_submit_bioChristoph Hellwig2021-10-181-13/+12
| * blk-mq: cleanup and rename __blk_mq_alloc_requestChristoph Hellwig2021-10-181-28/+28
| * block: pre-allocate requests if plug is started and is a batchJens Axboe2021-10-181-12/+58
| * block: bump max plugged deferred size from 16 to 32Jens Axboe2021-10-181-2/+2
| * block: inherit request start time from bio for BLK_CGROUPJens Axboe2021-10-181-1/+8
| * blk-mq: Change shared sbitmap naming to shared tagsJohn Garry2021-10-181-16/+16
| * blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry2021-10-181-4/+4
| * blk-mq: Use shared tags for shared sbitmap supportJohn Garry2021-10-181-49/+52
| * blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()John Garry2021-10-181-16/+24
| * blk-mq: Add blk_mq_alloc_map_and_rqs()John Garry2021-10-181-26/+36
| * blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()John Garry2021-10-181-2/+1
| * blk-mq: Don't clear driver tags own mappingJohn Garry2021-10-181-0/+4
| * blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()John Garry2021-10-181-5/+7
| * blk-mq: Invert check in blk_mq_update_nr_requests()John Garry2021-10-181-5/+5
| * blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()John Garry2021-10-181-5/+7
| * blk-mq: Change rqs check in blk_mq_free_rqs()John Garry2021-10-181-1/+1
| * block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
| * mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* | block: schedule queue restart after BLK_STS_ZONE_RESOURCENaohiro Aota2021-10-271-4/+9
|/
* block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig2021-10-161-1/+8
* Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-111-1/+13
|\
| * blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu2021-09-081-1/+13
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-031-2/+0
|\ \ | |/ |/|
| * scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-311-2/+0
* | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-311-4/+4
|\ \
| * | block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-1/+1
| * | block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2021-08-231-2/+1
| * | block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2021-08-231-1/+1
| * | block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2021-08-231-2/+3
| * | block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-1/+1
| |/
* | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-1/+1
|\ \
| * | genirq: Change force_irqthreads to a static keyTanner Love2021-08-101-1/+1
| |/
* | blk-mq: fix is_flush_rqMing Lei2021-08-181-1/+1
* | blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei2021-08-171-25/+5
* | blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDYu Kuai2021-08-131-2/+4
|/
* block: mark blk_mq_init_queue_data staticChristoph Hellwig2021-06-301-2/+1
* Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-67/+139
|\
| * blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei2021-06-251-3/+0
| * blk-mq: remove blk_mq_init_sq_queueChristoph Hellwig2021-06-111-22/+0
| * blk-mq: add the blk_mq_alloc_disk APIsChristoph Hellwig2021-06-111-0/+19
| * blk-mq: improve the blk_mq_init_allocated_queue interfaceChristoph Hellwig2021-06-111-22/+14
| * blk-mq: factor out a blk_mq_alloc_sq_tag_set helperChristoph Hellwig2021-06-111-14/+18