summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-033-3/+3
|\
| * move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
* | dm-verity: introduce the options restart_on_error and panic_on_errorMikulas Patocka2024-10-022-1/+83
* | Revert: "dm-verity: restart or panic on an I/O error"Mikulas Patocka2024-10-021-21/+2
|/
* Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-2722-135/+445
|\
| * dm verity: fallback to platform keyring also if key in trusted keyring is rej...Luca Boccassi2024-09-261-1/+1
| * dm-verity: restart or panic on an I/O errorMikulas Patocka2024-09-261-2/+21
| * dm: fix spelling errorsShen Lichuan2024-09-262-2/+2
| * dm-cache: remove pointless error checkDipendra Khadka2024-09-261-4/+0
| * dm vdo: handle unaligned discards correctlyMatthew Sakai2024-09-231-6/+9
| * dm vdo indexer: Convert comma to semicolonShen Lichuan2024-09-181-1/+1
| * dm-crypt: Use common error handling code in crypt_set_keyring_key()Markus Elfring2024-09-181-13/+12
| * dm-crypt: Use up_read() together with key_put() only once in crypt_set_keyrin...Markus Elfring2024-09-181-5/+2
| * Revert "dm: requeue IO if mapping table not yet available"Mikulas Patocka2024-09-152-4/+11
| * dm-integrity: check mac_size against HASH_MAX_DIGESTSIZE in sb_mac()Eric Biggers2024-09-111-1/+2
| * dm-integrity: support recalculation in the 'I' modeMikulas Patocka2024-09-061-42/+246
| * dm integrity: Convert comma to semicolonChen Ni2024-09-061-8/+8
| * dm integrity: fix gcc 5 warningMikulas Patocka2024-09-031-5/+10
| * dm: Make use of __assign_bit() APIHongbo Li2024-09-021-4/+1
| * dm integrity: Remove extra unlikely helperHongbo Li2024-09-021-2/+2
| * dm: Convert to use ERR_CAST()Yuesong Li2024-09-021-1/+1
| * dm bufio: Remove NULL check of list_entry()Yuesong Li2024-08-221-3/+0
| * dm-crypt: Allow to specify the integrity key size as optionIngo Franzki2024-08-211-4/+15
| * dm: Remove unused declaration and empty definition "dm_zone_map_bio"Zhang Zekun2024-08-211-5/+0
| * dm vdo: force read-only mode for a corrupt recovery journalSusan LeGendre-McGhee2024-08-213-19/+24
| * dm vdo: abort loading dirty VDO with the old recovery journal formatSusan LeGendre-McGhee2024-08-212-4/+24
| * dm vdo: add dmsetup message for returning configuration infoBruce Johnston2024-08-213-1/+53
| * dm vdo: remove bad check of bi_next fieldKen Raeburn2024-08-211-1/+0
| * dm vdo: don't refer to dedupe_context after releasing itKen Raeburn2024-08-211-0/+3
* | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-162-0/+122
|\ \
| * | dm-verity: expose root hash digest and signature data to LSMsDeven Bowers2024-08-202-0/+122
* | | Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-1612-767/+868
|\ \ \
| * | | md: Add new_level sysfs interfaceXiao Ni2024-09-061-0/+29
| * | | md: Report failed arrays as broken in mdstatMateusz Kusiak2024-09-041-2/+7
| * | | md/raid5: rename wait_for_overlap to wait_for_reshapeArtur Paszkiewicz2024-08-292-14/+14
| * | | md/raid5: only add to wq if reshape is in progressArtur Paszkiewicz2024-08-291-3/+10
| * | | md/raid5: use wait_on_bit() for R5_OverlapArtur Paszkiewicz2024-08-292-36/+30
| * | | Merge branch 'md-6.12-bitmap' into md-6.12Song Liu2024-08-2811-562/+760
| |\ \ \
| | * | | md/md-bitmap: make in memory structure internalYu Kuai2024-08-275-212/+235
| | * | | md/md-bitmap: merge md_bitmap_enabled() into bitmap_operationsYu Kuai2024-08-273-9/+20
| | * | | md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operationsYu Kuai2024-08-274-8/+6
| | * | | md/md-bitmap: merge md_bitmap_free() into bitmap_operationsYu Kuai2024-08-273-13/+9
| | * | | md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operationsYu Kuai2024-08-273-4/+4
| | * | | md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.Yu Kuai2024-08-273-8/+8
| | * | | md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operationsYu Kuai2024-08-273-6/+6
| | * | | md/md-bitmap: merge md_bitmap_resize() into bitmap_operationsYu Kuai2024-08-277-15/+18
| | * | | md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai2024-08-277-26/+45
| | * | | md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operationsYu Kuai2024-08-273-6/+7
| | * | | md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai2024-08-275-6/+6
| | * | | md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai2024-08-277-20/+28