Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0798abeb7eec37dcc20f252c2195fc31c41561f9
/
include
/
linux
/
blk-mq.h
f26cdc8
blk-mq: Shared tag enhancements
by Keith Busch
· 10 years ago
569fd0c
blk-mq: fix iteration of busy bitmap
by Jens Axboe
· 10 years ago
2963e3f
blk-mq: cleanup blk_mq_rq_to_pdu()
by Jens Axboe
· 10 years ago
b94ec29
blk-mq: export blk_mq_run_hw_queues
by Mike Snitzer
· 10 years ago
b62c21b
blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk
by Mike Snitzer
· 10 years ago
3e12cef
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
201f201
blk-mq: make blk_mq_run_queues() static
by Jens Axboe
· 10 years ago
24391c0
blk-mq: add tag allocation policy
by Shaohua Li
· 10 years ago
1885b24
blk-mq: Add helper to abort requeued requests
by Jens Axboe
· 10 years ago
c68ed59
blk-mq: Let drivers cancel requeue_work
by Keith Busch
· 10 years ago
973c019
blk-mq: Export if requests were started
by Keith Busch
· 10 years ago
17ded32
blk-mq: get rid of ->cmd_size in the hardware queue
by Jens Axboe
· 10 years ago
c761d96
blk-mq: export blk_mq_freeze_queue()
by Jens Axboe
· 10 years ago
b4c6a02
blk-mq: Export freeze/unfreeze functions
by Keith Busch
· 10 years ago
caf292a
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
7c7f2f2
blk-mq: add blk_mq_free_hctx_request()
by Jens Axboe
· 10 years ago
205fb5f
blk-mq: add blk_mq_unique_tag()
by Bart Van Assche
· 10 years ago
e167dfb
blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag
by Jens Axboe
· 10 years ago
74c4505
blk-mq: add a 'list' parameter to ->queue_rq()
by Jens Axboe
· 10 years ago
d3dc366
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
f70ced0
blk-mq: support per-distpatch_queue flush machinery
by Ming Lei
· 10 years ago
17497ac
blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode
by Tejun Heo
· 10 years ago
0152fb6
blk-mq: pass a reserved argument to the timeout handler
by Christoph Hellwig
· 10 years ago
81481eb
blk-mq: fix and simplify tag iteration for the timeout handler
by Christoph Hellwig
· 10 years ago
c8a446a
blk-mq: rename blk_mq_end_io to blk_mq_end_request
by Christoph Hellwig
· 10 years ago
e249007
blk-mq: call blk_mq_start_request from ->queue_rq
by Christoph Hellwig
· 10 years ago
bf57229
blk-mq: remove REQ_END
by Christoph Hellwig
· 10 years ago
8a58d1f
blk-mq: get rid of unused BLK_MQ_F_SHOULD_SORT flag
by Jens Axboe
· 10 years ago
8537b12
blk-mq: bitmap tag: fix races on shared ::wake_index fields
by Alexander Gordeev
· 11 years ago
a4391c6
blk-mq: bump max tag depth to 10K tags
by Jens Axboe
· 11 years ago
0e62f51
blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter
by Jens Axboe
· 11 years ago
67aec14
blk-mq: make the sysfs mq/ layout reflect current mappings
by Jens Axboe
· 11 years ago
2230237
blk-mq: blk_mq_tag_to_rq should handle flush request
by Shaohua Li
· 11 years ago
05f1dd5
block: add queue flag for disabling SG merging
by Jens Axboe
· 11 years ago
cdef54d
blk-mq: remove alloc_hctx and free_hctx methods
by Christoph Hellwig
· 11 years ago
4ce01dd
blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request
by Christoph Hellwig
· 11 years ago
6fca6a6
blk-mq: add helper to insert requests from irq context
by Christoph Hellwig
· 11 years ago
7738dac
blk-mq: remove stale comment for blk_mq_complete_request()
by Jens Axboe
· 11 years ago
95f0968
blk-mq: allow non-softirq completions
by Jens Axboe
· 11 years ago
f14bbe7
blk-mq: pass in suggested NUMA node to ->alloc_hctx()
by Jens Axboe
· 11 years ago
edf866b
blk-mq: export blk_mq_tag_busy_iter
by Sam Bradshaw
· 11 years ago
e814e71
blk-mq: allow the hctx cpu hotplug notifier to return errors
by Jens Axboe
· 11 years ago
e3a2b3f
blk-mq: allow changing of queue depth through sysfs
by Jens Axboe
· 11 years ago
39a9f97
Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core
by Jens Axboe
· 11 years ago
1429d7c
blk-mq: switch ctx pending map to the sparser blk_align_bitmap
by Jens Axboe
· 11 years ago
0d2602c
blk-mq: improve support for shared tags maps
by Jens Axboe
· 11 years ago
4bb659b
blk-mq: implement new and more efficient tagging scheme
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
3853520
blk-mq: respect rq_affinity
by Christoph Hellwig
· 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
63151a4
blk-mq: allow drivers to hook into I/O completion
by Christoph Hellwig
· 11 years ago
24d2f90
blk-mq: split out tag initialization, support shared tags
by Christoph Hellwig
· 11 years ago
e9b267d
blk-mq: add ->init_request and ->exit_request methods
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
7a48837
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
eeabc85
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
by Christoph Hellwig
· 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
d6a25b3
blk-mq: support partial I/O completions
by Christoph Hellwig
· 11 years ago
feb71da
blk-mq: merge blk_mq_insert_request and blk_mq_run_request
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
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
0d0b7d4
blk-mq: for_each_* macro correctness
by Jose Alonso
· 11 years ago
3edcc0c
block: blk-mq: don't export blk_mq_free_queue()
by Ming Lei
· 11 years ago
3228f48
blk-mq: fix for flush deadlock
by Christoph Hellwig
· 11 years ago
280d45f
blk-mq: add blk_mq_stop_hw_queues
by Christoph Hellwig
· 11 years ago
320ae51
blk-mq: new multi-queue block IO queueing mechanism
by Jens Axboe
· 11 years ago