summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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-13dm: Remove completion function scaffoldingHerbert Xu
2023-02-13dm: Add scaffolding to change completion function signatureHerbert Xu
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-08md: account io_acct_set usage with active_ioXiao Ni
2023-02-02drivers/md: Remove "select SRCU"Paul E. McKenney
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-01md: use MD_RESYNC_* whenever possibleHou Tao
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-02-01md: Free writes_pending in md_stopXiao Ni
2023-02-01md: Change active_io to percpuXiao Ni
2023-02-01md: Factor out is_md_suspended helperXiao Ni
2023-02-01md: don't update recovery_cp when curr_resync is ACTIVEHou Tao
2023-01-30dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber
2023-01-30dm cache: free background tracker's queued work in btracker_destroyJoe Thornber
2023-01-30dm: improve shrinker debug namesMike Snitzer
2023-01-27Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-25bcache: Silence memcpy() run-time false positive warningsKees Cook
2023-01-12md: fix incorrect declaration about claim_rdev in md_import_deviceAdrian Huang
2023-01-05bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe
2022-12-13Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-08dm thin: Use last transaction's pmd->root when commit failedZhihao Cheng
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig
2022-12-02dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard