summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10 days4-40/+45
|\
| * dm thin: make get_first_thin use rcu-safe list first functionKrister Johansen10 days1-3/+2
| * dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITYMikulas Patocka10 days1-1/+1
| * dm-verity FEC: Avoid copying RS parity bytes twice.Milan Broz2025-01-031-21/+10
| * dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)Milan Broz2025-01-031-14/+26
| * dm array: fix cursor index when skipping across block boundariesMing-Hung Tsai2024-12-131-0/+1
| * dm array: fix unreleased btree blocks on closing a faulty array cursorMing-Hung Tsai2024-12-131-3/+3
| * dm array: fix releasing a faulty array block twice in dm_array_cursor_endMing-Hung Tsai2024-12-131-4/+8
* | dm: Fix dm-zoned-reclaim zone write pointer alignmentDamien Le Moal2024-12-101-3/+3
* | bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che2024-12-031-1/+1
* | Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2024-12-013-4/+37
|\ \
| * | md/raid10: Atomic write supportJohn Garry2024-11-191-2/+18
| * | md/raid1: Atomic write supportJohn Garry2024-11-191-2/+18
| * | md/raid0: Atomic write supportJohn Garry2024-11-191-0/+1
* | | Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-2633-288/+115
|\ \ \ | | |/ | |/|
| * | dm-verity: remove the unused "data_start" variableMikulas Patocka2024-11-202-4/+3
| * | dm-bufio: use kmalloc to allocate power-of-two sized buffersMikulas Patocka2024-11-201-5/+20
| * | dm thin: Add missing destroy_work_on_stack()Yuan Can2024-11-201-0/+1
| * | dm: add support for get_unique_idBenjamin Coddington2024-11-201-0/+55
| * | dm vdo: fix function doc comment formattingMatthew Sakai2024-11-2010-23/+19
| * | dm vdo int-map: remove unused parametersMatthew Sakai2024-11-201-17/+11
| * | dm-vdo: reset bi_ioprio to the default value when the bio is resetSusan LeGendre-McGhee2024-11-201-0/+1
| * | dm-vdo murmurhash: remove u64 alignment requirementSusan LeGendre-McGhee2024-11-201-5/+2
| * | dm: Fix typo in error messageSsuhung Yeh2024-11-201-1/+1
| * | dm ioctl: rate limit a couple of ioctl based error messagesColin Ian King2024-11-201-2/+2
| * | dm vdo: Remove unused uds_compute_index_sizeDr. David Alan Gilbert2024-11-202-30/+0
| * | dm vdo: Remove unused functionsDr. David Alan Gilbert2024-11-202-34/+0
| * | dm: zoned: Remove unused functionsDr. David Alan Gilbert2024-11-202-52/+0
| * | dm: Remove unused dm_table_bio_basedDr. David Alan Gilbert2024-11-202-6/+0
| * | dm: Remove unused dm_set_md_typeDr. David Alan Gilbert2024-11-202-7/+0
| * | dm cache: Remove unused functions in bio-prison-v1Dr. David Alan Gilbert2024-11-202-59/+0
| * | dm cache: Remove unused dm_cache_sizeDr. David Alan Gilbert2024-11-202-10/+0
| * | dm cache: Remove unused dm_cache_dumpDr. David Alan Gilbert2024-11-202-26/+0
| * | dm cache: Remove unused btracker_nr_writebacks_queuedDr. David Alan Gilbert2024-11-202-7/+0
* | | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-268-48/+11
|\ \ \
| * | | bcache: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu2024-11-064-38/+7
| * | | dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu2024-11-062-10/+2
| * | | lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu2024-11-062-0/+2
* | | | Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds2024-11-1913-80/+202
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | md/raid5: Increase r5conf.cache_name sizeJohn Garry2024-11-131-1/+1
| * | block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-111-2/+2
| * | md/raid10: Handle bio_split() errorsJohn Garry2024-11-111-1/+46
| * | md/raid1: Handle bio_split() errorsJohn Garry2024-11-111-2/+31
| * | md/raid0: Handle bio_split() errorsJohn Garry2024-11-111-0/+12
| * | md/raid5: Wait sync io to finish before changing group cntXiao Ni2024-11-081-0/+4
| * | Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2024-11-071-2/+2
| * | md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can2024-11-061-0/+1
| * | md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai2024-11-061-7/+6
| * | md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai2024-11-061-22/+18
| * | md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai2024-11-061-13/+4