aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-stats.c
AgeCommit message (Expand)Author
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-02-16dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie
2015-08-18dm stats: report precise_timestamps and histogram in @stats_list outputMikulas Patocka
2015-06-17dm stats: add support for request-based DM devicesMikulas Patocka
2015-06-17dm stats: collect and report histogram of IO latenciesMikulas Patocka
2015-06-17dm stats: support precise timestampsMikulas Patocka
2015-06-17dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka
2015-06-11dm stats: Use kvfree() in dm_kvfree()Pekka Enberg
2014-12-08Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-11-19dm: enhance internal suspend and resume interfaceMike Snitzer
2014-08-26md: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter
2013-12-10dm stats: initialize read-only module parameterMikulas Patocka
2013-09-18dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka
2013-09-05dm: add statistics supportMikulas Patocka