summaryrefslogtreecommitdiff
path: root/drivers/md/dm-stats.c
AgeCommit message (Expand)Author
2023-03-16dm stats: check for and propagate alloc_percpu failureJiasheng Jiang
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka
2022-05-09dm stats: add cond_resched when looping over entriesMikulas Patocka
2022-05-05dm: conditionally enable branching for less used featuresMike Snitzer
2022-02-21dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer
2022-02-21dm: fix double accounting of flush with dataMike Snitzer
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva
2019-09-04dm stats: use struct_size() helperGustavo A. R. Silva
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