summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2023-02-14dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen-5/+5
2023-02-14dm: fix use of sizeof() macroHeinz Mauelshagen-15/+15
2023-02-14dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen-5/+3
2023-02-14dm log: avoid multiple line dereferenceHeinz Mauelshagen-2/+1
2023-02-14dm log: avoid trailing semicolon in macroHeinz Mauelshagen-1/+1
2023-02-14dm ioctl: have constant on the right side of the testHeinz Mauelshagen-2/+2
2023-02-14dm: don't indent labelsHeinz Mauelshagen-4/+4
2023-02-14dm: avoid inline filenamesHeinz Mauelshagen-5/+2
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen-6/+11
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen-38/+38
2023-02-14dm: favour __packed versus "__attribute__ ((packed))"Heinz Mauelshagen-6/+6
2023-02-14dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen-7/+7
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen-23/+22
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen-39/+39
2023-02-14dm: adjust EXPORT_SYMBOL() to follow functions immediatelyHeinz Mauelshagen-7/+3
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen-67/+37
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen-56/+37
2023-02-14dm: add missing empty linesHeinz Mauelshagen-27/+240
2023-02-14dm: add argument identifier namesHeinz Mauelshagen-12/+12
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen-87/+84
2023-02-14dm block-manager: avoid not required parenthesesHeinz Mauelshagen-1/+1
2023-02-14dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen-9/+9
2023-02-14dm: fix trailing statementsHeinz Mauelshagen-61/+66
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen-13/+12
2023-02-14dm: correct block comments format.Heinz Mauelshagen-168/+298
2023-02-14dm: address indent/space issuesHeinz Mauelshagen-25/+24
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen-12/+12
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen-5/+5
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen-2/+4
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen-9/+17
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen-972/+972
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen-10/+10
2023-02-14dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen-18/+18
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen-14/+95
2023-02-14dm: send just one event on resize, not twoMikulas Patocka-18/+24
2023-02-13dm: Remove completion function scaffoldingHerbert Xu-5/+5
2023-02-13dm: Add scaffolding to change completion function signatureHerbert Xu-7/+5
2023-02-12dm table: check that a dm device doesn't reference itselfBenjamin Marzinski-0/+2
2023-02-12dm raid: fix some spelling mistakes in commentsYu Zhe-3/+3
2023-02-08md: account io_acct_set usage with active_ioXiao Ni-3/+10
2023-02-02drivers/md: Remove "select SRCU"Paul E. McKenney-1/+0
2023-02-02dm verity: stop using WQ_UNBOUND for verify_wqNathan Huckleberry-5/+1
2023-02-02dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong-7/+0
2023-02-02dm crypt: Slightly simplify crypt_set_keyring_key()Christophe JAILLET-1/+1
2023-02-02dm ioctl: drop always-false conditionSergey Shtylyov-2/+1
2023-02-02dm flakey: fix logic when corrupting a bioMikulas Patocka-10/+13
2023-02-01md: use MD_RESYNC_* whenever possibleHou Tao-3/+3
2023-02-01dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka-1/+2
2023-02-01dm flakey: don't corrupt the zero pageMikulas Patocka-2/+5
2023-02-01md: Free writes_pending in md_stopXiao Ni-0/+1