Age | Commit message (Expand) | Author | Files | Lines |
2018-12-18 | block: make request_to_qc_t public | Sagi Grimberg | 1 | -8/+0 |
2018-12-18 | blk-mq: enable IO poll if .nr_queues of type poll > 0 | Ming Lei | 1 | -1/+2 |
2018-12-18 | blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() | Jens Axboe | 1 | -8/+8 |
2018-12-17 | blk-mq: skip zero-queue maps in blk_mq_map_swqueue | Ming Lei | 1 | -0/+3 |
2018-12-17 | blk-mq: fix dispatch from sw queue | Ming Lei | 1 | -10/+19 |
2018-12-17 | blk-mq: fix allocation for queue mapping table | Ming Lei | 1 | -1/+1 |
2018-12-16 | blk-mq: replace and kill blk_mq_request_issue_directly | Jianchao Wang | 1 | -8/+1 |
2018-12-16 | blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests | Jianchao Wang | 1 | -11/+9 |
2018-12-16 | blk-mq: refactor the code of issue request directly | Jianchao Wang | 1 | -49/+54 |
2018-12-10 | block: return just one value from part_in_flight | Mikulas Patocka | 1 | -7/+5 |
2018-12-10 | Merge tag 'v4.20-rc6' into for-4.21/block | Jens Axboe | 1 | -3/+4 |
2018-12-08 | blk-mq: re-build queue map in case of kdump kernel | Ming Lei | 1 | -2/+3 |
2018-12-07 | blk-mq: punt failed direct issue to dispatch list | Jens Axboe | 1 | -28/+5 |
2018-12-05 | blk-mq: fix corruption with direct issue | Jens Axboe | 1 | -1/+25 |
2018-12-04 | block: enable polling by default if a poll map is initalized | Christoph Hellwig | 1 | -0/+2 |
2018-12-04 | block: remove ->poll_fn | Christoph Hellwig | 1 | -5/+19 |
2018-12-04 | blk-mq: don't call ktime_get_ns() if we don't need it | Jens Axboe | 1 | -2/+17 |
2018-11-29 | blk-mq: use plug for devices that implement ->commits_rqs() | Jens Axboe | 1 | -1/+5 |
2018-11-29 | blk-mq: use bd->last == true for list inserts | Jens Axboe | 1 | -8/+8 |
2018-11-29 | blk-mq: add mq_ops->commit_rqs() | Jens Axboe | 1 | -0/+16 |
2018-11-29 | block: improve logic around when to sort a plug list | Jens Axboe | 1 | -5/+18 |
2018-11-29 | blk-mq: Add a NULL check in blk_mq_free_map_and_requests() | Dan Carpenter | 1 | -1/+1 |
2018-11-28 | blk-mq: fix failure to decrement plug count on single rq removal | Jens Axboe | 1 | -1/+3 |
2018-11-26 | block: sum requests in the plug structure | Jens Axboe | 1 | -11/+5 |
2018-11-26 | blk-mq: Simplify request completion state | Keith Busch | 1 | -3/+1 |
2018-11-26 | blk-mq: Return true if request was completed | Keith Busch | 1 | -2/+3 |
2018-11-26 | blk-mq: never redirect polled IO completions | Jens Axboe | 1 | -1/+6 |
2018-11-26 | blk-mq: ensure mq_ops ->poll() is entered at least once | Jens Axboe | 1 | -2/+2 |
2018-11-26 | block: make blk_poll() take a parameter on whether to spin or not | Jens Axboe | 1 | -3/+3 |
2018-11-26 | blk-mq: remove 'tag' parameter from mq_ops->poll() | Jens Axboe | 1 | -1/+1 |
2018-11-26 | blk-mq: when polling for IO, look for any completion | Jens Axboe | 1 | -35/+36 |
2018-11-21 | blk-mq: not embed .mq_kobj and ctx->kobj into queue instance | Ming Lei | 1 | -7/+32 |
2018-11-20 | block: Remove bio->bi_ioc | Damien Le Moal | 1 | -2/+2 |
2018-11-19 | block: have ->poll_fn() return number of entries polled | Jens Axboe | 1 | -9/+9 |
2018-11-19 | block: avoid ordered task state change for polled IO | Jens Axboe | 1 | -2/+2 |
2018-11-16 | block: add queue_is_mq() helper | Jens Axboe | 1 | -1/+1 |
2018-11-15 | block: remove the lock argument to blk_alloc_queue_node | Christoph Hellwig | 1 | -1/+1 |
2018-11-15 | block: remove the unused lock argument to rq_qos_throttle | Christoph Hellwig | 1 | -1/+1 |
2018-11-15 | block: use atomic bitops for ->queue_flags | Christoph Hellwig | 1 | -1/+1 |
2018-11-15 | block: remove deadline __deadline manipulation helpers | Christoph Hellwig | 1 | -2/+2 |
2018-11-09 | block: remove req->timeout_list | Christoph Hellwig | 1 | -1/+0 |
2018-11-08 | blk-mq: provide a helper to check if a queue is busy | Jens Axboe | 1 | -0/+26 |
2018-11-08 | blk-mq-tag: change busy_iter_fn to return whether to continue or not | Jens Axboe | 1 | -5/+11 |
2018-11-07 | blk-mq: improve plug list sorting | Jens Axboe | 1 | -5/+12 |
2018-11-07 | blk-mq: cleanup and improve list insertion | Jens Axboe | 1 | -11/+14 |
2018-11-07 | blk-mq: cache request hardware queue mapping | Jens Axboe | 1 | -13/+9 |
2018-11-07 | blk-mq: separate number of hardware queues from nr_cpu_ids | Jens Axboe | 1 | -7/+21 |
2018-11-07 | blk-mq: support multiple hctx maps | Jens Axboe | 1 | -31/+61 |
2018-11-07 | blk-mq: allow software queue to map to multiple hardware queues | Jens Axboe | 1 | -6/+16 |
2018-11-07 | blk-mq: pass in request/bio flags to queue mapping | Jens Axboe | 1 | -22/+28 |