summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2024-11-20dm-vdo murmurhash: remove u64 alignment requirementSusan LeGendre-McGhee-5/+2
2024-11-20dm: Fix typo in error messageSsuhung Yeh-1/+1
2024-11-20dm ioctl: rate limit a couple of ioctl based error messagesColin Ian King-2/+2
2024-11-20dm vdo: Remove unused uds_compute_index_sizeDr. David Alan Gilbert-30/+0
2024-11-20dm vdo: Remove unused functionsDr. David Alan Gilbert-34/+0
2024-11-20dm: zoned: Remove unused functionsDr. David Alan Gilbert-52/+0
2024-11-20dm: Remove unused dm_table_bio_basedDr. David Alan Gilbert-6/+0
2024-11-20dm: Remove unused dm_set_md_typeDr. David Alan Gilbert-7/+0
2024-11-20dm cache: Remove unused functions in bio-prison-v1Dr. David Alan Gilbert-59/+0
2024-11-20dm cache: Remove unused dm_cache_sizeDr. David Alan Gilbert-10/+0
2024-11-20dm cache: Remove unused dm_cache_dumpDr. David Alan Gilbert-26/+0
2024-11-20dm cache: Remove unused btracker_nr_writebacks_queuedDr. David Alan Gilbert-7/+0
2024-11-19md/raid10: Atomic write supportJohn Garry-2/+18
2024-11-19md/raid1: Atomic write supportJohn Garry-2/+18
2024-11-19md/raid0: Atomic write supportJohn Garry-0/+1
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds-80/+202
2024-11-12md/raid5: Increase r5conf.cache_name sizeJohn Garry-1/+1
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig-2/+2
2024-11-11dm-cache: fix warnings about duplicate slab cachesMikulas Patocka-24/+34
2024-11-11dm-bufio: fix warnings about duplicate slab cachesMikulas Patocka-4/+8
2024-11-11md/raid10: Handle bio_split() errorsJohn Garry-1/+46
2024-11-11md/raid1: Handle bio_split() errorsJohn Garry-2/+31
2024-11-11md/raid0: Handle bio_split() errorsJohn Garry-0/+12
2024-11-07md/raid5: Wait sync io to finish before changing group cntXiao Ni-0/+4
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe-2/+2
2024-11-06Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-35/+42
2024-11-05md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can-0/+1
2024-11-05bcache: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu-38/+7
2024-11-05dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu-10/+2
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu-0/+2
2024-11-05md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai-7/+6
2024-11-05md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai-22/+18
2024-11-05md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai-13/+4
2024-11-05md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai-36/+48
2024-11-05md: don't record new badblocks for faulty rdevYu Kuai-0/+11
2024-11-05md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai-3/+1
2024-11-05md: add a new helper rdev_blocked()Yu Kuai-0/+24
2024-11-05md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()Uros Bizjak-1/+1
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig-2/+2
2024-11-04dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai-21/+16
2024-11-04dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai-8/+8
2024-11-04dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai-1/+1
2024-11-04dm cache: fix flushing uninitialized delayed_work on cache_ctr errorMing-Hung Tsai-9/+15
2024-11-04dm cache: correct the number of origin blocks to match the target lengthMing-Hung Tsai-4/+4
2024-11-04dm-verity: don't crash if panic_on_corruption is not selectedMikulas Patocka-3/+7
2024-11-04dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflowZichen Xie-2/+2
2024-10-29block: add a bdev_limits helperChristoph Hellwig-5/+5
2024-10-27Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linuxLinus Torvalds-3/+28
2024-10-17md/raid10: fix null ptr dereference in raid10_size()Yu Kuai-2/+5
2024-10-17md: ensure child flush IO does not affect origin bio->bi_statusLi Nan-1/+23