index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-stat.c
Age
Commit message (
Expand
)
Author
2018-03-08
block: Protect queue flag changes with the queue lock
Bart Van Assche
2018-03-08
block: Use the queue_flag_*() functions instead of open-coding these
Bart Van Assche
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-10-10
blk-stat: delete useless code
Shaohua Li
2017-05-10
blk-stat: don't use this_cpu_ptr() in a preemptable section
Jens Axboe
2017-04-21
blk-stat: kill blk_stat_rq_ddir()
Jens Axboe
2017-04-20
blk-stat: convert blk-stat bucket callback to signed
Stephen Bates
2017-03-28
blk-throttle: add a mechanism to estimate IO latency
Shaohua Li
2017-03-21
block: fix stacked driver stats init and free
Jens Axboe
2017-03-21
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
2017-03-21
blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.c
Omar Sandoval
2017-03-21
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
Omar Sandoval
2017-03-21
blk-stat: fix blk_stat_sum() if all samples are batched
Omar Sandoval
2016-12-09
blk-stat: fix a few cases of missing batch flushing
Jens Axboe
2016-12-02
blk-stat: fix a typo
Shaohua Li
2016-11-10
block: add scalable completion tracking of requests
Jens Axboe