index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
My (slowly updated) mirror of Linux from Asahi Linux
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-stat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
Yu Kuai
2024-05-09
1
-3
/
+0
*
block: prevent division by zero in blk_rq_stat_sum()
Roman Smirnov
2024-03-06
1
-1
/
+1
*
blk-mq: include <linux/blk-mq.h> in block/blk-mq.h
Christoph Hellwig
2023-04-13
1
-1
/
+0
*
blk-stat: fix QUEUE_FLAG_STATS clear
Chengming Zhou
2023-04-13
1
-2
/
+2
*
blk-mq: remove hybrid polling
Keith Busch
2023-03-20
1
-18
/
+0
*
block: don't call blk_throtl_stat_add for non-READ/WRITE commands
Christoph Hellwig
2023-02-03
1
-1
/
+2
*
block: make queue stat accounting a reference
Jens Axboe
2021-12-14
1
-5
/
+16
*
block: only allocate poll_stats if there's a user of them
Jens Axboe
2021-11-29
1
-0
/
+18
*
blk-stat: make q->stats->lock irqsafe
Tejun Heo
2020-09-01
1
-6
/
+11
*
blk-stat: Optimise blk_stat_add()
Pavel Begunkov
2019-10-07
1
-3
/
+4
*
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-30
1
-0
/
+1
*
block: remove a few unused exports
Christoph Hellwig
2018-11-15
1
-4
/
+0
*
block: export blk_stat_enable_accounting()
Omar Sandoval
2018-09-27
1
-0
/
+1
*
blk-stat: export helpers for modifying blk_rq_stat
Josef Bacik
2018-07-09
1
-8
/
+8
*
block: consolidate struct request timestamp fields
Omar Sandoval
2018-05-09
1
-3
/
+2
*
block: get rid of struct blk_issue_stat
Omar Sandoval
2018-05-09
1
-5
/
+2
*
block: Protect queue flag changes with the queue lock
Bart Van Assche
2018-03-08
1
-3
/
+3
*
block: Use the queue_flag_*() functions instead of open-coding these
Bart Van Assche
2018-03-08
1
-3
/
+3
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-3
/
+3
*
blk-stat: delete useless code
Shaohua Li
2017-10-10
1
-38
/
+7
*
blk-stat: don't use this_cpu_ptr() in a preemptable section
Jens Axboe
2017-05-10
1
-7
/
+10
*
blk-stat: kill blk_stat_rq_ddir()
Jens Axboe
2017-04-21
1
-6
/
+0
*
blk-stat: convert blk-stat bucket callback to signed
Stephen Bates
2017-04-20
1
-2
/
+4
*
blk-throttle: add a mechanism to estimate IO latency
Shaohua Li
2017-03-28
1
-1
/
+14
*
block: fix stacked driver stats init and free
Jens Axboe
2017-03-21
1
-1
/
+2
*
blk-stat: convert to callback-based statistics reporting
Omar Sandoval
2017-03-21
1
-164
/
+147
*
blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.c
Omar Sandoval
2017-03-21
1
-0
/
+2
*
blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}
Omar Sandoval
2017-03-21
1
-41
/
+39
*
blk-stat: fix blk_stat_sum() if all samples are batched
Omar Sandoval
2017-03-21
1
-2
/
+2
*
blk-stat: fix a few cases of missing batch flushing
Jens Axboe
2016-12-09
1
-0
/
+8
*
blk-stat: fix a typo
Shaohua Li
2016-12-02
1
-1
/
+1
*
block: add scalable completion tracking of requests
Jens Axboe
2016-11-10
1
-0
/
+248