summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm clone: prefer kvmalloc_array()Heinz Mauelshagen2023-02-141-1/+1
* dm: declare variables static when sensibleHeinz Mauelshagen2023-02-142-2/+2
* dm: fix suspect indent whitespaceHeinz Mauelshagen2023-02-142-2/+2
* dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen2023-02-141-2/+2
* dm: avoid void function return statementsHeinz Mauelshagen2023-02-143-11/+0
* dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen2023-02-141-5/+5
* dm: fix use of sizeof() macroHeinz Mauelshagen2023-02-144-15/+15
* dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen2023-02-142-5/+3
* dm log: avoid multiple line dereferenceHeinz Mauelshagen2023-02-141-2/+1
* dm log: avoid trailing semicolon in macroHeinz Mauelshagen2023-02-141-1/+1
* dm ioctl: have constant on the right side of the testHeinz Mauelshagen2023-02-141-2/+2
* dm: don't indent labelsHeinz Mauelshagen2023-02-144-4/+4
* dm: avoid inline filenamesHeinz Mauelshagen2023-02-143-5/+2
* dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen2023-02-145-6/+11
* dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen2023-02-146-38/+38
* dm: favour __packed versus "__attribute__ ((packed))"Heinz Mauelshagen2023-02-142-6/+6
* dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen2023-02-143-7/+7
* dm: avoid using symbolic permissionsHeinz Mauelshagen2023-02-149-23/+22
* dm: prefer '"%s...", __func__'Heinz Mauelshagen2023-02-1410-39/+39
* dm: adjust EXPORT_SYMBOL() to follow functions immediatelyHeinz Mauelshagen2023-02-144-7/+3
* dm: avoid split of quoted strings where possibleHeinz Mauelshagen2023-02-1412-67/+37
* dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen2023-02-147-56/+37
* dm: add missing empty linesHeinz Mauelshagen2023-02-1433-27/+240
* dm: add argument identifier namesHeinz Mauelshagen2023-02-145-12/+12
* dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen2023-02-1414-87/+84
* dm block-manager: avoid not required parenthesesHeinz Mauelshagen2023-02-141-1/+1
* dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen2023-02-141-9/+9
* dm: fix trailing statementsHeinz Mauelshagen2023-02-148-61/+66
* dm: fix undue/missing spacesHeinz Mauelshagen2023-02-148-13/+12
* dm: correct block comments format.Heinz Mauelshagen2023-02-1423-168/+298
* dm: address indent/space issuesHeinz Mauelshagen2023-02-1412-25/+24
* dm: address space issues relative to switch/while/for/...Heinz Mauelshagen2023-02-147-12/+12
* dm: avoid initializing static variablesHeinz Mauelshagen2023-02-144-5/+5
* dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen2023-02-141-2/+4
* dm: avoid assignment in if conditionsHeinz Mauelshagen2023-02-144-9/+17
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-1476-972/+972
* dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen2023-02-144-10/+10
* dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen2023-02-142-18/+18
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-1494-14/+95
* dm: send just one event on resize, not twoMikulas Patocka2023-02-143-18/+24
* dm table: check that a dm device doesn't reference itselfBenjamin Marzinski2023-02-121-0/+2
* dm raid: fix some spelling mistakes in commentsYu Zhe2023-02-121-3/+3
* dm verity: stop using WQ_UNBOUND for verify_wqNathan Huckleberry2023-02-021-5/+1
* dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong2023-02-021-7/+0
* dm crypt: Slightly simplify crypt_set_keyring_key()Christophe JAILLET2023-02-021-1/+1
* dm ioctl: drop always-false conditionSergey Shtylyov2023-02-021-2/+1
* dm flakey: fix logic when corrupting a bioMikulas Patocka2023-02-021-10/+13
* dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka2023-02-011-1/+2
* dm flakey: don't corrupt the zero pageMikulas Patocka2023-02-011-2/+5
* dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber2023-01-301-3/+37