summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2023-02-14dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen1-9/+9
2023-02-14dm: fix trailing statementsHeinz Mauelshagen8-61/+66
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen8-13/+12
2023-02-14dm: correct block comments format.Heinz Mauelshagen23-168/+298
2023-02-14dm: address indent/space issuesHeinz Mauelshagen12-25/+24
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen7-12/+12
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen4-5/+5
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen1-2/+4
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen4-9/+17
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen76-972/+972
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen4-10/+10
2023-02-14dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen2-18/+18
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen94-14/+95
2023-02-14dm: send just one event on resize, not twoMikulas Patocka3-18/+24
2023-02-13dm: Remove completion function scaffoldingHerbert Xu2-5/+5
2023-02-13dm: Add scaffolding to change completion function signatureHerbert Xu2-7/+5
2023-02-12dm table: check that a dm device doesn't reference itselfBenjamin Marzinski1-0/+2
2023-02-12dm raid: fix some spelling mistakes in commentsYu Zhe1-3/+3
2023-02-09md: account io_acct_set usage with active_ioXiao Ni2-3/+10
2023-02-03drivers/md: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-02-02dm verity: stop using WQ_UNBOUND for verify_wqNathan Huckleberry1-5/+1
2023-02-02dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong1-7/+0
2023-02-02dm crypt: Slightly simplify crypt_set_keyring_key()Christophe JAILLET1-1/+1
2023-02-02dm ioctl: drop always-false conditionSergey Shtylyov1-2/+1
2023-02-02dm flakey: fix logic when corrupting a bioMikulas Patocka1-10/+13
2023-02-01md: use MD_RESYNC_* whenever possibleHou Tao1-3/+3
2023-02-01dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka1-1/+2
2023-02-01dm flakey: don't corrupt the zero pageMikulas Patocka1-2/+5
2023-02-01md: Free writes_pending in md_stopXiao Ni1-0/+1
2023-02-01md: Change active_io to percpuXiao Ni2-20/+25
2023-02-01md: Factor out is_md_suspended helperXiao Ni1-5/+12
2023-02-01md: don't update recovery_cp when curr_resync is ACTIVEHou Tao1-1/+1
2023-01-30dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber1-3/+37
2023-01-30dm cache: free background tracker's queued work in btracker_destroyJoe Thornber1-0/+8
2023-01-30dm: improve shrinker debug namesMike Snitzer2-2/+2
2023-01-28Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+4
2023-01-25bcache: Silence memcpy() run-time false positive warningsKees Cook2-2/+4
2023-01-12md: fix incorrect declaration about claim_rdev in md_import_deviceAdrian Huang1-2/+2
2023-01-06bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-4/+4
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe2-0/+4
2022-12-13Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-28/+146
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds14-276/+294
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-08dm thin: Use last transaction's pmd->root when commit failedZhihao Cheng1-0/+9
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig6-20/+20
2022-12-03dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard1-1/+21
2022-12-02md: fold unbind_rdev_from_array into md_kick_rdev_from_arrayChristoph Hellwig1-21/+16
2022-12-02md: mark md_kick_rdev_from_array staticChristoph Hellwig2-3/+1
2022-12-02md: remove lock_bdev / unlock_bdevChristoph Hellwig1-41/+22
2022-12-01dm ioctl: fix a couple ioctl codesMikulas Patocka1-2/+2