summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2025-02-17md: Fix linear_set_limits()Bart Van Assche1-3/+1
2025-02-17md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()Dan Carpenter1-2/+2
2025-02-17dm-crypt: track tag_offset in convert_contextHou Tao1-6/+7
2025-02-17dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()Hou Tao1-11/+3
2025-02-17md: reintroduce md-linearYu Kuai5-3/+376
2025-02-08md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetimeYu Kuai2-1/+9
2025-02-08md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai7-56/+37
2025-02-08md/raid5: implement pers->bitmap_sector()Yu Kuai1-0/+51
2025-02-08md: add a new callback pers->bitmap_sector()Yu Kuai1-0/+3
2025-02-08md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()Yu Kuai9-70/+21
2025-02-08md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()Yu Kuai6-40/+56
2025-01-17dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)Milan Broz1-14/+26
2025-01-17dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITYMikulas Patocka1-1/+1
2025-01-17dm thin: make get_first_thin use rcu-safe list first functionKrister Johansen1-3/+2
2025-01-17dm array: fix cursor index when skipping across block boundariesMing-Hung Tsai1-0/+1
2025-01-17dm array: fix unreleased btree blocks on closing a faulty array cursorMing-Hung Tsai1-3/+3
2025-01-17dm array: fix releasing a faulty array block twice in dm_array_cursor_endMing-Hung Tsai1-4/+8
2024-12-19dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal1-3/+3
2024-12-14bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che1-1/+1
2024-12-09dm thin: Add missing destroy_work_on_stack()Yuan Can1-0/+1
2024-12-09dm: Fix typo in error messageSsuhung Yeh1-1/+1
2024-12-09md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can1-0/+1
2024-12-09md/raid5: Wait sync io to finish before changing group cntXiao Ni1-0/+4
2024-11-11dm-cache: fix warnings about duplicate slab cachesMikulas Patocka3-24/+34
2024-11-11dm-bufio: fix warnings about duplicate slab cachesMikulas Patocka1-4/+8
2024-11-06Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-35/+42
2024-11-04dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai1-21/+16
2024-11-04dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai1-8/+8
2024-11-04dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai1-1/+1
2024-11-04dm cache: fix flushing uninitialized delayed_work on cache_ctr errorMing-Hung Tsai1-9/+15
2024-11-04dm cache: correct the number of origin blocks to match the target lengthMing-Hung Tsai1-4/+4
2024-11-04dm-verity: don't crash if panic_on_corruption is not selectedMikulas Patocka2-3/+7
2024-11-04dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflowZichen Xie1-2/+2
2024-10-27Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linuxLinus Torvalds2-3/+28
2024-10-17md/raid10: fix null ptr dereference in raid10_size()Yu Kuai1-2/+5
2024-10-17md: ensure child flush IO does not affect origin bio->bi_statusLi Nan1-1/+23
2024-10-15dm: fix a crash if blk_alloc_disk failsMikulas Patocka1-1/+3
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-10-02dm-verity: introduce the options restart_on_error and panic_on_errorMikulas Patocka2-1/+83
2024-10-02Revert: "dm-verity: restart or panic on an I/O error"Mikulas Patocka1-21/+2
2024-09-27Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-135/+445
2024-09-26dm verity: fallback to platform keyring also if key in trusted keyring is rej...Luca Boccassi1-1/+1
2024-09-26dm-verity: restart or panic on an I/O errorMikulas Patocka1-2/+21
2024-09-26dm: fix spelling errorsShen Lichuan2-2/+2
2024-09-26dm-cache: remove pointless error checkDipendra Khadka1-4/+0
2024-09-23dm vdo: handle unaligned discards correctlyMatthew Sakai1-6/+9
2024-09-18dm vdo indexer: Convert comma to semicolonShen Lichuan1-1/+1
2024-09-18dm-crypt: Use common error handling code in crypt_set_keyring_key()Markus Elfring1-13/+12
2024-09-18dm-crypt: Use up_read() together with key_put() only once in crypt_set_keyrin...Markus Elfring1-5/+2