index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
blk-mq: never redirect polled IO completions
Jens Axboe
2018-11-26
1
-1
/
+6
|
*
|
|
|
|
blk-mq: ensure mq_ops ->poll() is entered at least once
Jens Axboe
2018-11-26
1
-2
/
+2
|
*
|
|
|
|
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
2018-11-26
2
-6
/
+9
|
*
|
|
|
|
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
2018-11-26
1
-1
/
+1
|
*
|
|
|
|
blk-mq: when polling for IO, look for any completion
Jens Axboe
2018-11-26
2
-37
/
+47
|
*
|
|
|
|
blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
Ming Lei
2018-11-21
3
-17
/
+62
|
*
|
|
|
|
block: fix attempt to assign NULL io_context
Jens Axboe
2018-11-20
1
-1
/
+8
|
*
|
|
|
|
block: Initialize BIO I/O priority early
Damien Le Moal
2018-11-19
1
-4
/
+1
|
*
|
|
|
|
block: prevent merging of requests with different priorities
Damien Le Moal
2018-11-19
2
-5
/
+6
|
*
|
|
|
|
block: Introduce get_current_ioprio()
Damien Le Moal
2018-11-19
1
-5
/
+1
|
*
|
|
|
|
block: Remove bio->bi_ioc
Damien Le Moal
2018-11-19
6
-26
/
+6
|
*
|
|
|
|
block: have ->poll_fn() return number of entries polled
Jens Axboe
2018-11-19
1
-9
/
+9
|
*
|
|
|
|
block: avoid ordered task state change for polled IO
Jens Axboe
2018-11-19
1
-2
/
+2
|
*
|
|
|
|
Merge tag 'v4.20-rc3' into for-4.21/block
Jens Axboe
2018-11-18
6
-24
/
+27
|
|
\
\
\
\
\
|
*
|
|
|
|
|
blk-rq-qos: inline check for q->rq_qos functions
Jens Axboe
2018-11-16
2
-42
/
+80
|
*
|
|
|
|
|
block: add queue_is_mq() helper
Jens Axboe
2018-11-16
11
-34
/
+32
|
*
|
|
|
|
|
block: add wbt_disable_default export for BFQ
Jens Axboe
2018-11-15
1
-0
/
+1
|
*
|
|
|
|
|
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-15
11
-86
/
+78
|
*
|
|
|
|
|
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
2018-11-15
2
-14
/
+4
|
*
|
|
|
|
|
blk-cgroup: move locking into blkg_destroy_all
Christoph Hellwig
2018-11-15
1
-7
/
+2
|
*
|
|
|
|
|
blk-cgroup: consolidate error handling in blkcg_init_queue
Christoph Hellwig
2018-11-15
1
-12
/
+10
|
*
|
|
|
|
|
block: remove a few unused exports
Christoph Hellwig
2018-11-15
6
-17
/
+0
|
*
|
|
|
|
|
block: update a few comments for the legacy request removal
Christoph Hellwig
2018-11-15
1
-2
/
+2
|
*
|
|
|
|
|
block: remove the unused lock argument to rq_qos_throttle
Christoph Hellwig
2018-11-15
5
-36
/
+15
|
*
|
|
|
|
|
block: remove queue_lockdep_assert_held
Christoph Hellwig
2018-11-15
2
-14
/
+0
|
*
|
|
|
|
|
block: use atomic bitops for ->queue_flags
Christoph Hellwig
2018-11-15
5
-126
/
+24
|
*
|
|
|
|
|
block: don't hold the queue_lock over blk_abort_request
Christoph Hellwig
2018-11-15
1
-1
/
+1
|
*
|
|
|
|
|
block: remove deadline __deadline manipulation helpers
Christoph Hellwig
2018-11-15
3
-40
/
+7
|
*
|
|
|
|
|
block: remove QUEUE_FLAG_BYPASS and ->bypass
Christoph Hellwig
2018-11-15
4
-40
/
+0
|
*
|
|
|
|
|
block: make blk_try_req_merge() static
Eric Biggers
2018-11-14
1
-1
/
+2
|
*
|
|
|
|
|
block: clean up dead code that is now redundant
Colin Ian King
2018-11-14
1
-7
/
+0
|
*
|
|
|
|
|
block: remove set but not used variable 'et'
YueHaibing
2018-11-09
1
-2
/
+0
|
*
|
|
|
|
|
block: remove req->timeout_list
Christoph Hellwig
2018-11-09
4
-16
/
+0
|
*
|
|
|
|
|
blk-mq-tag: document tag iteration helper return value
Jens Axboe
2018-11-08
1
-4
/
+8
|
*
|
|
|
|
|
blk-mq: provide a helper to check if a queue is busy
Jens Axboe
2018-11-08
1
-0
/
+26
|
*
|
|
|
|
|
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
2018-11-08
3
-9
/
+18
|
*
|
|
|
|
|
blk-mq: initial support for multiple queue maps
Jens Axboe
2018-11-07
3
-6
/
+7
|
*
|
|
|
|
|
blk-mq: improve plug list sorting
Jens Axboe
2018-11-07
1
-5
/
+12
|
*
|
|
|
|
|
blk-mq: cleanup and improve list insertion
Jens Axboe
2018-11-07
3
-19
/
+16
|
*
|
|
|
|
|
blk-mq: cache request hardware queue mapping
Jens Axboe
2018-11-07
6
-40
/
+18
|
*
|
|
|
|
|
blk-mq: separate number of hardware queues from nr_cpu_ids
Jens Axboe
2018-11-07
1
-7
/
+21
|
*
|
|
|
|
|
blk-mq: support multiple hctx maps
Jens Axboe
2018-11-07
2
-39
/
+86
|
*
|
|
|
|
|
blk-mq: add 'type' attribute to the sysfs hctx directory
Jens Axboe
2018-11-07
1
-0
/
+10
|
*
|
|
|
|
|
blk-mq: allow software queue to map to multiple hardware queues
Jens Axboe
2018-11-07
4
-11
/
+21
|
*
|
|
|
|
|
blk-mq: pass in request/bio flags to queue mapping
Jens Axboe
2018-11-07
7
-37
/
+57
|
*
|
|
|
|
|
blk-mq: provide dummy blk_mq_map_queue_type() helper
Jens Axboe
2018-11-07
1
-1
/
+8
|
*
|
|
|
|
|
blk-mq: abstract out queue map
Jens Axboe
2018-11-07
6
-36
/
+38
|
*
|
|
|
|
|
blk-mq: kill q->mq_map
Jens Axboe
2018-11-07
2
-10
/
+7
|
*
|
|
|
|
|
block: kill request ->cpu member
Jens Axboe
2018-11-07
4
-6
/
+7
|
*
|
|
|
|
|
block: get rid of q->softirq_done_fn()
Jens Axboe
2018-11-07
3
-17
/
+10
[prev]
[next]