summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2025-01-21dm-crypt: track tag_offset in convert_contextHou Tao-6/+7
2025-01-21dm-crypt: don't initialize cc_sector againHou Tao-1/+0
2025-01-21dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()Hou Tao-11/+3
2025-01-21dm-crypt: use bi_sector in bio when initialize integrity seedHou Tao-1/+1
2025-01-21dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer()Hou Tao-5/+3
2025-01-21dm-crypt: set atomic as false when calling crypt_convert() in kworkerHou Tao-2/+2
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds-190/+565
2025-01-17dm-mirror: Support atomic writesJohn Garry-2/+3
2025-01-17dm-io: Warn on creating multiple atomic write bios for a regionJohn Garry-0/+1
2025-01-17dm-stripe: Enable atomic writesJohn Garry-2/+3
2025-01-17dm-linear: Enable atomic writesJohn Garry-2/+3
2025-01-17dm: Ensure cloned bio is same length for atomic writeJohn Garry-0/+3
2025-01-17dm-table: atomic writes supportJohn Garry-0/+29
2025-01-17dm-transaction-manager: use red-black trees instead of linear listsMikulas Patocka-17/+37
2025-01-17dm: disable REQ_NOWAIT for flushesMikulas Patocka-0/+9
2025-01-17dm: remove useless test in alloc_multiple_biosMikulas Patocka-10/+9
2025-01-17dm: change kzalloc to kcallocEthan Carter Edwards-1/+1
2025-01-17dm raid: fix spelling errors in raid_ctr()liujing-1/+1
2025-01-17block: Add common atomic writes enable flagJohn Garry-3/+3
2025-01-16md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()Dan Carpenter-2/+2
2025-01-13md/md-bitmap: move bitmap_{start, end}write to md upper layerYu Kuai-56/+37
2025-01-13md/raid5: implement pers->bitmap_sector()Yu Kuai-0/+51
2025-01-13md: add a new callback pers->bitmap_sector()Yu Kuai-0/+3
2025-01-13md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()Yu Kuai-70/+21
2025-01-13md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()Yu Kuai-40/+56
2025-01-13md: Replace deprecated kmap_atomic() with kmap_local_page()David Reaver-29/+29
2025-01-13md: reintroduce md-linearYu Kuai-3/+376
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-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig-1/+1
2024-12-23block: Delete bio_set_prio()John Garry-2/+2
2024-12-23block: Delete bio_prio()John Garry-5/+5
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