summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-14dm clone: prefer kvmalloc_array()Heinz Mauelshagen
2023-02-14dm: declare variables static when sensibleHeinz Mauelshagen
2023-02-14dm: fix suspect indent whitespaceHeinz Mauelshagen
2023-02-14dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen
2023-02-14dm: avoid void function return statementsHeinz Mauelshagen
2023-02-14dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen
2023-02-14dm: fix use of sizeof() macroHeinz Mauelshagen
2023-02-14dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen
2023-02-14dm log: avoid multiple line dereferenceHeinz Mauelshagen
2023-02-14dm log: avoid trailing semicolon in macroHeinz Mauelshagen
2023-02-14dm ioctl: have constant on the right side of the testHeinz Mauelshagen
2023-02-14dm: don't indent labelsHeinz Mauelshagen
2023-02-14dm: avoid inline filenamesHeinz Mauelshagen
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen
2023-02-14dm: favour __packed versus "__attribute__ ((packed))"Heinz Mauelshagen
2023-02-14dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen
2023-02-14dm: adjust EXPORT_SYMBOL() to follow functions immediatelyHeinz Mauelshagen
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: add argument identifier namesHeinz Mauelshagen
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen
2023-02-14dm block-manager: avoid not required parenthesesHeinz Mauelshagen
2023-02-14dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen
2023-02-14dm: fix trailing statementsHeinz Mauelshagen
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: address indent/space issuesHeinz Mauelshagen
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen
2023-02-14dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-14dm: send just one event on resize, not twoMikulas Patocka
2023-02-12dm table: check that a dm device doesn't reference itselfBenjamin Marzinski
2023-02-12dm raid: fix some spelling mistakes in commentsYu Zhe
2023-02-02dm verity: stop using WQ_UNBOUND for verify_wqNathan Huckleberry
2023-02-02dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong
2023-02-02dm crypt: Slightly simplify crypt_set_keyring_key()Christophe JAILLET
2023-02-02dm ioctl: drop always-false conditionSergey Shtylyov
2023-02-02dm flakey: fix logic when corrupting a bioMikulas Patocka
2023-02-01dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka
2023-02-01dm flakey: don't corrupt the zero pageMikulas Patocka
2023-01-30dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber