summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2025-03-22dm-flakey: Fix memory corruption in optional corrupt_bio_byte featureKent Overstreet1-1/+1
2025-03-07dm vdo: add missing spin_lock_initKen Raeburn1-0/+1
2025-03-07dm-integrity: Avoid divide by zero in table status in Inline modeMilan Broz1-4/+4
2025-02-27md/raid*: Fix the set_queue_limits implementationsBart Van Assche3-9/+3
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-08Merge tag 'for-6.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-40/+45
2025-01-08dm thin: make get_first_thin use rcu-safe list first functionKrister Johansen1-3/+2
2025-01-08dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITYMikulas Patocka1-1/+1
2025-01-03dm-verity FEC: Avoid copying RS parity bytes twice.Milan Broz1-21/+10
2025-01-03dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)Milan Broz1-14/+26
2024-12-13dm array: fix cursor index when skipping across block boundariesMing-Hung Tsai1-0/+1
2024-12-13dm array: fix unreleased btree blocks on closing a faulty array cursorMing-Hung Tsai1-3/+3
2024-12-13dm array: fix releasing a faulty array block twice in dm_array_cursor_endMing-Hung Tsai1-4/+8
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal1-3/+3
2024-12-03bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che1-1/+1
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds3-4/+37
2024-11-25Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds33-288/+115
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds8-48/+11
2024-11-20dm-verity: remove the unused "data_start" variableMikulas Patocka2-4/+3
2024-11-20dm-bufio: use kmalloc to allocate power-of-two sized buffersMikulas Patocka1-5/+20
2024-11-20dm thin: Add missing destroy_work_on_stack()Yuan Can1-0/+1
2024-11-20dm: add support for get_unique_idBenjamin Coddington1-0/+55
2024-11-20dm vdo: fix function doc comment formattingMatthew Sakai10-23/+19
2024-11-20dm vdo int-map: remove unused parametersMatthew Sakai1-17/+11
2024-11-20dm-vdo: reset bi_ioprio to the default value when the bio is resetSusan LeGendre-McGhee1-0/+1
2024-11-20dm-vdo murmurhash: remove u64 alignment requirementSusan LeGendre-McGhee1-5/+2
2024-11-20dm: Fix typo in error messageSsuhung Yeh1-1/+1
2024-11-20dm ioctl: rate limit a couple of ioctl based error messagesColin Ian King1-2/+2
2024-11-20dm vdo: Remove unused uds_compute_index_sizeDr. David Alan Gilbert2-30/+0
2024-11-20dm vdo: Remove unused functionsDr. David Alan Gilbert2-34/+0
2024-11-20dm: zoned: Remove unused functionsDr. David Alan Gilbert2-52/+0
2024-11-20dm: Remove unused dm_table_bio_basedDr. David Alan Gilbert2-6/+0
2024-11-20dm: Remove unused dm_set_md_typeDr. David Alan Gilbert2-7/+0
2024-11-20dm cache: Remove unused functions in bio-prison-v1Dr. David Alan Gilbert2-59/+0
2024-11-20dm cache: Remove unused dm_cache_sizeDr. David Alan Gilbert2-10/+0
2024-11-20dm cache: Remove unused dm_cache_dumpDr. David Alan Gilbert2-26/+0
2024-11-20dm cache: Remove unused btracker_nr_writebacks_queuedDr. David Alan Gilbert2-7/+0
2024-11-19md/raid10: Atomic write supportJohn Garry1-2/+18
2024-11-19md/raid1: Atomic write supportJohn Garry1-2/+18
2024-11-19md/raid0: Atomic write supportJohn Garry1-0/+1