Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9a028e46fc0aeb0e5036ac1f4393653404242a1a
/
block
/
blk-mq.c
0ffbce8
blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue()
by Jens Axboe
· 10 years ago
95ed068
blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queue
by Christoph Hellwig
· 10 years ago
8f5280f
blk-mq: properly drain stopped queues
by Christoph Hellwig
· 10 years ago
2b8393b
blk-mq: add timer in blk_mq_start_request
by Ming Lei
· 10 years ago
3ee3237
blk-mq: always initialize request->start_time
by Jens Axboe
· 10 years ago
f6be4fb
blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()
by Jens Axboe
· 10 years ago
3b632cf
blk-mq: don't allow queue entering for a dying queue
by Keith Busch
· 10 years ago
a4391c6
blk-mq: bump max tag depth to 10K tags
by Jens Axboe
· 10 years ago
0e62f51
blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter
by Jens Axboe
· 10 years ago
f899fed
blk-mq: fix regression from commit 624dbe475416
by Jens Axboe
· 10 years ago
ff87bce
blk-mq: handle NULL req return from blk_map_request in single queue mode
by Jens Axboe
· 10 years ago
e6cdb09
blk-mq: fix sparse warning on missed __percpu annotation
by Ming Lei
· 10 years ago
cb96a42
blk-mq: fix schedule from atomic context
by Ming Lei
· 10 years ago
1aecfe4
blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private header
by Ming Lei
· 10 years ago
ed85186
blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()
by Jens Axboe
· 10 years ago
feff689
blk-mq: remember to start timeout handler for direct queue
by Jens Axboe
· 10 years ago
67aec14
blk-mq: make the sysfs mq/ layout reflect current mappings
by Jens Axboe
· 10 years ago
2230237
blk-mq: blk_mq_tag_to_rq should handle flush request
by Shaohua Li
· 10 years ago
4b57052
blk-mq: request initialization optimizations
by Jens Axboe
· 10 years ago
05f1dd5
block: add queue flag for disabling SG merging
by Jens Axboe
· 10 years ago
cdef54d
blk-mq: remove alloc_hctx and free_hctx methods
by Christoph Hellwig
· 10 years ago
75bb462
blk-mq: add file comments and update copyright notices
by Jens Axboe
· 10 years ago
d852564
blk-mq: remove blk_mq_alloc_request_pinned
by Christoph Hellwig
· 10 years ago
793597a
blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_request
by Christoph Hellwig
· 10 years ago
a3bd775
blk-mq: remove blk_mq_wait_for_tags
by Christoph Hellwig
· 10 years ago
5dee857
blk-mq: initialize request in __blk_mq_alloc_request
by Christoph Hellwig
· 10 years ago
4ce01dd
blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request
by Christoph Hellwig
· 10 years ago
6fca6a6
blk-mq: add helper to insert requests from irq context
by Christoph Hellwig
· 10 years ago
95f0968
blk-mq: allow non-softirq completions
by Jens Axboe
· 10 years ago
f14bbe7
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
by Jens Axboe
· 10 years ago
3d2936f
block: only allocate/free mq_usage_counter in blk-mq
by Ming Lei
· 10 years ago
624dbe4
blk-mq: avoid code duplication
by Ming Lei
· 10 years ago
1f9f07e
blk-mq: fix leak of hctx->ctx_map
by Ming Lei
· 10 years ago
19c5d84
blk-mq: idle all hardware contexts before freeing a queue
by Christoph Hellwig
· 10 years ago
c22d9d8
blk-mq: allow setting of per-request timeouts
by Jens Axboe
· 10 years ago
07068d5
blk-mq: split make request handler for multi and single queue
by Jens Axboe
· 10 years ago
484b406
blk-mq: save memory by freeing requests on unused hardware queues
by Jens Axboe
· 10 years ago
e814e71
blk-mq: allow the hctx cpu hotplug notifier to return errors
by Jens Axboe
· 10 years ago
da41a58
blk-mq: Micro-optimize blk_queue_nomerges() check
by Robert Elliott
· 10 years ago
eba7176
blk-mq: initialize q->nr_requests after calling blk_queue_make_request()
by Jens Axboe
· 10 years ago
e3a2b3f
blk-mq: allow changing of queue depth through sysfs
by Jens Axboe
· 10 years ago
39a9f97
Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core
by Jens Axboe
· 10 years ago
1429d7c
blk-mq: switch ctx pending map to the sparser blk_align_bitmap
by Jens Axboe
· 10 years ago
0d2602c
blk-mq: improve support for shared tags maps
by Jens Axboe
· 10 years ago
cf4b50a
blk-mq: fix race in IO start accounting
by Jens Axboe
· 10 years ago
4bb659b
blk-mq: implement new and more efficient tagging scheme
by Jens Axboe
· 11 years ago
af76e55
blk-mq: initialize struct request fields individually
by Christoph Hellwig
· 11 years ago
9fccfed
blk-mq: update a hotplug comment for grammar
by Jens Axboe
· 11 years ago
506e931
blk-mq: add basic round-robin of what CPU to queue workqueue work on
by Jens Axboe
· 11 years ago
74814b1
blk-mq: remove extra requeue trace
by Jens Axboe
· 11 years ago
c6d600c
blk-mq: refactor request insertion/merging
by Jens Axboe
· 11 years ago
98bc1f2
blk-mq remove debug BUG_ON() when draining software queues
by Jens Axboe
· 11 years ago
5810d90
blk-mq: fix waiting for reserved tags
by Jens Axboe
· 11 years ago
3853520
blk-mq: respect rq_affinity
by Christoph Hellwig
· 11 years ago
87ee7b1
blk-mq: fix race with timeouts and requeue events
by Jens Axboe
· 11 years ago
70ab0b2
Revert "blk-mq: initialize req->q in allocation"
by Jens Axboe
· 11 years ago
981bd18
blk-mq: fix leak of set->tags
by Ming Lei
· 11 years ago
6a3c8a3
blk-mq: initialize req->q in allocation
by Ming Lei
· 11 years ago
4ca0850
blk-mq: user (1 << order) to implement order_to_size()
by Ming Lei
· 11 years ago
4847900
blk-mq: fix allocation of set->tags
by Ming Lei
· 11 years ago
11471e0
blk-mq: free hctx->ctx_map when init failed
by Ming Lei
· 11 years ago
ed0791b
blk-mq: add blk_mq_requeue_request
by Christoph Hellwig
· 11 years ago
2f26855
blk-mq: add blk_mq_start_hw_queues
by Christoph Hellwig
· 11 years ago
70f4db6
blk-mq: add blk_mq_delay_queue
by Christoph Hellwig
· 11 years ago
1b4a325
blk-mq: add async parameter to blk_mq_start_stopped_hw_queues
by Christoph Hellwig
· 11 years ago
91b6363
blk-mq: bidi support
by Christoph Hellwig
· 11 years ago
63151a4
blk-mq: allow drivers to hook into I/O completion
by Christoph Hellwig
· 11 years ago
6700a67
blk-mq: kill preempt disable/enable in blk_mq_work_fn()
by Jens Axboe
· 11 years ago
fd1270d
blk-mq: don't use preempt_count() to check for right CPU
by Jens Axboe
· 11 years ago
24d2f90
blk-mq: split out tag initialization, support shared tags
by Christoph Hellwig
· 11 years ago
ed44832
blk-mq: initialize request on allocation
by Christoph Hellwig
· 11 years ago
e9b267d
blk-mq: add ->init_request and ->exit_request methods
by Christoph Hellwig
· 11 years ago
8727af4
blk-mq: make ->flush_rq fully transparent to drivers
by Christoph Hellwig
· 11 years ago
9d74e25
blk-mq: do not initialize req->special
by Christoph Hellwig
· 11 years ago
742ee69
blk-mq: initialize resid_len
by Christoph Hellwig
· 11 years ago
e4043dc
blk-mq: ensure that hardware queues are always run on the mapped CPUs
by Jens Axboe
· 11 years ago
59c3d45
block: remove 'q' parameter from kblockd_schedule_*_work()
by Jens Axboe
· 11 years ago
bccb5f7
blk-mq: fix potential stall during CPU unplug with IO pending
by Jens Axboe
· 11 years ago
27fbf4e
blk-mq: add REQ_SYNC early
by Shaohua Li
· 11 years ago
7237c74
blk-mq: support partial I/O completions
by Christoph Hellwig
· 11 years ago
eeabc85
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
by Christoph Hellwig
· 11 years ago
081241e
blk-mq: remove blk_mq_alloc_rq
by Christoph Hellwig
· 11 years ago
676141e
blk-mq: don't dump CPU -> hw queue map on driver load
by Jens Axboe
· 11 years ago
5d12f90
blk-mq: fix wrong usage of hctx->state vs hctx->flags
by Jens Axboe
· 11 years ago
95363ef
blk-mq: allow blk_mq_init_commands() to return failure
by Jens Axboe
· 11 years ago
af5040d
blktrace: fix accounting of partially completed requests
by Roman Pen
· 11 years ago
c46fff2
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
by Frederic Weisbecker
· 11 years ago
fce8ad1
smp: Remove wait argument from __smp_call_function_single()
by Frederic Weisbecker
· 11 years ago
49f5baa
blk-mq: pair blk_mq_start_request / blk_mq_requeue_request
by Christoph Hellwig
· 11 years ago
1e93b8c
blk-mq: dont assume rq->errors is set when returning an error from ->queue_rq
by Christoph Hellwig
· 11 years ago
1874198
blk-mq: rework flush sequencing logic
by Christoph Hellwig
· 11 years ago
30a91cb
blk-mq: rework I/O completions
by Christoph Hellwig
· 11 years ago
14ec77f
blk-mq: Add bio_integrity setup to blk_mq_make_request
by Nicholas Bellinger
· 11 years ago
1be036e
blk-mq: initialize sg_reserved_size
by Christoph Hellwig
· 11 years ago
4f7f418
blk-mq: handle dma_drain_size
by Christoph Hellwig
· 11 years ago
72a0a36
blk-mq: support at_head inserations for blk_execute_rq
by Christoph Hellwig
· 11 years ago
f027692
blk-mq: Don't reserve a tag for flush request
by Shaohua Li
· 11 years ago
6753471
blk-mq: uses page->list incorrectly
by Dave Hansen
· 11 years ago
3d6efbf
blk-mq: use __smp_call_function_single directly
by Christoph Hellwig
· 11 years ago
0fec08b
blk-mq: fix initializing request's start time
by Ming Lei
· 11 years ago
Next »