summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai2024-11-061-36/+48
| * | md: don't record new badblocks for faulty rdevYu Kuai2024-11-061-0/+11
| * | md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai2024-11-061-3/+1
| * | md: add a new helper rdev_blocked()Yu Kuai2024-11-061-0/+24
| * | md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()Uros Bizjak2024-11-061-1/+1
| * | block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-041-2/+2
| * | block: add a bdev_limits helperChristoph Hellwig2024-10-293-5/+5
* | | dm-cache: fix warnings about duplicate slab cachesMikulas Patocka2024-11-113-24/+34
* | | dm-bufio: fix warnings about duplicate slab cachesMikulas Patocka2024-11-111-4/+8
* | | Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-065-35/+42
|\ \ \ | |_|/ |/| |
| * | dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai2024-11-041-21/+16
| * | dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai2024-11-041-8/+8
| * | dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai2024-11-041-1/+1
| * | dm cache: fix flushing uninitialized delayed_work on cache_ctr errorMing-Hung Tsai2024-11-041-9/+15
| * | dm cache: correct the number of origin blocks to match the target lengthMing-Hung Tsai2024-11-041-4/+4
| * | dm-verity: don't crash if panic_on_corruption is not selectedMikulas Patocka2024-11-042-3/+7
| * | dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflowZichen Xie2024-11-041-2/+2
| * | dm: fix a crash if blk_alloc_disk failsMikulas Patocka2024-10-151-1/+3
| |/
* | Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linuxLinus Torvalds2024-10-272-3/+28
|\ \ | |/ |/|
| * md/raid10: fix null ptr dereference in raid10_size()Yu Kuai2024-10-171-2/+5
| * md: ensure child flush IO does not affect origin bio->bi_statusLi Nan2024-10-171-1/+23
* | 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