index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-stats.c
Age
Commit message (
Expand
)
Author
2024-01-30
dm stats: limit the number of entries
Mikulas Patocka
2023-10-02
dm: Annotate struct dm_stat with __counted_by
Kees Cook
2023-03-16
dm stats: check for and propagate alloc_percpu failure
Jiasheng Jiang
2023-02-14
dm: avoid using symbolic permissions
Heinz Mauelshagen
2023-02-14
dm: remove unnecessary braces from single statement blocks
Heinz Mauelshagen
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
dm: avoid assignment in if conditions
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2022-10-18
dm: change from DMWARN to DMERR or DMCRIT for fatal errors
Mikulas Patocka
2022-05-09
dm stats: add cond_resched when looping over entries
Mikulas Patocka
2022-05-05
dm: conditionally enable branching for less used features
Mike Snitzer
2022-02-21
dm stats: fix too short end duration_ns when using precise_timestamps
Mike Snitzer
2022-02-21
dm: fix double accounting of flush with data
Mike Snitzer
2020-05-20
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
2019-09-04
dm stats: use struct_size() helper
Gustavo A. R. Silva
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-01-17
dm: backfill missing calls to mutex_destroy()
Mike Snitzer
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-05-08
mm: introduce kv[mz]alloc helpers
Michal Hocko
2017-02-16
dm stats: fix a leaked s->histogram_boundaries array
Mikulas Patocka
2016-06-10
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
2016-06-07
dm: pass dm stats data dir instead of bi_rw
Mike Christie
2015-08-18
dm stats: report precise_timestamps and histogram in @stats_list output
Mikulas Patocka
2015-06-17
dm stats: add support for request-based DM devices
Mikulas Patocka
2015-06-17
dm stats: collect and report histogram of IO latencies
Mikulas Patocka
2015-06-17
dm stats: support precise timestamps
Mikulas Patocka
2015-06-17
dm stats: fix divide by zero if 'number_of_areas' arg is zero
Mikulas Patocka
2015-06-11
dm stats: Use kvfree() in dm_kvfree()
Pekka Enberg
2014-12-08
Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-11-19
dm: enhance internal suspend and resume interface
Mike Snitzer
2014-08-26
md: Replace __this_cpu_ptr with raw_cpu_ptr
Christoph Lameter
2013-12-10
dm stats: initialize read-only module parameter
Mikulas Patocka
2013-09-18
dm stats: fix possible counter corruption on 32-bit systems
Mikulas Patocka
2013-09-05
dm: add statistics support
Mikulas Patocka