- 5b38881 ANDROID: GKI: Add ANDROID_OEM_DATA in struct blk_mq_ctx by Yang Yang · 3 years, 7 months ago
- c944b0c FROMGIT: blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter by Ming Lei · 3 years, 8 months ago
- 20786fd blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue by Ming Lei · 4 years ago
- f1b49fd blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap by John Garry · 4 years, 4 months ago
- bccf5e2 blk-mq: Record nr_active_requests per queue for when using shared sbitmap by John Garry · 4 years, 4 months ago
- a0235d2 blk-mq: Relocate hctx_may_queue() by John Garry · 4 years, 4 months ago
- 32bc15a blk-mq: Facilitate a shared sbitmap per tagset by John Garry · 4 years, 4 months ago
- 1c0706a blk-mq: Pass flags for tag init/free by John Garry · 4 years, 4 months ago
- 4e2f62e5 Revert "blk-mq: put driver tag when this request is completed" by Jens Axboe · 4 years, 6 months ago
- 723bf17 blk-mq: move blk_mq_put_driver_tag() into blk-mq.c by Ming Lei · 4 years, 6 months ago
- 1fd40b5 blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 6 months ago
- 445874e blk-mq: pass hctx to blk_mq_dispatch_rq_list by Ming Lei · 4 years, 6 months ago
- 65c7636 blk-mq: pass request queue into get/put budget callback by Ming Lei · 4 years, 6 months ago
- 42fdc5e blk-mq: remove the BLK_MQ_REQ_INTERNAL flag by Christoph Hellwig · 4 years, 6 months ago
- d94ecfc blk-mq: split out a __blk_mq_get_driver_tag helper by Christoph Hellwig · 4 years, 7 months ago
- 76647368 blk-mq: use BLK_MQ_NO_TAG in more places by Christoph Hellwig · 4 years, 7 months ago
- cae740a blk-mq: Remove some unused function arguments by John Garry · 4 years, 10 months ago
- 01e99ae blk-mq: insert passthrough request into hctx->dispatch directly by Ming Lei · 4 years, 10 months ago
- 27a4698 blk-mq: Inline status checkers by Pavel Begunkov · 5 years ago
- b49773e7 block: Disable write plugging for zoned block devices by Damien Le Moal · 5 years ago
- c05f422 blk-mq: remove blk_mq_put_ctx() by Bart Van Assche · 5 years ago
- c7e2d94 blk-mq: free hw queue's resource in hctx's release handler by Ming Lei · 6 years ago
- fd9c40f block: Revert v5.0 blk_mq_request_issue_directly() changes by Bart Van Assche · 6 years ago
- 13f0638 blk-mq: use blk_mq_put_driver_tag() to put tag by Yufen Yu · 6 years ago
- e6c9871 block: Unexport blk_mq_add_to_requeue_list() by Bart Van Assche · 6 years ago
- 6fb845f Merge tag 'v5.0-rc6' into for-5.1/block by Jens Axboe · 6 years ago
- 2698484 blk-mq: remove duplicated definition of blk_mq_freeze_queue by Liu Bo · 6 years ago
- bb94aea blk-mq: save default hctx into ctx->hctxs for not-supported type by Jianchao Wang · 6 years ago
- 8ccdf4a blk-mq: save queue mapping result into ctx directly by Jianchao Wang · 6 years ago
- c16d6b5 blk-mq: fix dispatch from sw queue by Ming Lei · 6 years ago
- 5aceaeb blk-mq: only dispatch to non-defauly queue maps if they have queues by Christoph Hellwig · 6 years ago
- d6a51a9 blk-mq: replace and kill blk_mq_request_issue_directly by Jianchao Wang · 6 years ago
- e016b78 block: return just one value from part_in_flight by Mikulas Patocka · 6 years ago
- e20ba6e block: move queues types to the block layer by Christoph Hellwig · 6 years ago
- be94f05 blk-mq: use bd->last == true for list inserts by Jens Axboe · 6 years ago
- 1db4909 blk-mq: not embed .mq_kobj and ctx->kobj into queue instance by Ming Lei · 6 years ago
- ea4f995 blk-mq: cache request hardware queue mapping by Jens Axboe · 6 years ago
- b3c661b blk-mq: support multiple hctx maps by Jens Axboe · 6 years ago
- f31967f blk-mq: allow software queue to map to multiple hardware queues by Jens Axboe · 6 years ago
- f9afca4 blk-mq: pass in request/bio flags to queue mapping by Jens Axboe · 6 years ago
- ff2c566 blk-mq: provide dummy blk_mq_map_queue_type() helper by Jens Axboe · 6 years ago
- ed76e32 blk-mq: abstract out queue map by Jens Axboe · 6 years ago
- a890893 blk-mq: kill q->mq_map by Jens Axboe · 6 years ago
- 6ce3dd6 blk-mq: issue directly if hw queue isn't busy in case of 'none' by Ming Lei · 6 years ago
- 0da73d0 blk-mq: code clean-up by adding an API to clear set->mq_map by Minwoo Im · 6 years ago
- 8ab6bb9e blk-mq: cleanup blk_mq_get_driver_tag() by Ming Lei · 7 years ago
- 12f5b93 blk-mq: Remove generation seqeunce by Keith Busch · 7 years ago
- bf0ddab blk-mq: fix sysfs inflight counter by Omar Sandoval · 7 years ago
- fe64407 block: mq: Add some minor doc for core structs by Linus Walleij · 7 years ago
- c77ff7f blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly() by Bart Van Assche · 7 years ago
- 396eaf2 blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback by Ming Lei · 7 years ago
- 5a61c36 blk-mq: remove REQ_ATOM_STARTED by Tejun Heo · 7 years ago
- 358f70d blk-mq: make blk_abort_request() trigger timeout path by Tejun Heo · 7 years ago
- 1d9bd51 blk-mq: replace timeout synchronization with a RCU and generation based scheme by Tejun Heo · 7 years ago
- e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- 79f720a blk-mq: only run the hardware queue if IO is pending by Jens Axboe · 7 years ago
- 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
- 244c65a blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h by Ming Lei · 7 years ago
- b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
- 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
- de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
- 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
- f299b7c blk-mq: provide internal in-flight variant by Jens Axboe · 7 years ago
- 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 4b855ad blk-mq: Create hctx for each present CPU by Christoph Hellwig · 8 years ago
- e4cdf1a blk-mq: remove __blk_mq_alloc_request by Christoph Hellwig · 8 years ago
- 6af5405 blk-mq: simplify blk_mq_free_request by Christoph Hellwig · 8 years ago
- 6e15cf2 blk-mq: mark blk_mq_rq_ctx_init static by Christoph Hellwig · 8 years ago
- d173a25 blk-mq: move debugfs declarations to a separate header file by Omar Sandoval · 8 years ago
- 62d6c94 blk-mq-debugfs: Rename functions for registering and unregistering the mq directory by Bart Van Assche · 8 years ago
- 4c9e401 blk-mq: Let blk_mq_debugfs_register() look up the queue name by Bart Van Assche · 8 years ago
- 2d0364c blk-mq: Register <dev>/queue/mq after having registered <dev>/queue by Bart Van Assche · 8 years ago
- 229a9287 blk-mq: add shallow depth option for blk_mq_get_tag() by Omar Sandoval · 8 years ago
- 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
- 81380ca blk-mq: use the right hctx when getting a driver tag fails by Omar Sandoval · 8 years ago
- 34dbad5 blk-stat: convert to callback-based statistics reporting by Omar Sandoval · 8 years ago
- 7ea5fe3 blk-mq: make lifetime consitent between q/ctx and its kobject by Ming Lei · 8 years ago
- 737f98c blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() by Ming Lei · 8 years ago
- 5974839 blk-mq: kill blk_mq_set_alloc_data() by Omar Sandoval · 8 years ago
- 18fbda9 block: use same block debugfs directory for blk-mq and blktrace by Omar Sandoval · 8 years ago
- 400f73b blk-mq: fix debugfs compilation issues by Omar Sandoval · 8 years ago
- bd6737f blk-mq-sched: add flush insertion into blk_mq_sched_insert_request() by Jens Axboe · 8 years ago
- 50e1dab blk-mq-sched: fix starvation for multiple hardware queues and shared tags by Jens Axboe · 8 years ago
- 07e4fea blk-mq: create debugfs directory tree by Omar Sandoval · 8 years ago
- bd166ef blk-mq-sched: add framework for MQ capable IO schedulers by Jens Axboe · 8 years ago
- cc71a6f blk-mq: abstract out helpers for allocating/freeing tag maps by Jens Axboe · 8 years ago
- 4941115 blk-mq-tag: cleanup the normal/reserved tag allocation by Jens Axboe · 8 years ago
- 2c3ad66 blk-mq: export some helpers we need to the scheduling framework by Jens Axboe · 8 years ago
- a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
- f04c3df blk-mq: abstract out blk_mq_dispatch_rq_list() helper by Jens Axboe · 8 years ago
- cf43e6b block: add scalable completion tracking of requests by Jens Axboe · 8 years ago
- 9e5a7e2 blk-mq: export blk_mq_map_queues by Christoph Hellwig · 8 years ago
- 5d1b25c blk-mq: Introduce blk_mq_hctx_stopped() by Bart Van Assche · 8 years ago
- 24532f7 Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 9467f85 blk-mq/cpu-notif: Convert to new hotplug state machine by Thomas Gleixner · 8 years ago
- 40aabb6 sbitmap: push per-cpu last_tag into sbitmap_queue by Omar Sandoval · 8 years ago
- 8845964 blk-mq: abstract tag allocation out into sbitmap library by Omar Sandoval · 8 years ago