index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
2019-02-11
blk-mq: insert rq with DONTPREP to hctx dispatch list when requeue
Jianchao Wang
2019-01-16
block: don't lose track of REQ_INTEGRITY flag
Ming Lei
2018-12-18
block: make request_to_qc_t public
Sagi Grimberg
2018-12-17
blk-mq: enable IO poll if .nr_queues of type poll > 0
Ming Lei
2018-12-17
blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
Jens Axboe
2018-12-17
blk-mq: skip zero-queue maps in blk_mq_map_swqueue
Ming Lei
2018-12-17
blk-mq: fix dispatch from sw queue
Ming Lei
2018-12-17
blk-mq: fix allocation for queue mapping table
Ming Lei
2018-12-16
blk-mq: replace and kill blk_mq_request_issue_directly
Jianchao Wang
2018-12-16
blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
Jianchao Wang
2018-12-16
blk-mq: refactor the code of issue request directly
Jianchao Wang
2018-12-10
block: return just one value from part_in_flight
Mikulas Patocka
2018-12-09
Merge tag 'v4.20-rc6' into for-4.21/block
Jens Axboe
2018-12-07
blk-mq: re-build queue map in case of kdump kernel
Ming Lei
2018-12-07
blk-mq: punt failed direct issue to dispatch list
Jens Axboe
2018-12-04
blk-mq: fix corruption with direct issue
Jens Axboe
2018-12-04
block: enable polling by default if a poll map is initalized
Christoph Hellwig
2018-12-04
block: remove ->poll_fn
Christoph Hellwig
2018-12-03
blk-mq: don't call ktime_get_ns() if we don't need it
Jens Axboe
2018-11-29
blk-mq: use plug for devices that implement ->commits_rqs()
Jens Axboe
2018-11-29
blk-mq: use bd->last == true for list inserts
Jens Axboe
2018-11-29
blk-mq: add mq_ops->commit_rqs()
Jens Axboe
2018-11-29
block: improve logic around when to sort a plug list
Jens Axboe
2018-11-29
blk-mq: Add a NULL check in blk_mq_free_map_and_requests()
Dan Carpenter
2018-11-28
blk-mq: fix failure to decrement plug count on single rq removal
Jens Axboe
2018-11-26
block: sum requests in the plug structure
Jens Axboe
2018-11-26
blk-mq: Simplify request completion state
Keith Busch
2018-11-26
blk-mq: Return true if request was completed
Keith Busch
2018-11-26
blk-mq: never redirect polled IO completions
Jens Axboe
2018-11-26
blk-mq: ensure mq_ops ->poll() is entered at least once
Jens Axboe
2018-11-26
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
2018-11-26
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
2018-11-26
blk-mq: when polling for IO, look for any completion
Jens Axboe
2018-11-21
blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
Ming Lei
2018-11-19
block: Remove bio->bi_ioc
Damien Le Moal
2018-11-19
block: have ->poll_fn() return number of entries polled
Jens Axboe
2018-11-19
block: avoid ordered task state change for polled IO
Jens Axboe
2018-11-16
block: add queue_is_mq() helper
Jens Axboe
2018-11-15
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
2018-11-15
block: remove the unused lock argument to rq_qos_throttle
Christoph Hellwig
2018-11-15
block: use atomic bitops for ->queue_flags
Christoph Hellwig
2018-11-15
block: remove deadline __deadline manipulation helpers
Christoph Hellwig
2018-11-09
block: remove req->timeout_list
Christoph Hellwig
2018-11-08
blk-mq: provide a helper to check if a queue is busy
Jens Axboe
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
2018-11-07
blk-mq: improve plug list sorting
Jens Axboe
2018-11-07
blk-mq: cleanup and improve list insertion
Jens Axboe
2018-11-07
blk-mq: cache request hardware queue mapping
Jens Axboe
2018-11-07
blk-mq: separate number of hardware queues from nr_cpu_ids
Jens Axboe
2018-11-07
blk-mq: support multiple hctx maps
Jens Axboe
[next]