summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov
2021-10-18block: handle fast path of bio splitting inlineJens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18io_uring: don't sleep when polling for I/OChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig
2021-10-18blk-mq: factor out a "classic" poll helperChristoph Hellwig
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig
2021-10-18block: improve batched tag allocationJens Axboe
2021-10-18blk-mq: optimise *end_request non-stat pathPavel Begunkov
2021-10-18block: don't dereference request after flush insertionJens Axboe
2021-10-18blk-mq: cleanup blk_mq_submit_bioChristoph Hellwig
2021-10-18blk-mq: cleanup and rename __blk_mq_alloc_requestChristoph Hellwig
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe
2021-10-18block: bump max plugged deferred size from 16 to 32Jens Axboe
2021-10-18block: inherit request start time from bio for BLK_CGROUPJens Axboe
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry
2021-10-18blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry
2021-10-18blk-mq: Refactor and rename blk_mq_free_map_and_{requests->rqs}()John Garry
2021-10-18blk-mq: Add blk_mq_alloc_map_and_rqs()John Garry
2021-10-18blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()John Garry
2021-10-18blk-mq: Don't clear driver tags own mappingJohn Garry
2021-10-18blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()John Garry
2021-10-18blk-mq: Invert check in blk_mq_update_nr_requests()John Garry
2021-10-18blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()John Garry
2021-10-18blk-mq: Change rqs check in blk_mq_free_rqs()John Garry
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-15block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-07blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queuesSong Liu
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig
2021-08-17blk-mq: fix is_flush_rqMing Lei
2021-08-17blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei
2021-08-13blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHAREDYu Kuai
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-25blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei