summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2025-01-08Merge tag 'for-6.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-40/+45
2025-01-08dm thin: make get_first_thin use rcu-safe list first functionKrister Johansen-3/+2
2025-01-08dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITYMikulas Patocka-1/+1
2025-01-03dm-verity FEC: Avoid copying RS parity bytes twice.Milan Broz-21/+10
2025-01-03dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)Milan Broz-14/+26
2024-12-13dm array: fix cursor index when skipping across block boundariesMing-Hung Tsai-0/+1
2024-12-13dm array: fix unreleased btree blocks on closing a faulty array cursorMing-Hung Tsai-3/+3
2024-12-13dm array: fix releasing a faulty array block twice in dm_array_cursor_endMing-Hung Tsai-4/+8
2024-12-10dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal-3/+3
2024-12-03bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che-1/+1
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-4/+37
2024-11-25Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-288/+115
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-48/+11
2024-11-20dm-verity: remove the unused "data_start" variableMikulas Patocka-4/+3
2024-11-20dm-bufio: use kmalloc to allocate power-of-two sized buffersMikulas Patocka-5/+20
2024-11-20dm thin: Add missing destroy_work_on_stack()Yuan Can-0/+1
2024-11-20dm: add support for get_unique_idBenjamin Coddington-0/+55
2024-11-20dm vdo: fix function doc comment formattingMatthew Sakai-23/+19
2024-11-20dm vdo int-map: remove unused parametersMatthew Sakai-17/+11
2024-11-20dm-vdo: reset bi_ioprio to the default value when the bio is resetSusan LeGendre-McGhee-0/+1
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