Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fd2d332677c687ca90c12a47d6c377c547100b56
/
block
/
blk-mq.c
fd2d332
blk-mq: add support for carrying internal tag information in blk_qc_t
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
16a3c2a
blk-mq: un-export blk_mq_free_hctx_request()
by Jens Axboe
· 8 years ago
f8a5b12
blk-mq: make mq_ops a const pointer
by Jens Axboe
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
d1b1cea
blk-mq: Fix failed allocation path when mapping queues
by Gabriel Krisman Bertazi
· 8 years ago
36e1f3d1
blk-mq: Avoid memory reclaim when remapping queues
by Gabriel Krisman Bertazi
· 8 years ago
f04c3df
blk-mq: abstract out blk_mq_dispatch_rq_list() helper
by Jens Axboe
· 8 years ago
ae911c5
blk-mq: add blk_mq_start_stopped_hw_queue()
by Jens Axboe
· 8 years ago
6e85eaf
blk-mq: blk_account_io_start() takes a bool
by Jens Axboe
· 8 years ago
415d3da
blk-mq: Drop explicit timeout sync in hotplug
by Gabriel Krisman Bertazi
· 8 years ago
64f1c21
blk-mq: make the polling code adaptive
by Jens Axboe
· 8 years ago
06426ad
blk-mq: implement hybrid poll mode for sync O_DIRECT
by Jens Axboe
· 8 years ago
0a6219a
block: deal with stale req count of plug list
by Ming Lei
· 8 years ago
bbd7bb7
block: move poll code to blk-mq
by Jens Axboe
· 8 years ago
066a4a7
blk-mq: blk_mq_try_issue_directly() should lookup hardware queue
by Jens Axboe
· 8 years ago
87760e5
block: hook up writeback throttling
by Jens Axboe
· 8 years ago
cf43e6b
block: add scalable completion tracking of requests
by Jens Axboe
· 8 years ago
c02ebfd
blk-mq: Always schedule hctx->next_cpu
by Gabriel Krisman Bertazi
· 8 years ago
600271d
blk-mq: immediately dispatch big size request
by Shaohua Li
· 8 years ago
2b053ac
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
by Bart Van Assche
· 8 years ago
6a83e74
blk-mq: Introduce blk_mq_quiesce_queue()
by Bart Van Assche
· 8 years ago
9b7dd57
blk-mq: Remove blk_mq_cancel_requeue_work()
by Bart Van Assche
· 8 years ago
52d7f1b
blk-mq: Avoid that requeueing starts stopped queues
by Bart Van Assche
· 8 years ago
2253efc
blk-mq: Move more code into blk_mq_direct_issue_request()
by Bart Van Assche
· 8 years ago
fd00144
blk-mq: Introduce blk_mq_queue_stopped()
by Bart Van Assche
· 8 years ago
5d1b25c
blk-mq: Introduce blk_mq_hctx_stopped()
by Bart Van Assche
· 8 years ago
bc27c01
blk-mq: Do not invoke .queue_rq() for a stopped queue
by Bart Van Assche
· 8 years ago
ef295ec
block: better op and flags encoding
by Christoph Hellwig
· 8 years ago
e806402
block: split out request-only flags into a new namespace
by Christoph Hellwig
· 8 years ago
2552e3f
blk-mq: get rid of confusing blk_map_ctx structure
by Jens Axboe
· 8 years ago
7dd2fb6
blk-mq: update hardware and software queues for sleeping alloc
by Jens Axboe
· 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
513a4be
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
c8712c6
blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
by Christoph Hellwig
· 8 years ago
97a3286
blk-mq: fixup "Convert to new hotplug state machine"
by Sebastian Andrzej Siewior
· 8 years ago
1b792f2
blk-mq: add flag for drivers wanting blocking ->queue_rq()
by Jens Axboe
· 8 years ago
63581af
blk-mq: remove non-blocking pass in blk_mq_map_request
by Christoph Hellwig
· 8 years ago
841bac2
blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
by Jens Axboe
· 8 years ago
65d5291
blk-mq: Convert to new hotplug state machine
by Sebastian Andrzej Siewior
· 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
703fd1c
blk-mq: account higher order dispatch
by Jens Axboe
· 8 years ago
9151bcb
blk-mq: kill unused blk_mq_create_mq_map()
by Jens Axboe
· 8 years ago
1b15793
blk-mq: get rid of the cpumask in struct blk_mq_tags
by Christoph Hellwig
· 8 years ago
da695ba
blk-mq: allow the driver to pass in a queue mapping
by Christoph Hellwig
· 8 years ago
7d7e0f9
blk-mq: remove ->map_queue
by Christoph Hellwig
· 8 years ago
bdd17e7
blk-mq: only allocate a single mq_map per tag_set
by Christoph Hellwig
· 8 years ago
4e68a01
blk-mq: don't redistribute hardware queues on a CPU hotplug event
by Christoph Hellwig
· 8 years ago
2849450
blk-mq: introduce blk_mq_delay_kick_requeue_list()
by Mike Snitzer
· 8 years ago
88c7b2b
blk-mq: prefetch request in blk_mq_tag_to_rq()
by Jens Axboe
· 8 years ago
27489a3
blk-mq: turn hctx->run_work into a regular work struct
by Jens Axboe
· 8 years ago
0e87e58
blk-mq: improve warning for running a queue on the wrong CPU
by Jens Axboe
· 8 years ago
e57690f
blk-mq: don't overwrite rq->mq_ctx
by Jens Axboe
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
71f79fb
blk-mq: Allow timeouts to run while queue is freezing
by Gabriel Krisman Bertazi
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
0c4de0f
block: ensure bios return from blk_get_request are properly initialized
by Christoph Hellwig
· 8 years ago
1f5bd33
blk-mq: add blk_mq_alloc_request_hctx
by Ming Lin
· 8 years ago
52b9c33
blk-mq: actually hook up defer list when running requests
by Omar Sandoval
· 8 years ago
28a8f0d
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
by Mike Christie
· 8 years ago
d9d8c5c
block: convert is_sync helpers to use REQ_OPs.
by Mike Christie
· 8 years ago
cc6e3b1
block: prepare mq request creation to use REQ_OPs
by Mike Christie
· 8 years ago
87c279e
blk-mq: really fix plug list flushing for nomerge queues
by Omar Sandoval
· 8 years ago
c7de572
blk-mq: clear q->mq_ops if init fail
by Ming Lin
· 8 years ago
b3a834b
blk-mq: fix undefined behaviour in order_to_size()
by Bartlomiej Zolnierkiewicz
· 8 years ago
a21f2a3
block: Minor blk_account_io_start usage cleanup
by Michael Callahan
· 9 years ago
897bb0c
blk-mq: Use proper cpumask iterator
by Thomas Gleixner
· 9 years ago
35d88d9
Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
4ee86ba
blk-mq: add bounds check on tag-to-rq conversion
by Hannes Reinecke
· 9 years ago
e9137d4
blk-mq: Fix NULL pointer updating nr_requests
by Keith Busch
· 9 years ago
6684167
blk-mq: mark request queue as mq asap
by Ming Lei
· 9 years ago
a59e0f5
blk-mq: End unstarted requests on dying queue
by Keith Busch
· 9 years ago
868f2f0
blk-mq: dynamic h/w context count
by Keith Busch
· 9 years ago
3e1e21c
Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
bbc758e
block: remove REQ_NO_TIMEOUT flag
by Christoph Hellwig
· 9 years ago
287922eb
block: defer timeouts to a workqueue
by Christoph Hellwig
· 9 years ago
bffed45
blk-mq: Avoid memoryless numa node encoded in hctx numa_node
by Raghavendra K T
· 9 years ago
e0e827b
blk-mq: Reuse hardware context cpumask for tags
by Raghavendra K T
· 9 years ago
6f3b0e8
blk-mq: add a flags parameter to blk_mq_alloc_request
by Christoph Hellwig
· 9 years ago
b094f89
blk-mq: fix calling unplug callbacks with preempt disabled
by Jens Axboe
· 9 years ago
1fa8cc5
blk-mq: mark __blk_mq_complete_request() static
by Jens Axboe
· 9 years ago
3419b45
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
7b37163
blk-mq: return tag/queue combo in the make_request_fn handlers
by Jens Axboe
· 9 years ago
dece163
block: change ->make_request_fn() and users to return a queue cookie
by Jens Axboe
· 9 years ago
71baba4
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
by Mel Gorman
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
527d152
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
d9734e0
Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
2404e60
blk-mq: avoid excessive boot delays with large lun counts
by Jeff Moyer
· 9 years ago
cfd0c55
blk-mq: mark ctx as pending at batch in flush plug path
by Ming Lei
· 9 years ago
676d060
blk-mq: fix for trace_block_plug()
by Ming Lei
· 9 years ago
e18378a
blk-mq: check bio_mergeable() early before merging
by Ming Lei
· 9 years ago
0809e3a
block: fix plug list flushing for nomerge queues
by Jeff Moyer
· 9 years ago
3ef28e8
block: generic request_queue reference counting
by Dan Williams
· 9 years ago
Next »