summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2024-11-19md/raid1: Atomic write supportJohn Garry
2024-11-19md/raid0: Atomic write supportJohn Garry
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-12md/raid5: Increase r5conf.cache_name sizeJohn Garry
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-11dm-cache: fix warnings about duplicate slab cachesMikulas Patocka
2024-11-11dm-bufio: fix warnings about duplicate slab cachesMikulas Patocka
2024-11-11md/raid10: Handle bio_split() errorsJohn Garry
2024-11-11md/raid1: Handle bio_split() errorsJohn Garry
2024-11-11md/raid0: Handle bio_split() errorsJohn Garry
2024-11-07md/raid5: Wait sync io to finish before changing group cntXiao Ni
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe
2024-11-06Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-05md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can
2024-11-05bcache: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai
2024-11-05md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai
2024-11-05md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai
2024-11-05md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai
2024-11-05md: don't record new badblocks for faulty rdevYu Kuai
2024-11-05md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai
2024-11-05md: add a new helper rdev_blocked()Yu Kuai
2024-11-05md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()Uros Bizjak