aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-1/+1
2021-10-19block: fix too broad elevator check in blk_mq_free_request()Jens Axboe1-1/+1
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe1-19/+63
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-4/+5
2021-10-18block: provide helpers for rq_list manipulationJens Axboe1-14/+5
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe1-16/+0
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe1-3/+0
2021-10-18block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov1-6/+8
2021-10-18block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov1-5/+9
2021-10-18block: skip elevator fields init for non-elv queuePavel Begunkov1-14/+14
2021-10-18block: store elevator state in requestJens Axboe1-9/+11
2021-10-18block: move update request helpers into blk-mq.cJens Axboe1-0/+144
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov1-1/+1
2021-10-18block: handle fast path of bio splitting inlineJens Axboe1-2/+3
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-49/+23
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-2/+2
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig1-1/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig1-10/+7
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig1-1/+1
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig1-3/+5
2021-10-18blk-mq: factor out a "classic" poll helperChristoph Hellwig1-64/+56
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig1-1/+7
2021-10-18block: improve batched tag allocationJens Axboe1-31/+56
2021-10-18blk-mq: optimise *end_request non-stat pathPavel Begunkov1-10/+8
2021-10-18block: don't dereference request after flush insertionJens Axboe1-1/+2
2021-10-18blk-mq: cleanup blk_mq_submit_bioChristoph Hellwig1-13/+12
2021-10-18blk-mq: cleanup and rename __blk_mq_alloc_requestChristoph Hellwig1-28/+28
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe1-12/+58
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe1-2/+2
2021-10-18block: inherit request start time from bio for BLK_CGROUPJens Axboe1-1/+8
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry1-16/+16
2021-10-18blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry1-4/+4
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry1-49/+52
2021-10-18blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()John Garry1-16/+24
2021-10-18blk-mq: Add blk_mq_alloc_map_and_rqs()John Garry1-26/+36
2021-10-18blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()John Garry1-2/+1
2021-10-18blk-mq: Don't clear driver tags own mappingJohn Garry1-0/+4
2021-10-18blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()John Garry1-5/+7
2021-10-18blk-mq: Invert check in blk_mq_update_nr_requests()John Garry1-5/+5
2021-10-18blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()John Garry1-5/+7
2021-10-18blk-mq: Change rqs check in blk_mq_free_rqs()John Garry1-1/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig1-1/+8
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+13
2021-09-07blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu1-1/+13
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-1/+1