aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-stats.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka1-1/+1
2022-05-09dm stats: add cond_resched when looping over entriesMikulas Patocka1-0/+8
2022-05-05dm: conditionally enable branching for less used featuresMike Snitzer1-0/+3
2022-02-21dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer1-3/+25
2022-02-21dm: fix double accounting of flush with dataMike Snitzer1-2/+4
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-09-04dm stats: use struct_size() helperGustavo A. R. Silva1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+3
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer1-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-18/+18
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-6/+1
2017-02-16dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka1-0/+1
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer1-1/+1
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie1-5/+4
2015-08-18dm stats: report precise_timestamps and histogram in @stats_list outputMikulas Patocka1-1/+13
2015-06-17dm stats: add support for request-based DM devicesMikulas Patocka1-5/+0
2015-06-17dm stats: collect and report histogram of IO latenciesMikulas Patocka1-22/+183
2015-06-17dm stats: support precise timestampsMikulas Patocka1-38/+100
2015-06-17dm stats: fix divide by zero if 'number_of_areas' arg is zeroMikulas Patocka1-0/+2
2015-06-11dm stats: Use kvfree() in dm_kvfree()Pekka Enberg1-4/+1
2014-12-08Merge tag 'dm-3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+1
2014-11-19dm: enhance internal suspend and resume interfaceMike Snitzer1-1/+1
2014-08-26md: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter1-1/+1
2013-12-10dm stats: initialize read-only module parameterMikulas Patocka1-0/+1
2013-09-18dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka1-6/+17
2013-09-05dm: add statistics supportMikulas Patocka1-0/+969