summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2025-01-17dm-transaction-manager: use red-black trees instead of linear listsMikulas Patocka
2025-01-17dm: disable REQ_NOWAIT for flushesMikulas Patocka
2025-01-17dm: remove useless test in alloc_multiple_biosMikulas Patocka
2025-01-17dm: change kzalloc to kcallocEthan Carter Edwards
2025-01-17dm raid: fix spelling errors in raid_ctr()liujing
2025-01-17block: Add common atomic writes enable flagJohn Garry
2025-01-16md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()Dan Carpenter
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai
2025-01-13md/raid5: implement pers->bitmap_sector()Yu Kuai
2025-01-13md: add a new callback pers->bitmap_sector()Yu Kuai
2025-01-13md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()Yu Kuai
2025-01-13md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()Yu Kuai
2025-01-13md: Replace deprecated kmap_atomic() with kmap_local_page()David Reaver
2025-01-13md: reintroduce md-linearYu Kuai
2025-01-08Merge tag 'for-6.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-08dm thin: make get_first_thin use rcu-safe list first functionKrister Johansen
2025-01-08dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITYMikulas Patocka
2025-01-03dm-verity FEC: Avoid copying RS parity bytes twice.Milan Broz
2025-01-03dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)Milan Broz
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig
2024-12-23block: Delete bio_set_prio()John Garry
2024-12-23block: Delete bio_prio()John Garry
2024-12-13dm array: fix cursor index when skipping across block boundariesMing-Hung Tsai
2024-12-13dm array: fix unreleased btree blocks on closing a faulty array cursorMing-Hung Tsai
2024-12-13dm array: fix releasing a faulty array block twice in dm_array_cursor_endMing-Hung Tsai
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal
2024-12-03bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-25Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-20dm-verity: remove the unused "data_start" variableMikulas Patocka
2024-11-20dm-bufio: use kmalloc to allocate power-of-two sized buffersMikulas Patocka
2024-11-20dm thin: Add missing destroy_work_on_stack()Yuan Can
2024-11-20dm: add support for get_unique_idBenjamin Coddington
2024-11-20dm vdo: fix function doc comment formattingMatthew Sakai
2024-11-20dm vdo int-map: remove unused parametersMatthew Sakai
2024-11-20dm-vdo: reset bi_ioprio to the default value when the bio is resetSusan LeGendre-McGhee
2024-11-20dm-vdo murmurhash: remove u64 alignment requirementSusan LeGendre-McGhee
2024-11-20dm: Fix typo in error messageSsuhung Yeh
2024-11-20dm ioctl: rate limit a couple of ioctl based error messagesColin Ian King
2024-11-20dm vdo: Remove unused uds_compute_index_sizeDr. David Alan Gilbert
2024-11-20dm vdo: Remove unused functionsDr. David Alan Gilbert
2024-11-20dm: zoned: Remove unused functionsDr. David Alan Gilbert
2024-11-20dm: Remove unused dm_table_bio_basedDr. David Alan Gilbert
2024-11-20dm: Remove unused dm_set_md_typeDr. David Alan Gilbert
2024-11-20dm cache: Remove unused functions in bio-prison-v1Dr. David Alan Gilbert
2024-11-20dm cache: Remove unused dm_cache_sizeDr. David Alan Gilbert
2024-11-20dm cache: Remove unused dm_cache_dumpDr. David Alan Gilbert
2024-11-20dm cache: Remove unused btracker_nr_writebacks_queuedDr. David Alan Gilbert
2024-11-19md/raid10: Atomic write supportJohn Garry