summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds13-80/+202
2024-11-12md/raid5: Increase r5conf.cache_name sizeJohn Garry1-1/+1
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-2/+2
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-11md/raid10: Handle bio_split() errorsJohn Garry1-1/+46
2024-11-11md/raid1: Handle bio_split() errorsJohn Garry1-2/+31
2024-11-11md/raid0: Handle bio_split() errorsJohn Garry1-0/+12
2024-11-07md/raid5: Wait sync io to finish before changing group cntXiao Ni1-0/+4
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-2/+2
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-05md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can1-0/+1
2024-11-05bcache: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu4-38/+7
2024-11-05dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu2-10/+2
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu2-0/+2
2024-11-05md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai1-7/+6
2024-11-05md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai1-22/+18
2024-11-05md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai1-13/+4
2024-11-05md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai1-36/+48
2024-11-05md: don't record new badblocks for faulty rdevYu Kuai1-0/+11
2024-11-05md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai1-3/+1
2024-11-05md: add a new helper rdev_blocked()Yu Kuai1-0/+24
2024-11-05md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()Uros Bizjak1-1/+1